The DevOps DropSign in
Interview HubTopicsCertification PrepSavedAchievementsGlobal LeaderboardLearnTech BlogsTech News

AWS

IAM, VPC, S3, RDS, Lambda and the rest of the platform.

TypeEverythingLearn1Questions24Drills26Blogs4News9

1 item · all topics

  • Explainer2 min · animated+15 XP

    Public vs private subnet: it is the route table, not the name

    Nothing in AWS marks a subnet public. A subnet is public when its route table sends 0.0.0.0/0 to an Internet Gateway, and a private subnet reaches the internet through a NAT Gateway that has to live in a public one.

    #AWS#VPC#Networking