
Ultimate access to all questions.
Your company is developing a new mobile application that uses AWS Amplify for backend services. The application handles user authentication and personal data. Describe how you would implement a logging strategy for the Amplify services to ensure that all critical operations are logged, the logs are stored securely, and they can be easily accessed for compliance and auditing purposes.
A
Use AWS CloudTrail for Amplify API calls and Amazon CloudWatch Logs for operational logs.
B
Use Amazon CloudWatch Logs for Amplify logs and Amazon S3 for log storage.
C
Use AWS X-Ray for tracing Amplify operations and Amazon Elasticsearch Service for log analysis.
D
Use Amazon Kinesis Data Firehose for log delivery to Amazon S3 and AWS Glue for log analysis.