Used to securely connect your VPC instance to external services(like S3) out side VPC without using internet Gateway.
A VPC endpoint enables you to privately connect your VPC to supported AWS services and VPC endpoint services powered by Private link without requiring an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection.
Instances in your VPC do not require public IP addresses to communicate with resources in the service.
Traffic between your VPC and the other service does not leave the Amazon network
1. Interface Endpoints (AWS Private Link)
An interface endpoint is an elastic network interface with a private IP address that serves as an entry point for traffic destined to a supported service. The following services are supported:
A VPC endpoint enables you to privately connect your VPC to supported AWS services and VPC endpoint services powered by Private link without requiring an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection.
Instances in your VPC do not require public IP addresses to communicate with resources in the service.
Traffic between your VPC and the other service does not leave the Amazon network
1. Interface Endpoints (AWS Private Link)
An interface endpoint is an elastic network interface with a private IP address that serves as an entry point for traffic destined to a supported service. The following services are supported:
- Amazon CloudWatch Logs
- Amazon EC2 API
- Amazon Kinesis Data Streams
- Amazon SNS
- AWS KMS
- AWS Service Catalog
- AWS Systems Manager
- Elastic Load Balancing API
- Endpoint services hosted by other AWS accounts
- Supported AWS Marketplace partner services
Connecting to other VPC without using internet Gateway, AWS private link with Interface End point.
2. Gateway Endpoints
A gateway endpoint is a gateway that is a target for a specified route in your route table, used for traffic destined to a supported AWS service. The following AWS services are supported:
Basically supports storage services.
Basically supports storage services.
- Amazon S3
- DynamoDB

No comments:
Post a Comment