• AWS VPC Scenario 2 Network Walkthrough

    AWS Example Network Amazon’s VPC Scenario 2 is the classic network architecture. It can support public-facing and private components. Resources Created A vpc. An internet_gateway. A public_subnet. A private_subnet. A public_subnet_routetable. A private_subnet_routetable. A route_public_subnet_internet_gateway. A nat_gateway_ip – created with the update-blueprint.yaml. A nat_gateway – created with the update-blueprint.yaml. Read More
    Back to top