AWS credentials invalid on new installation

Topics related to Version 3 of AutomatiCloud
Post Reply
Don Campbell
Posts: 1
Joined: Thu Jul 28, 2016 10:46 pm

AWS credentials invalid on new installation

Post by Don Campbell »

Hello...I just installed AutoCloud v.3.2.629.2004 without issue. I create a new user named AutoCloud on my AWS account...gave it Content Management group policy and applied the policy found on your setup page as follows:

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"ec2:DescribeVolumes",
"ec2:StartInstances",
"ec2:StopInstances",
"ec2:CreateSnapshot",
"ec2:DeleteSnapshot",
"ec2:DescribeSnapshots",
"ec2:CopySnapshot",
"ec2:CreateTags",
"rds:DescribeDBInstances",
"rds:CreateDBSnapshot",
"rds:DeleteDBSnapshot",
"rds:DescribeDBSnapshots",
"rds:ListTagsForResource"
],
"Resource": [
"*"
]
}
]
}

I logged onto my AWS account as the AutoCloud user and then setup the AWS credentials in the AutomatiCloud client page. Gave it the Access Key and the Secret Key, by copying and pasting to make sure nothing is missed, but receive "AWS credentials invalid". I even additionally added my new AutoCloud user as an Administrator on my AWS account and still receive an "AWS credentials invalid" message.

Please advise steps to troubleshoot...my manager needs me to prove this application before I can purchase the full license.
THANKS - Don
Post Reply