✅
Connect to the first instance instance-XXX
you created in tf-vpc using Systems Manager.
Going to AWS Systems Manager
, section Fleet Manager
Select the instance-XXX
instance, click Instance Actions
, Start Session
While connected to the instance…
Can you reach the internet? - ping aws.amazon.com
What is your private ip address? - ip address
What is your public ip address? - curl ipinfo.io/json
or curl ifconfig.io
What route are in this instance? - ip route
What services or IPs are connected to this instance? sudo netstat -pant
✅ Proceed to the next step