Skip to content

CloudFormation error - S3 error: Access Denied

0

Hi I am using this template to create a stack mentioned here: https://aws-ia-us-east-1.s3.us-east-1.amazonaws.com/cfn-ps-inductive-automation-ignition/templates/ignition-standalone-main.template.yaml

But, I am getting an error after I submit "S3 error: Access Denied". Any tips what is causing this?

Error Image

asked 2 years ago669 views
1 Answer
0

Hello.

Does the IAM user you are using have a policy attached that allows access to S3?
Also, if you look at the CloudFormation template, it is a nested stack and references external S3.
It is possible that access to this S3 is not working properly.
Please do not change "QSS3BucketRegion" in the parameter.

https://${S3Bucket}.s3.${S3Region}.${AWS::URLSuffix}/${QSS3KeyPrefix}submodules/cfn-ps-aws-vpc/templates/aws-vpc.template.yaml
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.