Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec2: Add a bastion host construct #1713

Closed
rix0rrr opened this issue Feb 8, 2019 · 2 comments
Closed

ec2: Add a bastion host construct #1713

rix0rrr opened this issue Feb 8, 2019 · 2 comments
Assignees
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud feature-request A feature should be added or improved.

Comments

@rix0rrr
Copy link
Contributor

rix0rrr commented Feb 8, 2019

Bastion hosts are a typical requirement for everyone that run EC2 capacity in a private subnet (but still want to SSH into their hosts).

We can probably make a great and seamless experience for them.

A good start: https://docs.aws.amazon.com/quickstart/latest/linux-bastion/welcome.html

@rix0rrr rix0rrr added feature-request A feature should be added or improved. @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud labels Feb 8, 2019
@hoegertn
Copy link
Contributor

@rix0rrr is this still of interest? I am building this within the next days and could create a PR here instead of putting it into my construct library.

@eladb
Copy link
Contributor

eladb commented Aug 12, 2019

Sure!

rix0rrr pushed a commit that referenced this issue Aug 23, 2019
Add Instance resource and create Bastion Host construct based on it.

Fixes #3174 and #1713.
@SomayaB SomayaB closed this as completed Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

4 participants