ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

543 / 690

Question 543:

Your organization is planning to develop a web application containing a Web Server and an RDS Instance. This application will be accessed from the internet. Your organization asked you to architect the solution on AWS. Your existing AWS environment already has a VPC with a private subnet and public subnet which has a route to the internet through Internet Gateway. What would be the best and cost-effective solution you can provide?

Answer options:

A.A bastion host in public subnet, Web Server EC2 in private subnet, RDS instance in private subnet.
B.A bastion host in public subnet, Web Server EC2 in public subnet with Elastic IP, RDS instance in private subnet.
C.A Bastion host in public subnet, Web Server EC2 in private subnet with NAT Gateway, RDS instance in private subnet.
D.Web Server EC2 in public Subnet with Elastic IP, RDS instance in private subnet.