0
0
AWScloud~5 mins

Internet Gateway for public access in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ATo monitor network traffic
BTo store data securely
CTo manage user permissions
DTo allow VPC instances to communicate with the internet
Which route destination is used to send all internet traffic to the Internet Gateway?
A0.0.0.0/0
B10.0.0.0/16
C192.168.1.0/24
D127.0.0.1/32
Can an Internet Gateway be attached to multiple VPCs at the same time?
AYes, it can be shared across VPCs
BNo, it can only be attached to one VPC
CYes, but only in the same region
DNo, it is automatically attached to all VPCs
What happens if you do not attach an Internet Gateway to your VPC?
AInstances cannot access the internet
BThe VPC will automatically create a NAT Gateway
CThe VPC will be deleted
DInstances can still access the internet
Which AWS component allows private subnet instances to access the internet?
AInternet Gateway
BElastic Load Balancer
CNAT Gateway
DSecurity Group
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.