Pregunta de entrevista de Crossover for Work

There are two checks on EC2, explain what they do

Respuestas de entrevistas

Anónimo

17 jul 2016

I know there are two checks in there, they are reachability checks, I don't remember exactly what they do, but if one them fails you would probably lose ssh connectivity to the instances (I knew because it happened quite a few times)

Anónimo

11 mar 2019

2 initial status checks. 1 checks the OS health and the other checks the hardware health. AWS's solution for the hardware check failed status is to reboot the instance; that way it will start on a different healthy hardware. As for the OS status check, the first action would be rebooting the instance, and if the problem presisted, you can restore the most recent AMI before the OS crashed.