Wednesday, March 27, 2013

AWS Auto Scaling CLI

1. Step by Step Guide : http://docs.aws.amazon.com/AutoScaling/latest/GettingStartedGuide/SignUp.html
3. Summary of Config : 
In your .bash_profile (on CentOs 6.3), put the correct values for the following : 

export AWS_AUTO_SCALING_HOME=/mnt/aws/AutoScaling-1.0.61.2/
export JAVA_HOME=/usr/
export PATH=$PATH:$AWS_AUTO_SCALING_HOME/bin
export AWS_CREDENTIAL_FILE=/mnt/aws/myCredentialFile
export AWS_AUTO_SCALING_URL=https://autoscaling.ap-southeast-1.amazonaws.com

4. Format of the credentials File(/mnt/aws/myCredentialFile) :

AWSAccessKeyId=AKIAITFNHGOMJKLNJABC
AWSSecretKey=5aFNFbmXPNr/YYhEuFHBMX8czR+AjpdvrRE5nY6r

4a. Get your credentials from : https://portal.aws.amazon.com/gp/aws/securityCredentials#access_credentials

5. List of Other regions : 
http://docs.aws.amazon.com/general/latest/gr/rande.html#as_region


No comments:

Blog Archive