-
Notifications
You must be signed in to change notification settings - Fork 402
[Request]: Define vpc endpoints in isolated from internet environment #232
Comments
Start by looking at it at the most basic level: network. There's your answer, no internet, no access. More details below. P.S. By Default ALL AWS Services are public and unless you add a VPC Endpoint to reach them through private there won't be any routes for your requests. I'm NOT sure you can reach SM or SSM via VPC endpoints though so I strongly suggest configuring a NAT Gateway in a Public Subnet and then adding a route to it in the private subnet you want to use so your instances can reach the Internet. It's all stateful, only RESPONSES from the Internet will come into the private subnet. |
hi @ecout thanks for answer, environment is very restricted, so there is no way to use nat, and i can easily access vpc endpoints for ssm, sm via python and boto3 |
fixed by this #348 |
I'm trying to use this tool in private vpc without internet,
i added to aws-config.js:
`
`
but it doesn't work, I'm not js dev am i mising something?
The text was updated successfully, but these errors were encountered: