- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 190字
- 2021-07-02 19:41:37
How to do it...
- Log in to your AWS account and open the VPC Dashboard as shown in the earlier recipe.
- Click on Internet Gateways in the left menu bar under the Virtual Private Cloud menu. You can see that the IG which was created with the default VPC in the region is visible:

Internet Gateway dashboard
- Click on Create Internet Gateway. The following window will open. Provide a Name tag and click on Yes, Create:

Internet Gateway creation from console
- You can see the IG is created. However, it is in the detached state. This means that it is not attached to any VPC:

Dashboard with created Internet Gateway
- Click on the Attach to VPC button. The following window will open. Select the VPC that we created and click on Yes, Attach:

Attach Internet Gateway with VPC
- Now you can see that the state of the IG has changed to attached:
Internet Gateway status
- If you want, you can click on Detach from VPC and then Delete the IG that you created.
推薦閱讀
- 深入淺出Electron:原理、工程與實踐
- Java入門很輕松(微課超值版)
- Web Development with Django Cookbook
- DevOps Automation Cookbook
- aelf區塊鏈應用架構指南
- Oracle Exadata專家手冊
- Unreal Engine 4 Shaders and Effects Cookbook
- Node.js全程實例
- Visual C++開發入行真功夫
- BeagleBone Black Cookbook
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Getting Started with Eclipse Juno
- Emgu CV Essentials
- Python 3.7從入門到精通(視頻教學版)
- Scala編程(第5版)