Trouble Establishing Connection to EC2 Instance Created with AWS CDK #29370
Unanswered
mohilmakwana31
asked this question in
Q&A
Replies: 1 comment
-
Probably you would need to create EC2 instance IAM profile to access ec2 via EC2 Instance Connect |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am struggling with an issue in AWS CDK. I tried to create an EC2 instance with AWS CDK, and an EC2 instance was created with the given configuration. I allowed inbound traffic from all over the internet. However, after creation, I cannot connect to the instance from the AWS console.
For reference, I attached code below :
Beta Was this translation helpful? Give feedback.
All reactions