AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 59

A company has multiple member accounts that are part of an organization in AWS Organizations. The security team needs to review every Amazon EC2 security group and their inbound and outbound rules. The security team wants to programmatically retrieve this information from the member accounts using an AWS Lambda function in the management account of the organization.
Which combination of access changes will meet these requirements? (Choose three.)

Answer options

Correct answer: B, C, E

Explanation

The correct answer includes creating a trust relationship that allows management account users to assume roles in member accounts (B), creating IAM roles in each member account with permissions to read EC2 information (C), and allowing the management account role to assume those member roles (E). Options A and D are incorrect as they do not address the requirement for the management account to retrieve information from member accounts effectively.