-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 Instance Connect Endpoint: new connection method #26226
Comments
Is this supported by CloudFormation yet? We will depend on CloudFormation support first |
Additionally, instance connect endpoint is not working on an instance (on al2023) running on a dedicated host A1. it works on other ec2 (al2)which is not on dedicated host and using same eic endpoint in same subnet. please advice if any known issue with al2023 and eice? just hangs here on websocket debug--- OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 |
It looks like support for this exists on CloudFormation now https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instanceconnectendpoint.html |
Thanks! |
Looks like it was added in 2.97.0! |
You can use the EIC Endpoint L2 construct at open-constructs/aws-cdk which is a community driven CDK construct library. It is more usuful than L1. |
|
Describe the feature
Please implement the new feature that AWS has just introduced: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect-Endpoint.html.
Use Case
I see that this feature is very useful so so I hope that there should be a way to create EIC Endpoints programmatically.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.50.0
Environment details (OS name and version, etc.)
Debian 10
The text was updated successfully, but these errors were encountered: