
Ultimate access to all questions.
You are tasked with implementing a logging strategy for an application that processes sensitive financial data. The application is hosted on AWS and uses multiple services including EC2, RDS, and S3. Your goal is to ensure that all critical operations within the application and access to AWS services are logged securely and efficiently. Describe the steps you would take to achieve this, including the AWS services you would use and how you would configure them to meet compliance requirements.
A
Use AWS CloudTrail for logging API calls and AWS Config for logging configuration changes.
B
Use Amazon CloudWatch Logs for application logs and AWS CloudTrail for logging access to AWS services.
C
Use Amazon S3 for storing logs and AWS Glue for log analysis.
D
Use AWS X-Ray for tracing application operations and Amazon Kinesis Data Firehose for log delivery.