ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

256 / 465

Question 256:

A large IT company has an on-premises website that provides real-estate information such as rent, house prices, and the latest news to users. The website has a Java backend and a NoSQL MongoDB database used to store subscribers` data. You are a cloud analyst and need to migrate the whole application to the AWS platform. Your manager requires that a similar structure should be deployed in AWS for high availability.

Answer options:

A.Deploy an Auto Scaling group of Java backend servers to provide high availability.
B.Use RDS Aurora as the database for the subscriber data because it is highly available and can scale up to 15 Read Replicas.
C.Create a DocumentDB database to hold subscriber data. Set up an Auto Scaling policy for the read/write throughput.
D.Use AWS X-Ray SDK to record data about incoming and outgoing requests. View the statistics graph in the X-Ray console.
E.Trace the requests using AWS JAVA SDK and send logs to AWS CloudWatch Events. Create a CloudWatch dashboard to view the statistics.