Denies all operations outside of specified AWS regions, helping enforce geographic data boundaries.
What this SCP does
This Service Control Policy (SCP) denies all operations outside of specified AWS regions, helping enforce geographic data boundaries and regulatory compliance. This is essential for organizations with data residency requirements.
The policy allows operations only in us-east-1 (N. Virginia) and eu-west-1 (Ireland), while denying access to all other AWS regions. This helps organizations maintain control over where their data is stored and processed.
How to test this SCP works
To validate this SCP, attempt to perform AWS operations in both allowed and disallowed regions.
This testing approach verifies that operations are only allowed in the specified regions (us-east-1 and eu-west-1) while being denied in all other regions.