- 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.
推薦閱讀
- Linux系統(tǒng)文件安全實(shí)戰(zhàn)全攻略
- Windows Phone 7.5 Data Cookbook
- PLC控制系統(tǒng)應(yīng)用與維護(hù)
- Linux集群和自動(dòng)化運(yùn)維
- 嵌入式Linux驅(qū)動(dòng)程序和系統(tǒng)開發(fā)實(shí)例精講
- Java EE 8 Design Patterns and Best Practices
- Linux使用和管理指南:從云原生到可觀測(cè)性
- jQuery UI Cookbook
- Delphi Programming Projects
- Linux命令行大全(第2版)
- Django Project Blueprints
- Docker容器技術(shù)與應(yīng)用
- Microsoft DirectAccess Best Practices and Troubleshooting
- 物聯(lián)網(wǎng)操作系統(tǒng)AliOS Things探索與實(shí)踐
- OpenStack Trove Essentials