aws-quickstart / quickstart-microsoft-rdgateway

AWS Quick Start Team
Apache License 2.0
48 stars 87 forks source link

Access denied on S3 to Quickstart utility #17

Closed m17kea closed 5 years ago

m17kea commented 5 years ago

I'm using an item at the following location in my LaunchConfiguration:

https://s3.amazonaws.com/quickstart-reference/microsoft/rdgateway/latest/submodules/quickstart-microsoft-utilities/modules/AWSQuickStart.zip

Suddenly I am getting access denied. Is this expected?

vsnyc commented 5 years ago

The new link is: https://s3.amazonaws.com/aws-quickstart/quickstart-microsoft-rdgateway/submodules/quickstart-microsoft-utilities/modules/AWSQuickStart.zip

In general, we migrated the production location of the AWS Quick Starts from quickstart-reference S3 bucket to aws-quickstart bucket and changed the prefix at which the assets reside making it simpler to map from github to S3. This change was done in May 2018, but we left assets in the old bucket for a while to allow smoother transition to the new bucket.

In the new structure, any aws-quickstart repository is copied to the S3 prefix that matches name of the repository. In this case, all content of quickstart-microsoft-rdgateway repository is uploaded s3://aws-quickstart/quickstart-microsoft-rdgateway.

RobBiddle commented 5 years ago

Not cool.

All of our Windows EC2 templates were using https://s3.amazonaws.com/quickstart-reference/microsoft/utilities/latest/modules/AWSQuickStart.zip which apparently also got axed.

My bad for expecting AWS to maintain those buckets, but still not cool. The Quickstart docs should state that those resources should be moved to user controlled buckets if they're subject to being killed off.

m17kea commented 5 years ago

Thanks @vsnyc, for me I realised that any dependency for our systems builds should be hosted in our own buckets and I have adjusted them accordingly. Thanks for the quick response.

vsnyc commented 5 years ago

@RobBiddle sincere apologies for the inconvenience. We did allow for roughly one year of keeping content in both buckets to ease the migration. The links on the Quick Start pages have been pointing to the new aws-quickstart bucket since May 2018, so you must have had the links from before. As I mentioned above, the content has been moved in a new aws-quickstart bucket in a manner that is easier to discover. That is, anything in this git repo can be found at s3://aws-quickstart/quickstart-microsoft-rdgateway/. We did this so the aws-quickstart org repositories and contents in the aws-quickstart bucket are kept in sync.