Amazon Web Services: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
AWS offers "fleets" of virtualized machines and various networking infrastructure atop them. | AWS offers "fleets" of virtualized machines and various networking infrastructure atop them. | ||
==Getting started== | ==Getting started using [[Debian]]== | ||
* There's a "[http://aws.amazon.com/free/ Free Tier]" for new customers, providing 5GB of space and 1 year of an EC2 "Micro" instance | * There's a "[http://aws.amazon.com/free/ Free Tier]" for new customers, providing 5GB of space and 1 year of an EC2 "Micro" instance | ||
** A valid credit card and phone number are required | ** A valid credit card and phone number are required | ||
| Line 18: | Line 18: | ||
export PATH="$PATH:$AWS_AUTO_SCALING_HOME/bin" | export PATH="$PATH:$AWS_AUTO_SCALING_HOME/bin" | ||
export AWS_CREDENTIAL_FILE="$AWS_AUTO_SCALING_HOME/credential-file-path.template" | export AWS_CREDENTIAL_FILE="$AWS_AUTO_SCALING_HOME/credential-file-path.template" | ||
</pre> | export JAVA_HOME=/usr</pre> | ||
* [http://aws.amazon.com/autoscaling/ Autoscaling] | * [http://aws.amazon.com/autoscaling/ Autoscaling] | ||