You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: CloudFormation template to create a service control policy to block all Backup Copy operations except to a specified central vault.
Parameters:
CentralVaultArn:
Type: String
Description: The full ARN of the central backup vault to which copying is allowed. (Format arn:aws:backup:<Region>:<AccountID>:backup-vault/<VaultName>)
RootOrgId:
Type: String
Description: The AWS Organization Root Org ID to allow for backup copy operations. Format (r-xxxxxxxxxx)
Resources:
BackupCopySCP:
Type: "AWS::Organizations::Policy"
Properties:
Name: "RestrictCopyToCentralVault"
Description: "SCP to block all Backup Copy operations except to the specified central vault."