
AWS Certified Solutions Architect - Associate
Get started today
Ultimate access to all questions.
How should a company securely access customer AWS accounts to monitor EC2 instances and CloudWatch metrics for a new service feature?
How should a company securely access customer AWS accounts to monitor EC2 instances and CloudWatch metrics for a new service feature?
Exam-Like
Explanation:
The most secure way for the company to access customer AWS accounts is by having customers create an IAM role in their account with the necessary read-only permissions for EC2 and CloudWatch, and configure a trust policy to the company's account. This method ensures that access is controlled and audited by the customers, and it leverages temporary credentials that can be rotated and managed via AWS IAM securely. Storing long-term credentials or using less integrated solutions like Amazon Cognito would be less secure.