Recall & Review
beginner
What is an Internet Gateway in AWS?
An Internet Gateway is a component that allows communication between instances in a VPC and the internet. It acts like a door for public internet access.
Click to reveal answer
beginner
Why do you need an Internet Gateway for public access in AWS?
You need an Internet Gateway to let your public subnet instances send and receive traffic from the internet, like a house needing a front door to go outside.Click to reveal answer
intermediate
How do you attach an Internet Gateway to a VPC?
You create an Internet Gateway and then attach it to your VPC. This connection allows your VPC to route traffic to and from the internet.
Click to reveal answer
intermediate
What route must be added to a route table for public access?
You add a route that sends all internet-bound traffic (0.0.0.0/0) to the Internet Gateway. This tells AWS to send traffic outside the VPC through the gateway.
Click to reveal answer
intermediate
Can instances in private subnets access the internet through an Internet Gateway?
No, instances in private subnets cannot use the Internet Gateway directly. They need a NAT Gateway or NAT instance to access the internet safely.
Click to reveal answer
What is the main purpose of an Internet Gateway in AWS?
✗ Incorrect
An Internet Gateway enables instances in a VPC to send and receive traffic from the internet.
Which route destination is used to send all internet traffic to the Internet Gateway?
✗ Incorrect
The route 0.0.0.0/0 means all IPv4 traffic and is used to direct internet-bound traffic to the Internet Gateway.
Can an Internet Gateway be attached to multiple VPCs at the same time?
✗ Incorrect
An Internet Gateway can only be attached to one VPC at a time.
What happens if you do not attach an Internet Gateway to your VPC?
✗ Incorrect
Without an Internet Gateway, instances in the VPC cannot communicate with the internet.
Which AWS component allows private subnet instances to access the internet?
✗ Incorrect
Private subnet instances use a NAT Gateway to access the internet securely.
Explain how an Internet Gateway enables public access in an AWS VPC.
Think about the path internet traffic takes from your VPC.
You got /4 concepts.
Describe the difference between public and private subnets regarding internet access.
Focus on how traffic flows in each subnet type.
You got /4 concepts.