Amazon AWS documentation for using AWS with your subdomain:
Use Amazon AWS for a Subdomain
Aug 18, 2012
Aug 18, 2012
Amazon AWS documentation for using AWS with your subdomain:
Aug 17, 2012
The steps to completely configure a basic Amazon AWS:
as-create-launch-config MyProduct_LaunchConfig --image-id ami-0f904366 --instance-type t1.micro --group MyProduct_SecurityGroup --key myname_keypair
as-create-auto-scaling-group MyProduct_AutoScalingGroup --launch-configuration MyProduct_LaunchConfig --availability-zones us-east-1a,us-east-1b --min-size 1 --max-size 10 --load-balancers MyProduct_LoadBalancer
as-put-scaling-policy MyProduct_ScaleUpPolicy …