- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 75字
- 2021-07-02 19:41:37
How it works...
Security groups control the incoming and outgoing requests to and from resources hosted in the AWS. Inbound rules allow incoming network traffic from source CIDR ranges with the protocol and ports mentioned in a rule. If you want to allow requests only from resources hosted inside your VPC, put an SG associated with those resources in the source. Outbound rules allow outbound requests initiated from resources hosted in the AWS.
推薦閱讀
- Mastering OpenLayers 3
- Mastering Concurrency Programming with Java 8
- Learning Cython Programming
- C語言程序設計(第2版)
- Django Design Patterns and Best Practices
- Visual Basic程序設計教程
- EPLAN實戰設計
- Mastering Apache Spark 2.x(Second Edition)
- Mastering Drupal 8 Views
- The DevOps 2.5 Toolkit
- NetBeans IDE 8 Cookbook
- Internet of Things with ESP8266
- Domain-Driven Design in PHP
- Django 3.0應用開發詳解
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施