aws-solutions / aws-control-tower-customizations

The Customizations for AWS Control Tower solution combines AWS Control Tower and other highly-available, trusted AWS services to help customers more quickly set up a secure, multi-account AWS environment using AWS best practices.
https://docs.aws.amazon.com/controltower/latest/userguide/cfct-overview.html
Apache License 2.0
354 stars 205 forks source link

custom-control-tower-scripts.zip no longer publicly accessible #161

Closed DaniDipp closed 1 year ago

DaniDipp commented 1 year ago

Describe the bug Trying to download s3://control-tower-cfct-assets-prod/customizations-for-aws-control-tower/v2.5.3/custom-control-tower-scripts.zip now runs into 403 errors, breaking the CodePipeline tasks

To Reproduce

aws s3 cp s3://control-tower-cfct-assets-prod/customizations-for-aws-control-tower/v2.5.3/custom-control-tower-scripts.zip .

Expected behavior The scripts should be able to be downloaded.

Please complete the following information about the solution:

Screenshots 2023-05-16T23-51-36

Additional context It still worked 2 hours ago (I was still on 2.5.2 then)

hanafya commented 1 year ago

Hi @DaniDipp , thank for you alerting us to this issue. We've investigated the root cause and applied a fix. Can you retry and confirm that the issue is resolved?

DaniDipp commented 1 year ago

I can confirm that the issue is resolved, and the pipelines are running again 👍 Thank you for the fast response!