HPE Morpheus Enterprise
1832891 Members
2751 Online
110048 Solutions
New Discussion

AWS Integration

 
SOLVED
Go to solution
Not applicable

AWS Integration

Hi i am getting below error when i add aws account to Morpheus

Error! Unknown error connecting to amazon

6 REPLIES 6
Not applicable

Re: AWS Integration

If you do track down a more specific error, feel free to update the thread here. First guess would be authentication issue (double check keys, etc.)

Not applicable

Re: AWS Integration

FYI. We recently discovered that if you use server-side encryption on S3 buckets your Morpheus user/role will also need the following permissions.
“kms:Decrypt”,
“kms:GenerateDataKey”

Not applicable

Re: AWS Integration

To make full use of the AWS integration in Morpheus, see the IAM permission set in our docs: AWS — Morpheus Docs documentation. Depending on what you intend to do, you may be able to limit the permissions further but you’d be able to do everything with those permissions.

Not applicable
Solution

Re: AWS Integration

Thanks a lot , earlier provided key has access to only s3 but Looks like we need ec2 privilege to add an account , tried with different iam user key and it worked out

Not applicable

Re: AWS Integration

Morpheus logs from Administration -> Health -> Morpheus Logs would probably give a more specific error. If it’s a connection error, it seems like Morpheus can’t reach the AWS endpoints.

Not applicable

Re: AWS Integration

Sorry for the delayed response but thanks for calling that out. I’ve added it to our documentation.