Closed rubbishbean closed 3 years ago
I just launched an instance in us-west-2 of type m4.2xlarge using Ubuntu 18.04 (ami-06d51e91cea0dac8d), and I can't reproduce this.
Can you share in which availability zone you were experiencing this issue? Also, can you check if the ca certs are correct on your machine (e.g. sudo update-ca-certificates
)?
Closing issue due to inactivity. Please let us know if this is still a problem.
Hi, I'm trying to install and run ec2-instance-connect on a ubuntu 18.04 machine of type m4.2xlarge. I did
sudo apt-get install ec2-instance-connect
and got the following error: And dosystemctl status ec2-instance-connect
it shows:I ran the same commands to setup ec2-instance-connect on other machines with same ami but different instance type(m5) and succeeded. I'm wondering if the SSL problem could be an instance type related issue, or there's some other aspects I need to investigate.
Thank you very much