@ -132,6 +132,37 @@ With the host group now created, a second play at the bottom of the same provisi
- name: Check NTP service
- name: Check NTP service
service: name=ntpd state=started
service: name=ntpd state=started
.._aws_security_groups:
Security Groups
```````````````
Security groups on AWS are stateful. The response of a request from your instance is allowed to flow in regardless of inbound security group rules and vice-versa.
In case you only want allow traffic with AWS S3 service, you need to fetch the current IP ranges of AWS S3 for one region and apply them as an egress rule.::