VPC AWS Private Link Flashcards
1
Q
What is AWS Private Link?
A
AWS PrivateLink simplifies the security of data shared with cloud-based applications by eliminating the exposure of data to the public Internet. AWS PrivateLink provides private connectivity between VPCs, AWS services, and on-premises applications, securely on the Amazon network. AWS PrivateLink makes it easy to connect services across different accounts and VPCs to significantly simplify the network architecture.
2
Q
Name two methods for opening up a VPC that are not AWS Private Link and there disadvantages.
A
- Open the VPC up to the internet
- Security considerations; everything is in the public subnet is public.
- A lot more to manage. - Use VPC Peering
- You will have to create and manage many different peering relationships.
- The whole network will be accessible. This isn’t good if you have multiple applications in your VPC.
3
Q
Describe advantages of AWS Private Link. (Same as the AWS Private Link Exam Tips)
A
- The best way to expose a service VPC to tens, hundreds, or even thousands of customer VPCs. If you see a question about peering VPCs to tens, hundreds, or even thousands of customer VPCs, think of AWS Private Link.
- Doesn’t require VPC peering; no route tables, NAT, IGWs, etc
- Requires a Network Load Balancer on the service VPC and an ENI on the customer VPC