Pregunta de entrevista de Sandstone Technology

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

Respuesta de la entrevista

Anónimo

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.