VPC Flashcards
NAT Gateways characteristics
- Redundant inside the AZ
- Starts at 5 Gbps and scales to 45 Gbps
- No need to patch
- Not associated with Security Groups
- Automatically assigned a public IP address
What is allowed/disallowed in the default network ACL of a VPC?
By default, it allows all outbound and inbound traffic
What is allowed/disallowed by default when a new ACL is created?
By default, a new custom network ACL denies all inbound and outbound traffic until you add rules
Does a subnet need to be associated with an ACL?
Yes. If you don’t explicitly associate a subnet with a network ACL, the subnet is automatically associated with the default network ACL.
Can a subnet be associated with multiple ACLs?
No, only with one. When you associate a network ACL with a subnet, the previous association is removed.
Can an ACL be associated with multiple subnets?
Yes
How does the rules of a network ACL work?
Network ACLs contain a numbered list of rules that is evaluated in order, starting with the lowest numbered rule.
Are network ACLs stateful or stateless?
Stateless. Responses to allowed inbound traffic are subject to the rules for outbound traffic (and vice versa). Network ACLs have separate inbound and outbound rules, and each rule can either allow or deny traffic.
Can I block specific IP address with Security Groups or network ACLs?
Block IP addresses with network ACLs, not Security Groups.
How many public subnets are needed to deploy an application load balancer?
At least 2
Are network ACLs a layer of security for instances or subnets?
Security Groups act like a firewall at the instance level, whereas network ACLs are an additional layer of security that act at the subnet level.
By default, how many VPCs am I allowed in each region?
5
Can a subnet span multiple AZs?
No
When peering VPCs, can I peer with VPCs in another account?
Yes
By default, can new subnets in a custom VPC communicate with each other across AZs?
Yes