Q: How to access an EC2 instance from your local machine?
Sigiloso
A: Check if the EC2 instance can be accessed publicly by checking the security groups associated to it. You can either then ssh directly using its public DNS or IP. Otherwise, connect to a bastion server then SSH from there.