- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 212字
- 2021-07-02 19:41:38
How to do it...
- Log in to your AWS account and open the VPC Dashboard as shown in the earlier recipe.
- Click on Elastic IP under the Virtual Private Cloud menu. There are no Elastic IPs as we have not created any till now:

Elastic IP console
- Click on Allocate New Address. The following window will open. Click on Allocate:

Elastic IP creation from console
- An Elastic IP will be provided:

Console with Elastic IP created
- Click on NAT Gateways under the Virtual Private Cloud menu:

NAT Gateway console
- Click on Create NAT Gateway. The following window will open. Select the subnet where you want it to be hosted from the Subnet search menu and the Elastic IP that we created in step 4. Click on Create a NAT Gateway:

Console for NAT Gateway creation
- You will get a confirmation message; you can see it on the dashboard. Initially, the Status will be Pending. The Status will change to Available after some time:

Console with created NAT Gateway
- You can click on Delete NAT Gateway if it is not needed any more from the console. In that case, also remember to release the Elastic IP.
推薦閱讀
- Learning Python Web Penetration Testing
- Progressive Web Apps with React
- Objective-C應用開發全程實錄
- R語言經典實例(原書第2版)
- SQL for Data Analytics
- Java面向對象程序開發及實戰
- Python Geospatial Development(Second Edition)
- Learning DHTMLX Suite UI
- Hands-On Reinforcement Learning with Python
- Python:Deeper Insights into Machine Learning
- SQL Server 2016 從入門到實戰(視頻教學版)
- Mastering Apache Camel
- 程序員的成長課
- ANSYS FLUENT 16.0超級學習手冊
- 深入實踐C++模板編程