aws-solutions / aws-waf-security-automations

This solution automatically deploys a single web access control list (web ACL) with a set of AWS WAF rules designed to filter common web-based attacks.
https://aws.amazon.com/solutions/aws-waf-security-automations
Apache License 2.0
837 stars 359 forks source link

Step 5 - bucket does not exist #206

Closed allexivan closed 2 years ago

allexivan commented 2 years ago

Describe the bug Th S3 copy command on the step 5 does not work because the bucket name generated by the copy command includes the region. Obviously that bucket does not exist.

aws s3 cp ./deployment/regional-s3-assets s3://$DIST_OUTPUT_BUCKET-$AWS_REGION/$SOLUTION_NAME/$VERSION --recursive --acl bucket-owner-full-control

To Reproduce Run step 5 copy commands