- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 182字
- 2021-07-02 19:41:38
How it works...
Resources inside the subnet only understand the private IP (internal) assigned to them from the CIDR range of that subnet. The default VPC has an IG attached to it and the subnet's route is associated with the IG. The IG works as a Network Address Translation (NAT) for instances that have public IP/Elastic IP attached to them. When outside instances send requests to the AWS resources with a public IP/Elastic IP, the IG translates the address and sends the request to the internal IP of the resource. Similarly, when resources inside a subnet send requests to services outside the VPC, the reply address is set by the IG as public/Elastic IP of that resource. Thus, if a subnet route has an IG attached to it, the resources hosted inside it are accessible from the internet. This type of subnet is called a public subnet. All default subnets are public subnets. If no IG is attached to the subnet route, the resources hosted inside it can't be accessed from the internet and is hence called a private subnet.
- Learning Neo4j
- Reporting with Visual Studio and Crystal Reports
- Angular UI Development with PrimeNG
- Vue.js 2 and Bootstrap 4 Web Development
- C# 從入門到項目實踐(超值版)
- DevOps Automation Cookbook
- Learning Informatica PowerCenter 10.x(Second Edition)
- C/C++常用算法手冊(第3版)
- Groovy for Domain:specific Languages(Second Edition)
- Visual Basic學習手冊
- Swift細致入門與最佳實踐
- Building Wireless Sensor Networks Using Arduino
- HTML+CSS+JavaScript編程入門指南(全2冊)
- SQL Server 入門很輕松(微課超值版)
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器