What should a solutions architect do to decouple the architecture and make it scalable?

1 Comment

  1. Emma
    Author

    If I’m not mistaken, the answer is:
    Use Amazon S3 to serve the static front-end application and send requests to Amazon API Gateway, which writes the requests to an Amazon SQS queue. Place the backend instances in an Auto Scaling group, and scale based on the queue depth to process and store the data in Amazon RDS.

Leave a Reply to Emma Cancel reply

Your email address will not be published. Required fields are marked *

13 + 14 =