1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Typically you would use SCPs to deny actions on certain specific regions, see an example: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_examples_general.html#example-scp-deny-region
Otherwise another option is to leverage IAM policies to allow/deny ec2 access to specific region: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_ec2_region.html
Hope it helps ;)
Relevant content
- asked 2 years ago

THANK YOU SO MUCH!