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
You might also like to view...
Testing forensic software at the extremes and becoming familiar with its capabilities is ________
a. unnecessary if manufacturers provide documentation b. a way to validate the forensic software c. not recommended due to the danger of acquiring viruses d. more common among computer criminals than investigators
In a recursive solution to a problem, we solve a problem P(n) by solving another problem P(k) where
a) P(k) is the hardest part of P(n) b) P(k) is a larger problem than P(n) c) P(k) is smaller than P(n) d) P(k) is the same problem as P(n) apart from size.