Register AWS Credential

Register AWS Credential

Your AWS Credential needs to be registered to install Chango in your AWS region.

1. Update your user password in IAM. 2. Add MFA(Multi Factor Authentication) to your user in IAM. 3. Add the following permission policies to your user in IAM. ``` { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "ec2:*", "Resource": "*" }, { "Effect": "Allow", "Action": [ "s3:GetBucketLocation", "s3:ListAllMyBuckets", "s3:CreateBucket" ], "Resource": "arn:aws:s3:::*" }, { "Effect": "Allow", "Action": "s3:*", "Resource": [ "arn:aws:s3:::chango-bucket*", "arn:aws:s3:::chango-bucket*/*" ] } ] } ``` 4. Subscribe CentOS 7 (x86_64) - with Updates HVM Supported by Bansir in AWS Marketplace. The following image needs to be subscribed to create instances in your regions. - https://aws.amazon.com/marketplace/pp/prodview-tgntc4dfmjkiy

Account ID is a 12-digit number that uniquely identifies your account.

© Cloud Chef Labs, Inc. All rights reserved.