Bird
0
0

How can you ensure that a subnet in a VPC remains isolated from the internet but can communicate with other subnets?

hard📝 Application Q9 of 15
AWS - VPC Fundamentals
How can you ensure that a subnet in a VPC remains isolated from the internet but can communicate with other subnets?
AUse overlapping CIDR blocks in the subnet
BAssign public IPs to all instances in the subnet
CDo not attach an internet gateway and configure route tables accordingly
DAttach a NAT gateway to the subnet
Step-by-Step Solution
Solution:
  1. Step 1: Understand internet isolation

    Without an internet gateway and proper routes, subnet cannot access the internet.
  2. Step 2: Confirm internal communication

    Route tables allow communication between subnets inside the VPC.
  3. Final Answer:

    Do not attach an internet gateway and configure route tables accordingly -> Option C
  4. Quick Check:

    No internet gateway = no internet access, internal communication allowed [OK]
Quick Trick: No internet gateway means subnet is internet-isolated [OK]
Common Mistakes:
MISTAKES
  • Assigning public IPs which enable internet access
  • Using NAT gateway which allows outbound internet
  • Overlapping CIDRs cause routing conflicts

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes