1 / 1010%
Question 1 of 10
A company is planning on hosting their development, test and production applications on EC2 Instances in AWS. They are worried about how access control would be given to relevant IT Admins for each of the above environments. As an architect, what would you suggest for managing the relevant accesses?
AAdd tags to the instances marking each environment and then segregate access using IAM Policies.
BAdd Userdata to the underlying instances to mark each environment.
CAdd Metadata to the underlying instances to mark each environment.
DAdd each environment to a separate Auto Scaling Group.