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

A company operates sensitive workloads across the AWS accounts that are in the company's organization in AWS Organizations. The company uses an IP address range to delegate IP addresses for Amazon VPC CIDR blocks and all non-cloud hardware.

The company needs a solution that prevents principals that are outside the company’s IP address range from performing AWS actions in the organization's accounts.

Which solution will meet these requirements?

A.
Configure AWS Firewall Manager for the organization. Create an AWS Network Firewall policy that allows only source traffic from the company's IP address range. Set the policy scope to all accounts in the organization.
B.
In Organizations, create an SCP that denies source IP addresses that are outside of the company’s IP address range. Attach the SCP to the organization's root.
C.
Configure Amazon GuardDuty for the organization. Create a GuardDuty trusted IP address list for the company's IP range. Activate the trusted IP list for the organization.
D.
In Organizations, create an SCP that allows source IP addresses that are inside of the company’s IP address range. Attach the SCP to the organization's root.

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

B 100%

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

https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws_deny-ip.html

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

answer b
uses an SCP within AWS Organizations to deny source IP addresses that are outside of the company’s IP address range, providing a centralized and organization-wide control over AWS actions based on source IP addresses for all accounts and resources within the organization.

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

B
https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws_deny-ip.html

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

its B, 100%