aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
5.16k stars 2.16k forks source link

Example VPC with SSM Endpoints #163

Closed chriswessells closed 1 year ago

chriswessells commented 5 years ago

:rocket: Feature Request

General Information

Description

Example of a VPC with the endpoints necessary for AWS Systems Manager Agent to communicate without using a IGW or NAT Gateway (private subnets that do not have access to the Internet).

Proposed Solution

I have working CDK code I use when mocking up environments. I would add the Typescript to the aws-cdk-examples in the expected format.

Environment

Other information

josjaf commented 4 years ago

I have this in Python if anybody is interested

khbvirus commented 4 years ago

I have this in Python if anybody is interested

@josjaf interested in the python solution for this.

josjaf commented 4 years ago

I'll post it on github for you tomorrow

josjaf commented 4 years ago

There you go https://github.com/josjaf/aws-cdk-examples/tree/feature/vpc/python/vpc

kaiz-io commented 1 year ago

We have an example using SSM endpoints. https://github.com/aws-samples/aws-cdk-examples/blob/master/typescript/ec2-ssm-local-zone/example-localzone-stack.ts

github-actions[bot] commented 1 year ago

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.