Hey friends :),
I am trying to 'amplify init' my Android Project and I get stuck with the following error:
I have granted 'AWSElasticBeanstalkFullAccess' to the aws profile used.
I would be immensely thankful for any help.
Thank You very much in advance.
Yours, Luca
how did you end up solving this. I am having the same issue
i am having the same issue. how can i solve that?
This is caused by the IAM user not being authorised to perform the iam:CreateRole action needed in the CloudFormation stack.
This is caused by the IAM user not being authorised to perform the iam:CreateRole action needed in the CloudFormation stack.
How should this be done?
I was facing the same issue, here's how I resolved it.
When I was doing 'aws configure' and creating a profile, I was choosing the region incorrectly(not the one I chose when I was setting up my account).
Created another profile with right region.
Did 'amplify init', worked like charm.
Most helpful comment
This is caused by the IAM user not being authorised to perform the iam:CreateRole action needed in the CloudFormation stack.