VPC fundamentals Flashcards

1
Q

vpc fundamentals

A
  • vpc, subnets, internet gateways, nat gateways
  • security groups, network ACL, VPC flow logs
  • vpc peering, vpc endpoints
  • site to site vpn, direct connect
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

vpc

A
  • private network regional resource
    • subnets (availability zone level)
      • pubic subnet - accessible from internet
    • route tables define access to internet and between subnets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Internet Gateways and NAT Gateways

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Network ACL

A
  • NACL - firewall that controls traffic to and from subnet
    • can have ALLOW and DENY rules
    • attached at subnet level
    • rules only include ip addresses
    • default NACL allows everything in and everything out of subnet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Security groups

A
  • firewall that controlls traffic to and from an ENI or EC2 instance
  • only ALLOW rules
  • stateful, if traffic can go out, it can go in
  • rules include IP addresses and or other security groups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

VPC flow logs

A
  • IP traffic info going into interfaces
    • includes Elastic Network Interface, subnet, vpc logs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

VPC peering

A
  • connect two VPCs, privately using AWS’s network
  • must not have overlapping CIDR (IP ranges)
  • NOT transitive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

VPC Endpoints

A
  • allow you to connect to public AWS services privately from within your VPC
  • enhanced security, lower latency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly