Task 13: establishing secure communication between public and private VPC| everything works but fails on checking

Hi Team,
please someone explain me why does this fails when I press ‘Check’?
This is an output:


Also in the last point ( * Add /root/.ssh/id_rsa.pub public key to the public EC2 instance’s ec2-user 's authorized_keys to make sure we are able to ssh into this instance from AWS client host. You may also need to update the security group of the private EC2 instance to allow ICMP traffic from the public/default VPC CIDR. This will enable you to ping the private instance from the public instance.) - you can see that I am inside of the public VM - and it pings private VM successfully. So what could be possible wrong?

Hi @insendkost

The task in the AWS level 2 and I able to pass it, you can see the screenshot below. Could you please try agian and let me know if it persits?

Figured out the root issue - I connected to public instance from aws client via public key but didn’t actually copied the given public key from /root/.ssh/. As result by check the system attempted to ssh the public ec2 and failed on connection.