Posted in: Aws云上云维
AWS教程-手动创建VPC 公网,子网和NAT实例
一客户的需求是如何在创建实例的时候不自动生成公网IP(为了安全),但是实例也能访问外网(有访问外网的需求)
aws 提供四种网络架构,分别是
VPC with a Single Public Subnet
VPC with Public and Private Subnets
VPC with Public and Private Subnets and Hardware VPN Access
VPC with a Private Subnet Only and Hardware VPN Access
先说下 公网 和 私网,公网可以直接访问...