Question 296:
Your company plans to host its development, test, and production applications on EC2 Instances in AWS. The team is 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 to manage the relevant accesses?
Answer options:
A.Add tags to the instances marking each environment and then segregate access using IAM Policies. B.Add Userdata to the underlying instances to mark each environment. C.Add Metadata to the underlying instances to mark each environment. D.Add each environment to a separate Auto Scaling Group.