AWS Certified SysOps Notes
-DNS Resolutions settings: - enableDnsSupport: - By default is set to true - Helps decide if DNS resolution is supported for the VPC - If true, queries the AWS DNS server at 169.254.169.253 - enableDNSHostName: - By default is set to false for an user created VPC, true for the Default VPC - Won’t do anything unless enableDnsSupport=true - If true, the VPC assigns public host names to EC2 instances
Security Group | Network ACL |
---|---|
Operates at the instance level | Operates at the subnet level |
Supports allow rules only | Supports allow rules and deny rules |
It is stateful: return traffic is automatically allowed | It is stateless: return traffic must be explicitly allowed by the rules |
All rules are evaluated before deciding to allow traffic | Rules have a precedence when deciding whether to allow or deny traffic |
It is associated to an instance inside of a VPC | Automatically applies to all instances in the subnet |
<version> <account-id> <interface-id> <srcaddr> <dstaddr> <srcport> <dstport> <protocol> <packets> <bytes> <start> <end> <action> <log-status>