
Ultimate access to all questions.
You are tasked with implementing a logging solution for an application that uses Amazon EKS for container orchestration. The application involves sensitive operations that need to be logged and audited. Describe how you would configure logging for the EKS cluster and the applications running within it, including the AWS services you would use and how you would ensure the logs are secure and accessible for audit purposes.
A
Use AWS CloudTrail for EKS API calls and Amazon CloudWatch Logs for container logs.
B
Use Amazon CloudWatch Logs for EKS cluster logs and AWS X-Ray for application traces.
C
Use Amazon Elasticsearch Service for EKS logs and Amazon S3 for log storage.
D
Use AWS Config for EKS configuration logs and Amazon CloudWatch Logs for operational logs.