ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

130 / 690

Question 130:

A Solutions Architect is designing an online shopping application running in a VPC on EC2 Instances behind an Elastic Load Balancer. The instances run in an Auto Scaling group across multiple Availability Zones. The application tier must read and write data to a customer-managed database cluster. There should be no access to the database from the Internet. But the cluster must be able to obtain software patches from the Internet. Which VPC design meets these requirements?

Answer options:

A.Create public subnets for the application tier and the database cluster.
B.Create public subnets for the application tier and private subnets for the database cluster.
C.Create public subnets for the application tier and NAT Gateway, and private subnets for the database cluster.
D.Create private subnets for the application tier, and private subnets for the database cluster and NAT Gateway.