[AWS] Launch the VPC Wizard

Let's learn how to create your custom VPC. From the VPC Dashboard, click the Launch VPC Wizard. It is a two-step process, as mentioned below.

Snapshot 1. Launch the VPC Wizard, and select one of the pre-defined network structure.

Step 1: Network Structure

Select the Network Structure from the options below:

  • 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

Snapshot 2. Specify the VPC configuration

Step 2: Specify the VPC configuration

The VPC configuration includes:

  • The IP address in the VPC follows a classless inter-domain routing (CIDR) block of IP addresses. You will have to specify the IPv4/IPv6 CIDR block to be allocated to the VPC. In the snapshot above, it uses an IPv4 10.0.0.0/16 block, which allocates 2^(32-16) = 65,536 IP addresses. A few IP addresses are reserved, so you get 65531 IP addresses for further allocation.

  • You will have to specify the range of IP address from the allocated CIDR block for each subnet. In the example above, the public subnet has been allotted the 10.0.0.0/24 range, which comprises 2^(32-24) = 256 IP addresses. But, again a few IP addresses are reserved, so you get 251 available for resources in that subnet.

  • Similarly, for the private subnet in the snapshot above, you will get 251 IP addresses.
  • Specify the AZ for each subnet, NAT gateway or elastic IP allocation ID, and the service endpoints that will allow you to privately connect your VPC to supported AWS services.
posted @   Zhentiw  阅读(112)  评论(0编辑  收藏  举报
编辑推荐:
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
历史上的今天:
2020-03-14 [Functional Programming] Function modelling -- 4. Reader Monda example
2020-03-14 [Angular] Understanding the Angular Component providers property
2019-03-14 [Bash] Create Aliases in .bash_profile for Common Bash Commands
2019-03-14 [Algorithm] Radix Sort Algorithm
2018-03-14 [HTML 5] Styling with ARIA
2017-03-14 [Node.js] Initialize a LoopBack Node.js Project through the CLI
2017-03-14 [Angular] Pipes as providers
点击右上角即可分享
微信分享提示