A company needs to deploy services to an AWS region which they have not previously used. The company currently has an AWS identity and Access Management (IAM) role for the Amazon EC2 instances, which permits the instance to have access to Amazon DynamoDB. The company wants their EC2 instances in the new region to have the same privileges. How should the company achieve this?

A. Create a new IAM role and associated policies within the new region
B. Assign the existing IAM role to the Amazon EC2 instances in the new region
C. Copy the IAM role and associated policies to the new region and attach it to the instances
D. Create an Amazon Machine Image (AMI) of the instance and copy it to the desired region using the AMI Copy feature


Answer: B. Assign the existing IAM role to the Amazon EC2 instances in the new region

Computer Science & Information Technology

You might also like to view...

Which of the following is TRUE about themes in PowerPoint 2013?

A) A theme is automatically applied to only the currently selected slide. B) A theme can be added from the Insert tab. C) Widescreen themes are available. D) A theme includes animation and transitions.

Computer Science & Information Technology

Which of the following is information that is unlikely to result in a high-level financial loss or serious damage to the organization but still should be protected?

a. Private data b. Public data c. Confidential data d. Sensitive data

Computer Science & Information Technology

?_____ seeks to optimize the viewing experience for a wide range of devices using one website.

A. ?Responsive design B. ?Hotspot design C. ?Indexed design D. ?Coordinated design

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The sequence structure is often used in programming because it can handle every type of task. 2. Decision structures are also known as selection structures. 3. In a flowchart, the diamond symbol indicates some condition that must be tested. 4. In C#, you use the if statement to write a single-alternative decision structure. 5. If you are writing an if statement that has only one conditionally executed statement, you must enclose the conditionally executed statement in curly braces.

Computer Science & Information Technology