Support Questions

Find answers, ask questions, and share your expertise

Cloudbreak - AWS generate role fails

avatar
Master Guru

I am running sudo cbd aws generate-role and it fails with

A client error (SignatureDoesNotMatch) occurred when calling the CreateRole operation: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.

I have verifed my key and private key in Profile is correct. I also installed AWS CLI to test my key and it connects. I am not able to create the roles via cbd aws generate-role. Any help would be greate

1 ACCEPTED SOLUTION

avatar
Master Guru

I got it. This is related to IAM permission issue. The IAM user I was using did not have any permissions attached it to. I am sure I can plug away and find correct permission. However, I just grabbed my root credentails and used in cloudbreak. works.

View solution in original post

2 REPLIES 2

avatar
Master Guru

I got it. This is related to IAM permission issue. The IAM user I was using did not have any permissions attached it to. I am sure I can plug away and find correct permission. However, I just grabbed my root credentails and used in cloudbreak. works.

avatar
Super Collaborator

Hi, If you have any other please let us know. Actually the aws role json can find here: https://github.com/sequenceiq/cloudbreak-deployer/blob/master/include/aws-roles.bash#L162