diff --git a/cloudformation/stack.yaml b/cloudformation/stack.yaml index 2bec59a..b6a06d1 100644 --- a/cloudformation/stack.yaml +++ b/cloudformation/stack.yaml @@ -1244,12 +1244,7 @@ Resources: - ses:VerifyDomainIdentity - ses:VerifyEmailIdentity Resource: - - "*" - - Effect: Allow - Action: - - logs:* - Resource: arn:aws:logs:*:*:* - + - "*" SESDomainRecords: Type: AWS::Route53::RecordSetGroup Properties: diff --git a/cloudformation/stackcopy.sh b/cloudformation/stackcopy.sh new file mode 100755 index 0000000..f7f1263 --- /dev/null +++ b/cloudformation/stackcopy.sh @@ -0,0 +1,16 @@ +#!/bin/bash +echo Enter Date in from yyyy-dd-mm +read date +echo $date + + + +aws s3 cp s3://hubs-cloud/stack-beta.yaml "s3://hubs-cloud/release/$date/stack-beta.yaml" + + +aws s3 cp s3://hubs-cloud/stack-personal.yaml "s3://hubs-cloud/release/$date/stack-personal.yaml " + +aws s3 cp s3://hubs-cloud/stack-pro.yaml "s3://hubs-cloud/release/$date/stack-pro.yaml" + +aws s3 cp s3://hubs-cloud/stack-pro-single.yaml "s3://hubs-cloud/release/$date/stack-pro-single.yaml " +