employer cover photo
employer logo
employer logo

Sandstone Technology

Is this your company?

Sandstone Technology interview question

Q: How to access an EC2 instance from your local machine?

Interview Answer

Anonymous

9 Oct 2023

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.