Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A company built a food ordering application that captures user data and stores it for future analysis. The application's static front end is deployed
A company built a food ordering application that captures user data and stores it for future analysis. The application's static front end is deployed on an Amazon EC2 instance. The front-end application sends the requests to the backend application running on separate EC2 instance. the backend application then stores the data in Amazon RDS What should a solutions architect do to decouple the architecture and make it scalable" Options Use Amazon S3 to serve the front-end application which sends O requests to Amazon EC2 to execute the backend application. The backend application will process and store the data in Amazon RDS Use an EC2 instance to serve the front end and write requests to an Amazon SQS queue. Use Amazon S3 to serve the front-end application and write requests to an Amazon Simple Notification Service (Amazon SNS) O topic. Subscribe Amazon EC2 instances to the HTTP/HTTPS endpoint of the topic and process and store the data in Amazon RDS Place the backend instance in an Auto Scaling group and scale O based on the queue depth to process and store the data in Amazon RDS
Step by Step Solution
★★★★★
3.39 Rating (152 Votes )
There are 3 Steps involved in it
Step: 1
The detailed answer for the above question is provided below The c...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started