Pergunta de entrevista da empresa Sandstone Technology

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

Resposta da entrevista

Sigiloso

9 de out. de 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.