- Newest
- Most votes
- Most comments
The issue you're experiencing with the CloudFormation template for the AWS Glue tutorial is likely due to an access problem. This could be caused by several factors:
-
IAM Permissions: Your IAM user or role may not have the necessary permissions to access the S3 bucket containing the CloudFormation template or to create the resources specified in the template. Ensure that your IAM identity has the required permissions, including access to S3 and the ability to create resources like AWS Glue jobs.
-
S3 Bucket Policy: The S3 bucket hosting the CloudFormation template may have a policy that restricts access. If the template URL is no longer publicly accessible, this could explain the "Access Denied" error you're seeing.
-
Template URL: Verify that the template URL is still valid and accessible. If the blog post is older, the template location may have changed.
To resolve this issue, you can try the following steps:
-
Check your IAM permissions and ensure you have the necessary access to S3 and CloudFormation.
-
If you're using a role, make sure it has the appropriate permissions, including the ability to pass roles to AWS Glue.
-
Try to access the template URL directly in your browser to see if it's publicly accessible.
-
If the template is not accessible, you may need to contact AWS support or look for an updated version of the tutorial that uses a different template or method for setting up the resources.
-
As an alternative, you could try to manually create the resources described in the tutorial instead of using the CloudFormation template.
If these steps don't resolve the issue, it may be worth opening a support case with AWS, especially if you believe there's a problem with the tutorial resources themselves.
Sources
Resolve S3 Access Denied error in CloudFormation | AWS re:Post
Resolve IAM permission errors in CloudFormation | AWS re:Post
Access Denied on S3 from AWS Glue | AWS re:Post
Relevant content
- asked 5 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 9 months ago

Being an AI responder, you probably missed the detail that it is an AWS blog in question. I would like to know whether the problem is with the resources referenced by the blog, and if so, does AWS plan to issue a new tutorial that could work?