- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 155字
- 2021-07-02 19:41:36
Managing a Security Group
Security Group (SG) works as a virtual firewall that controls incoming traffic to protect resources hosted in AWS, such as EC2 and RDS, from unwanted access. The same SGs should be associated with services/resources having the same functionality and security requirements such as a cluster of web servers. SGs can span across different subnets in a VPC. SGs are stateful firewalls where you can define rules for a valid source, protocol, and port for incoming and outgoing traffic. Stateful meaning--if the connection from source to destination is allowed, the return path is also allowed. At least one SG needs to be attached to the resource at the time of resource creation. More than one SG can also be attached to a resource. The rules of an SG can be modified at any time and they will take effect immediately. An SG can be detached from the resource at any time.
- 程序員修煉之道:程序設(shè)計(jì)入門30講
- Apache ZooKeeper Essentials
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- PHP基礎(chǔ)案例教程
- Animate CC二維動(dòng)畫設(shè)計(jì)與制作(微課版)
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- Troubleshooting PostgreSQL
- Access 2016數(shù)據(jù)庫管
- Python算法詳解
- SpringBoot從零開始學(xué)(視頻教學(xué)版)
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- Learning VMware vSphere
- Sitecore Cookbook for Developers
- Learning ECMAScript 6
- Splunk Essentials