- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 315字
- 2021-07-02 19:41:29
How to do it...
- Log in to your AWS account. Select VPC in AWS services as shown in the following figure:

Select VPC from AWS console
- Click on Start VPC Wizard.

VPC dashboard
- VPC wizard will appear with four options. Now, we shall choose the first one to create our first VPC and subnet. Click on the Select button.

VPC Wizard
- We need to choose Amazon provided IPv6 CIDR block to enable IPv6 for VPC. For a subnet in a drop-down menu Public subnet's IPv6 CIDR: we need to select Specify a custom IPv6 CIDR. Key in the VPC and subnet names. Keep other options unchanged. Click on th Create VPC button.

Create VPC and subnet with IPv6
- A success message will be displayed as following:

VPC and subnet creation success message
- Click on Your VPCs in the left menu. The VPC will be displayed. If you choose to see details, you can see that a Network ACL and Route table has been automatically created.

Summary of VPC created
- Click on Subnets on the left menu bar. You will be able to see the subnet that was just created. If you choose to see details, you can see that a Network ACL and Route table that is automatically created.

Summary of subnet created
- Click on the Route Table tab. You can see that the Route Table includes four entries. Two for internal IPv4 and IPv6 communication and two internet gateways (starting with igw) for communication with the outside world for IPv4 and IPv6.
Route Table of subnet created
- Click on the Network ACL tab. You can see that all traffic for both IPv4 and IPv6 has been allowed. We shall learn how to configure the rules in the later section of the book.

Network ACL of subnet created
推薦閱讀
- MATLAB實用教程
- Mastering Apache Spark 2.x(Second Edition)
- Learning Python by Building Games
- C++新經典
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- 深度學習原理與PyTorch實戰(第2版)
- Web前端開發技術:HTML、CSS、JavaScript
- Android編程權威指南(第4版)
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- Python滲透測試編程技術:方法與實踐(第2版)
- The Applied Data Science Workshop
- ASP.NET本質論
- 大象:Thinking in UML(第二版)
- Python大數據與機器學習實戰
- Test-Driven iOS Development with Swift 4(Third Edition)