- 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
推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- Visual Studio 2012 Cookbook
- Python機器學習:數據分析與評分卡建模(微課版)
- 企業級Java EE架構設計精深實踐
- Java異步編程實戰
- Mastering OpenCV Android Application Programming
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Python深度學習
- Java Web開發之道
- 數據結構與算法JavaScript描述
- PySide GUI Application Development(Second Edition)
- Spring Boot進階:原理、實戰與面試題分析
- 青少年學Python(第1冊)
- Creating Stunning Dashboards with QlikView
- Geospatial Development By Example with Python