- 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.
- Objective-C Memory Management Essentials
- SoapUI Cookbook
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Hands-On RESTful Web Services with Go
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Windows Forensics Cookbook
- Learning Unity 2D Game Development by Example
- NoSQL數據庫原理
- Instant Lucene.NET
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Machine Learning for OpenCV
- 精通Spring:Java Web開發與Spring Boot高級功能
- C語言程序設計與應用實驗指導書(第2版)
- Learning ECMAScript 6