TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

VPC Endpoints for Your Own Applications and Services

86 pointsby jeffbarrover 7 years ago

6 comments

jonehollandover 7 years ago
When you are a large company, you outgrow the limits of a single AWS account per environment pretty quickly, and you start splitting out functional areas or services into their own accounts.<p>These endpoints solve the last piece of the puzzle, for having components communicate. Until now, we&#x27;ve had to do public ELB&#x27;s with restricted security groups, or VPN tunnels.
评论 #15804035 未加载
talawahdotnetover 7 years ago
Interesting seems like it will be very useful for providing SaaS offerings to servers that you want to keep extra secure by fully restricting internet access (Private VPC without NAT).<p>Not 100% clear if it is possible to enable bi-directional access for things like vulnerability scanning, but still seems very handy for a certain target audience.
评论 #15801580 未加载
评论 #15801849 未加载
benthover 7 years ago
From the post:<p>&quot;For example, one customer told us that they plan to create hundreds of VPCs, each hosting and providing a single microservice&quot;<p>At first glance, that sounds pretty neat, but looking at VPC pricing shows that PrivateLink pricing is 1 cent per hour and 1 cent per GB.<p>It&#x27;d be nice to discuss pricing <i>before</i> suggesting we partition microservices into separate VPCs. Or after. Somewhere :-)<p>That pricing can add up if you&#x27;re making &quot;hundreds of VPCs&quot;!
sheeshkebabover 7 years ago
Does this work across regions? Endpoint in a vpc in one region connected to service running in another region...
petermonssonover 7 years ago
I am new to this VPC thing. Is there an overview that explains why I want it and how it works?
评论 #15801241 未加载
hoodoofover 7 years ago
Jeff - two questions:<p>1: it&#x27;s not clear... can I now access S3, SES SQS RDS from my VPC Lambda functions without a NAT gateway?<p>2: how do you make those screenshots with the torn off effect?
评论 #15804992 未加载