AWS Scaling Up to Your First 10 Million Users
Feb 19, 2018
Feb 19, 2018
Oct 15, 2017
Amazon has an EC2 AMI for deep learning that includes the most popular tools used for deep learning. Old news for everyone else, new news for me.
https://aws.amazon.com/marketplace/pp/B01M0AXXQB?qid=1475211685369&sr=0-1&ref_=srh_res_product_title
https://aws.amazon.com/blogs/aws/new-p2-instance-type-for-amazon-ec2-up-to-16-gpus/
Jun 28, 2017
The key is to point your CloudFront custom origin to the S3 static website hostname instead of the autocomplete bucket hostname b/c only the static website will serve redirects.
http://blog.goguardian.com/nerds/redirects-in-aws-cloudfront
Jun 25, 2017
Apr 27, 2015
http://recode.net/2015/04/23/amazon-reveals-aws-is-a-nearly-5-billion-business-and-is-profitable/:
The company, which hasn’t previously broken out AWS results, said its Web services business grew 49 percent in 2014 to $4.6 billion in revenue. In the first quarter, AWS revenue grew 49 percent to $1.6 billion. AWS operating margin was …
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 …