Private Links and Endpoints in AWS
- IN AWS services like Dynamo DB, S3 buckets will not be part of your vpc,
- So for the ec2 instances in your vpc connecting to these services will involve internet
- To solve this we have two options
- endpoints:
- Interface endpoints
- Gateway endpoints

- Private Links

- endpoints:
Private endpoints in Azure
- Refer Here for official docs
- creating a private endpoint Refer Here
- creating a private link service Refer Here
Workshop

