Topic: AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 170

A company uses an organization in AWS Organizations to manage its AWS accounts. The company recently acquired another company that has standalone AWS accounts. The acquiring company's DevOps team needs to consolidate the administration of the AWS accounts for both companies and retain full administrative control of the accounts. The DevOps team also needs to collect and group findings across all the accounts to implement and maintain a security posture.

Which combination of steps should the DevOps team take to meet these requirements? (Choose two.)

A.
Invite the acquired company's AWS accounts to join the organization. Create an SCP that has full administrative privileges. Attach the SCP to the management account.
B.
Invite the acquired company's AWS accounts to join the organization. Create the OrganizationAccountAccessRole IAM role in the invited accounts. Grant permission to the management account to assume the role.
C.
Use AWS Security Hub to collect and group findings across all accounts. Use Security Hub to automatically detect new accounts as the accounts are added to the organization.
D.
Use AWS Firewall Manager to collect and group findings across all accounts. Enable all features for the organization. Designate an account in the organization as the delegated administrator account for Firewall Manager.
E.
Use Amazon Inspector to collect and group findings across all accounts. Designate an account in the organization as the delegated administrator account for Amazon Inspector.

Re: AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 170

B) https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_invites.html
C) https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-concepts.html

Re: AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 170

answer is BC

Re: AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 170

B - Add accounts to the org
C - collect and group findings

Re: AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 170

B and C are correct: <needs to consolidate the administration of the AWS accounts for both companies and retain full administrative control of the accounts> means we need to invite the new accounts to the existing AWS organization. <collect and group findings across all the accounts> means security hub
A: <Attach the SCP to the management account.>: this is incorrect
D: Firewall manager is use to centrally manage all FWs, not to collect and group findings
E: Inspector is used for vulnerability scanning only

Re: AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 170

Answer B and C https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_invites.html

Re: AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 170

They seem correct

Re: AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 170

B is required to access from the management account the new account.
C will provide an aggregate view of all the security findings.