"Unable to assume specified IAM Role" after setting NextJS app up with CDK #2410
Labels
hosting
Issue related to Amplify Hosting
pending-community-response
Issue is pending a response from the author or community
question
Question or confusion about some aspect of the product
Environment information
Describe the bug
I've been able to use CDK to set up my stack and app in Amplify. This created an IAM Role. The Trust relationships of the role looks like this:
The role has the following permission policies added for testing purposes:
My CDK setup looks like this:
When I push my code a deployment starts, but it fails on the provisioning step with the following error:
Would be extremely thankful for any help. I've read through previous related issues but was unable to resolve this.
Reproduction steps
cdk synth
,cdk bootstrap
andcdk deploy
The text was updated successfully, but these errors were encountered: