Which of the design patterns below should they use?

1 Comment

  1. Brandon
    Author

    To the best of my knowledge, the answer is:
    Use CloudFront and an Elastic Load Balancer in front of an auto-scaled set of web servers, the web servers will first call the Login With Amazon service to authenticate the user, the web servers win process the users vote and store the result into an SQS queue using IAM Roles for EC2 Instances to gain permissions to the SQS queue. A set of application servers will then retrieve the items from the queue and store the result into a DynamoDB table.

Leave a Reply

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

two × one =