
Answer-first summary for fast verification
Answer: Use AWS CloudTrail for Amplify API calls and Amazon CloudWatch Logs for operational logs.
AWS CloudTrail is suitable for logging API calls and actions related to Amplify services, which is crucial for auditing purposes. Amazon CloudWatch Logs can be used to collect operational logs from the Amplify environment, ensuring that all critical operations involving user authentication and personal data are logged and securely stored.
Author: LeetQuiz Editorial Team
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.
No comments yet.