
Ultimate access to all questions.
You are tasked with implementing a logging solution for an application that uses Amazon ECS for container orchestration and Amazon RDS for database services. The application processes healthcare data that requires strict compliance with HIPAA regulations. Describe how you would configure logging for both ECS and RDS to ensure that all operations are logged, and the logs are stored securely and can be easily accessed for auditing purposes.
A
Use AWS CloudTrail for ECS API calls and Amazon CloudWatch Logs for RDS logs.
B
Use Amazon CloudWatch Logs for ECS container logs and AWS X-Ray for RDS traces.
C
Use Amazon S3 for storing ECS logs and AWS Config for RDS configuration logs.
D
Use AWS Config for ECS configuration logs and Amazon CloudWatch Logs for RDS logs.