From 8c96adb3f0e29bc750e969082dd9fa93b914918e Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Wed, 1 Jun 2022 13:44:08 +0200 Subject: [PATCH] Add policy for rds_cluster_snapshot copy_rds_cluster_snapshot Signed-off-by: Alina Buzachis --- aws/policy/data-services.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/policy/data-services.yaml b/aws/policy/data-services.yaml index 639953de..cce8a911 100644 --- a/aws/policy/data-services.yaml +++ b/aws/policy/data-services.yaml @@ -105,6 +105,7 @@ Statement: - rds:RestoreDBClusterFromSnapshot - rds:RestoreDBClusterFromS3 - rds:PromoteReadReplicaDBCluster + - rds:CopyDBClusterSnapshot Resource: - 'arn:aws:dms:{{ aws_region }}:{{ aws_account_id }}:subgrp:*' - 'arn:aws:dynamodb:{{ aws_region }}:{{ aws_account_id }}:table/*'