A user has created a VPC with two subnets: one public and one private. The user is planning to run the patch update for the instances in the private subnet. How can the instances in the private subnet connect to the Internet?
A.
Use the internet gateway with a private IP
B.
Allow outbound traffic in the security group for port 80 to allow internet updates
C.
The private subnet can never connect to the internet
Suggested Answer:D🗳️
A Virtual Private Cloud (VPC) is a virtual network dedicated to the user's AWS account. A user can create a subnet with VPC and launch instances inside that subnet. If the user has created two subnets (one private and one public., he would need a Network Address Translation (NAT) instance with the elastic IP address. This enables the instances in the private subnet to send requests to the Internet (for example, to perform software updates).
By configuring NAT with an Elastic IP, the instances in the private subnet will be able to communicate with the internet for tasks such as downloading patches or updates.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
albert_kuo
11 months ago