Solved

MapMySite Is Setting Up a Web Application in the AWS

Question 442

Multiple Choice

MapMySite is setting up a web application in the AWS VPC. The organization has decided to use an AWS RDS instead of using its own DB instance for HA and DR requirements. The organization also wants to secure RDS access. How should the web application be setup with RDS?


A) Create a VPC with one public and one private subnet. Launch an application instance in the public subnet while RDS is launched in the private subnet.
B) Setup a public and two private subnets in different AZs within a VPC and create a subnet group. Launch RDS with that subnet group.
C) Create a network interface and attach two subnets to it. Attach that network interface with RDS while launching a DB instance.
D) Create two separate VPCs and launch a Web app in one VPC and RDS in a separate VPC and connect them with VPC peering.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions