
Answer-first summary for fast verification
Answer: Use AWS CloudTrail for ECS API calls and Amazon CloudWatch Logs for RDS logs.
AWS CloudTrail is used for logging API calls and actions related to Amazon ECS, which is essential for auditing container management operations. Amazon CloudWatch Logs can be configured to collect logs from Amazon RDS, ensuring that all operations involving healthcare data are logged and securely stored for compliance with HIPAA regulations.
Author: LeetQuiz Editorial Team
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.
No comments yet.