aws-samples / aws-cudos-framework-deployment

Command Line Interface tool for Cloud Intelligence Dashboards deployment
https://catalog.workshops.aws/awscid
MIT No Attribution
376 stars 140 forks source link

S3 Access Denied Error during CloudFormation Template Deployment #796

Closed mchittineni closed 2 months ago

mchittineni commented 2 months ago

I encountered an S3 Access Denied error while attempting to deploy a CloudFormation template in a source account. Despite following the steps outlined in the CUDOS

I'm able to proceed step 1 without any issues. However, during step 2, when deploying the CloudFormation template, the error persists.

I've made multiple attempts to deploy the CloudFormation template after waiting for a certain period, but the issue persists. Any insights on resolving this would be appreciated.

Screenshot 2024-04-24 at 12 12 50

iakov-aws commented 2 months ago

Please make sure you follow the guidance and double check the parameters of the stack

Typically this error happen if the destination bucket in destination account is not yet created (stack not created in source account) or not configured to accept replication from source account (source account is not listed in parameters of the stack)

also prefix parameter should be the same

mchittineni commented 2 months ago

the destination bucket in the destination account was created, but when trying to create the stack in source account i'm facing the issue. and i have been using the prefix parameter, still same issue with it.

iakov-aws commented 2 months ago

can you confirm that SourceAccountIds is set correctly in the stack of Destination account?

mchittineni commented 2 months ago

yes i was able to the view in the parameters section of the cloud-formation. after the deployment was sucessful.

iakov-aws commented 2 months ago

please can you write to our feedback email https://catalog.workshops.aws/awscid/en-US/feedback-support we can set up a quick call to review.