
Ultimate access to all questions.
You are responsible for setting up a logging solution for a data analytics platform that uses Amazon EMR for big data processing and Amazon Athena for query execution. The platform processes customer data that requires strict compliance with data privacy regulations. Describe how you would configure logging for both EMR and Athena to ensure that all data processing and query operations are logged, and the logs are stored securely and can be easily accessed for auditing purposes.
A
Use AWS CloudTrail for EMR API calls and Amazon CloudWatch Logs for Athena logs.
B
Use Amazon CloudWatch Logs for EMR job logs and AWS X-Ray for Athena traces.
C
Use Amazon S3 for storing EMR logs and AWS Config for Athena configuration logs.
D
Use AWS Config for EMR configuration logs and Amazon CloudWatch Logs for Athena logs.