
Ultimate access to all questions.
A company has lost the private key for an Amazon Elastic Block Store (Amazon EBS)-backed Amazon EC2 instance, and a security engineer needs to regain access to the instance. Which two of the following steps, when combined, will effectively allow the engineer to regain access to the instance?
A
Stop the instance. Detach the root volume. Generate a new key pair.
B
Keep the instance running. Detach the root volume. Generate a new key pair.
C
When the volume is detached from the original instance, attach the volume to another instance as a data volume. Modify the authorized_keys file with a new public key. Move the volume back to the original instance. Start the instance._
D
When the volume is detached from the original instance, attach the volume to another instance as a data volume. Modify the authorized_keys file with a new private key. Move the volume back to the original instance. Start the instance._
E
When the volume is detached from the original instance, attach the volume to another instance as a data volume. Modify the authorized_keys file with a new public key. Move the volume back to the original instance that is running._