VPC 2 Flashcards
Interface Endpoint
For Providing private access to AWS Public Services from private subnets
Interface Endpoint HA
Are not HA. They run from inside subnets
Interface Endpoint Security
Interface Endpoint Access is controlled on Security Group.
Security Groups are actually configured on ENI and not the Instance
S3/DDB x Interface Endpoint
S3 now accessible over Endpoint Interface
Interface Endpoint Protocol
TCP and ipv4
Interface End-point
Interface Endpoints have DNS and Private IP Address
Gateway End Point
Gateway EndPoint have an Issued DNS Name
Gateway End Point Prefix List
A manifest containing all CIDR ranges associated with the gateway Endpoint resource. It is automatically added to the vpc’s Route table as pl-63ax5xx…
VPC Peering
- Between ONLY Two VPCs in
either - The Same or different Accounts
or
*Works same/cross-region and same/cross-account
VPC DNS Resolution
(optional) Public Hostnames resolve to private IPs
Security Group Advantage of Paird VPC
Same region SG’s can reference peer SGs
NACL Allows all connections by default
STateful Vs Stateles
Stateful:
Allows every connection in to flow out via the same channel
Stateless:
Ingress and Egress need to be configured separately