- Implementing Cloud Design Patterns for AWS(Second Edition)
- Sean Keery Clive Harber Marcus Young
- 125字
- 2021-06-24 15:11:53
Gateways
We talked earlier about how gateways allow networks to talk to each other. AWS also provides some special gateways that simplify building your solutions:
- Internet gateway: As the name implies, the internet gateway (IGW) provides a single ingress/egress point from your VPC to the public internet.
- VPN gateway: A VPN gateway (VGN) gives the VPC a single route to a virtual private network. This may be back to your home data center, a partner endpoint, or any connection that requires in-transit encryption.
- NAT gateway: The NAT gateway can be used to send all outbound traffic through a single IP address. This reduces the need for public IP addresses for your instances. It lowers the vectors of attack for malicious actors and script-kiddies alike.
推薦閱讀
- 全屋互聯(lián):智能家居系統(tǒng)開發(fā)指南
- Cybersecurity:Attack and Defense Strategies
- Getting Started with oVirt 3.3
- 白話區(qū)塊鏈
- SharePoint 2013 應(yīng)用開發(fā)實戰(zhàn)
- 深入Linux內(nèi)核架構(gòu)與底層原理(第2版)
- Mobile First Design with HTML5 and CSS3
- 網(wǎng)絡(luò)操作系統(tǒng)教程:Windows Server 2016管理與配置
- Application Development in iOS 7
- 計算機(jī)系統(tǒng)的自主設(shè)計
- Python UNIX和Linux系統(tǒng)管理指南
- HTML5 Enterprise Application Development
- Hadoop Real-World Solutions Cookbook
- Windows Server 2008組網(wǎng)技術(shù)與實訓(xùn)(第3版)
- Getting Started with UDK