Q: How to access an EC2 instance from your local machine?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.