- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 288字
- 2021-07-02 19:41:34
How to do it...
- Log in to your AWS account. AWS provides a default VPC in each region where the account has been created, with all the components listed above in each Availability Zone (AZ) in that region. After logging in to the account, select VPC in AWS services:

Select VPC from AWS console
- The VPC dashboard will appear. It is the place in the AWS console where you can manage all of the VPC and its related components. You need to select a different region from the top left menu option to see the VPCs and their related components for that region:

VPC dashboard
- Click on Your VPCs in the VPC dashboard, the left menu option. We can see that the column Default VPC is Yes. This VPC has all components to host services in the cloud. This has been created to help new users create required resources in the VPC without understanding the complexity and relationship between different networking components in the VPC and without creating any of them:
Default VPC
- Click on Create VPC. Put the VPC name tag and CIDR range. If you need IPv6 support for components, select Amazon provided IPv6 CIDR block. Don't change the other options and click on Yes, Create:

Creating VPC from console
- A VPC is created with the given details. Please take note of the VPC ID. As we can see, a Route Table and Network ACL have also been created and associated with the VPC:

VPC dashboard with user created VPC from console
- We can select a VPC and from the action menu, we can edit details or delete a VPC, as shown in the screenshot following:

Modifying VPC details
推薦閱讀
- Learning Java Functional Programming
- R語(yǔ)言經(jīng)典實(shí)例(原書第2版)
- Learning Docker
- Apache Spark 2 for Beginners
- R的極客理想:工具篇
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- Python編程:從入門到實(shí)踐(第3版)
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫(kù)
- 超好玩的Scratch 3.5少兒編程
- 用Python動(dòng)手學(xué)統(tǒng)計(jì)學(xué)
- Jakarta EE Cookbook
- PHP 7 Programming Blueprints
- Swift 2 Design Patterns
- C++ Data Structures and Algorithm Design Principles
- C語(yǔ)言從入門到精通(第4版)