Last active
March 21, 2025 01:43
-
-
Save tarunsinghaldotme/fcc1f201bcabd2ba41be1e9fc69845a8 to your computer and use it in GitHub Desktop.
Gateway vs Interface Endpoints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature | Gateway Endpoints | Interface,Endpoints | |
---|---|---|---|
Supported Services | Only S3 and DynamoDB | Most AWS services | |
Cost | Free | ~$0.01/hour per endpoint + data charges | |
Access from on-premises | No | Yes | |
Access from peered VPCs | No | Yes | |
Implementation method | Route table entries | ENIs in your subnets | |
IP addresses consumed | None | One per AZ per endpoint | |
Regional/Zonal failure impact | Regional | Zonal (can be mitigated with multi-AZ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment