Amplify-js: AWS Amplify - TypeError: Cannot read property 'Stacks' of null

Created on 13 May 2019  路  5Comments  路  Source: aws-amplify/amplify-js

Hey friends :),

I am trying to 'amplify init' my Android Project and I get stuck with the following error:

Bildschirmfoto 2019-05-12 um 23 52 59

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

Most helpful comment

This is caused by the IAM user not being authorised to perform the iam:CreateRole action needed in the CloudFormation stack.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

romainquellec picture romainquellec  路  3Comments

guanzo picture guanzo  路  3Comments

DougWoodCDS picture DougWoodCDS  路  3Comments

TheRealRed7 picture TheRealRed7  路  3Comments

rayhaanq picture rayhaanq  路  3Comments