143k views
5 votes
You are designing a VPC for a small application. It will operate in a private subnet and needs internet access to software updates and other communications with internet IPs. Your security team is happy that there are no restrictions in the application server's internet access. Which AWS products are needed to allow this solution. The priority is using the least amount of services. Assume the EC2 instance and any NACL's, routes, and Security groups are included implicitly.

a. VPC, Subnets, Route Table(s), Nat Gateway, and Internet Gateway.b. VPC, Subnets, Route Tables, VPC Peering, and Virtual Private Gatewayc. VPC, Subnets, Route Table(s), and NAT Gatewayd. VPC, Subnets, Route Table(s), and Internet Gateway

1 Answer

0 votes

Answer:

Refer below.

Step-by-step explanation:

VPC, Subnets, Route Table(s), Nat Gateway, and Internet Gateway. These are the least required services to provide internet access to a private EC2 instance. NAT gateway requires an internet gateway.

User SketchyTech
by
5.2k points