ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

90 / 465

Question 90:

While implementing cost-cutting measurements in your organization, you have been told that you need to migrate some of your existing resources to another region. The first task you have been given is to copy all of your Amazon Machine Images from Asia Pacific (Sydney) to US West (Oregon). One of the things that you are unsure of is how the SSH keys on your Amazon Machine Images need to be migrated. Which of the following best describes how your SSH keys are affected when AMIs are migrated between regions? Choose the correct answer from the options below.

Answer options:

A.The SSH keys will also be copied across, so you don`t need to do anything except launch the new instance.
B.The SSH keys will also be copied across. However, they will only work for users who have already accessed them in the old region. If you need new users to access the instances, then new keys will need to be generated.
C.Neither the SSH key nor the authorized key is copied and consequently you need to create new keys when you launch the new instance.
D.The SSH keys will not be copied to the new region but the authorization keys will still be in the operating system of the AMI. You need to import the SSH keys to the new region if you want to launch the new EC2 instances with the same SSH keys.