- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 69字
- 2021-07-02 19:41:38
There's more...
By default, all user created subnets are private subnets. If we want resources to be accessed from the internet directly, we need to create an IG and attach it to the VPC. The IG needs to be attached to the route table of the subnet that hosts the resources. If we attach an IG to the route of the subnet, it becomes a public subnet.
推薦閱讀
- Oracle WebLogic Server 12c:First Look
- C語言程序設計(第3版)
- 程序員面試筆試寶典
- 架構不再難(全5冊)
- 深入實踐Spring Boot
- PostgreSQL技術內幕:事務處理深度探索
- concrete5 Cookbook
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Android開發:從0到1 (清華開發者書庫)
- Android應用案例開發大全(第二版)
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Android Sensor Programming By Example
- OpenCV Android Programming By Example
- 少兒編程輕松學(全2冊)
- 算法精解:C語言描述