F5Networks / f5-aws-cloudformation

CloudFormation Templates for quickly deploying BIG-IP services in Amazon Web Services EC2
112 stars 118 forks source link

S3 permission issue with latest CFT #105

Closed JeffGiroux closed 4 years ago

JeffGiroux commented 4 years ago

Do you already have an issue opened with F5 support?

no

Description

New templates were released. Clicking on yellow launch button takes you to AWS console but throws S3 access error. This was a previous ticket. Reference https://github.com/F5Networks/f5-aws-cloudformation/issues/87

Workaround = upload template to your own S3 bucket, and call CFT from your S3 bucket.

Template

All AWS templates

Severity Level

3

JeffGiroux commented 4 years ago

Tested again just now and the error is gone. What was the fix? According to the last time I opened this ticket, it was suggested additional checks were added to avoid the access error. Seems that AWS changed something that is messing with your access checks again. Refer to https://github.com/F5Networks/f5-aws-cloudformation/issues/87#issuecomment-564285520

mikeshimkus commented 4 years ago

The fix was to manually set them to public this morning. We programmatically upload templates to S3 and make them public, but apparently failed at the latter. Launch links were checked but will always work if the person checking them is logged in to AWS...