-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: Add example for connecting via Session Manager without Internet access #336
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Add example for connecting via Session Manager without Internet access #336
Conversation
@antonbabenko Is there anything I can help with in order to facilitate a review of this pull request, please? I am happy to keep rebasing it in the meantime. |
This PR has been automatically marked as stale because it has been open 30 days |
Not stale. |
…hub.com:luigidifraiawork/terraform-aws-ec2-instance into feat/session-manager-no-internet-access-example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thank you!
## [5.5.0](v5.4.0...v5.5.0) (2023-08-30) ### Features * Add example for connecting via Session Manager without Internet access ([#336](#336)) ([68edef8](68edef8))
This PR is included in version 5.5.0 🎉 |
You're welcome. Thank you for reviewing, approving and making this example part of the module. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Add an example demonstrating how an EC2 instance not connected to the Internet can be accessed using Session Manager through VPC Endpoints.
Motivation and Context
I thought to provide the open-source community with a working example for the above-mentioned scenario.
Breaking Changes
None.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request