aws-samples / aws-cudos-framework-deployment

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

Cloudformation deployment error in eu-west-3 #842

Closed buknon closed 5 days ago

buknon commented 1 week ago

I try deploy cudo with cloudformation in eu-west-3. I get this error:

Received response status [FAILED] from custom resource. Message returned: Failed Create cost_intelligence_dashboard with exception: Please set parameter quicksight-datasource-role. Unable to request user in environment={'os': 'Linux', 'shell': 'lambda', 'terminal': 'lambda'}.

After a quick look on template I see this condition:

NeedDatasource: !Not [ !Equals [ !Ref "AWS::Region", "eu-west-3" ] ] # In eu-west-3 CFN QS Dataset resource is not available yet.

Does this mean that we cannot deploy the dashboards in eu-west-3 or do we have to do a special step to deploy it?

iakov-aws commented 1 week ago

Yes there is a workaround that causes issues now. Removing it here https://github.com/aws-samples/aws-cudos-framework-deployment/pull/849

buknon commented 1 week ago

Ok thanks @iakov-aws ! Deployed with success in Paris region

iakov-aws commented 5 days ago

Fixed in the main template