ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

439 / 690

Question 439:

A company is planning to host an application with the below architecture.
· A lambda function that reads the metadata of objects from an S3 bucket.
· The Lambda function then stores the metadata in DynamoDB and AWS RDS - MySQL.
Which of the following needs to be in place to ensure the above architecture is high available?

Answer options:

A.Enable Cross Region Replication for the S3 bucket.
B.Enable Lambda functions in Multiple Availability Zones.
C.Enable Multi-AZ for the MySQL database.
D.Enable Auto-Scaling for the DynamoDB table.