
Ultimate access to all questions.
You are responsible for setting up a logging solution for a data processing pipeline that uses AWS Glue for ETL jobs and Amazon Redshift for data warehousing. The pipeline processes financial data that requires strict compliance with auditing standards. Describe how you would configure logging for both AWS Glue and Amazon Redshift to ensure that all operations are logged, and the logs are stored securely and can be easily queried for analysis.
A
Use AWS CloudTrail for Glue API calls and Amazon CloudWatch Logs for Redshift logs.
B
Use Amazon CloudWatch Logs for Glue job logs and AWS X-Ray for Redshift traces.
C
Use Amazon S3 for storing Glue logs and AWS Config for Redshift configuration logs.
D
Use AWS Config for Glue configuration logs and Amazon CloudWatch Logs for Redshift logs.