Question 356:
A company is creating a new recipe blog sharing application in AWS. The static content has been put into an S3 bucket. In the meantime, a database is needed to store the data for various blog posts. The application retrieves data from the database and dynamically renders a recipe blog page.
Answer options:
A.Configure an elastic load balancer and Auto Scaling group to balance the traffic dynamically. B.Configure an AWS CloudFront to serve end users from various Edge Locations. C.Create an Auto Scaling configuration for EC2 instances to automatically scale up and down according to the load. D.Run the application code in Lambda@Edge to retrieve data from the database, and the response is also cached and served by CloudFront. E.Use DynamoDB to store data for blog posts that the application is using. F.For the dynamic data including blog posts for customers, configure an RDS instance as the database.