Talk:Amazon Web Services

Talk:Amazon Web Services

From Consultancy.EdVoncken.NET

Jump to: navigation, search

Reviewing these old pages in 2011:

Contents

Pricing

Linux on Amazon Web Services

You can either use a pre-built AMI (Amazon Machine Image) or create one yourself. I recommend starting with a pre-built AMI from a reputable source, such as the official Amazon Linux AMI.

Amazon Linux AMI

For Ireland, Europe, the current AMI ID's are (as of 2011.04):

ami-47cefa33
32-bit EBS-backed
ami-45cefa31
64-bit EBS-backed
ami-7fcefa0b
32-bit S3-backed
ami-7bcefa0f
64-bit S3-backed

More AMIs can be found here.

Red Hat Enterprise Linux on AWS

AWS Services

IAM

AWS Identity and Access Management allows you to set up a fine-grained security policy. The "master" AWS account can contain additional users and groups with specific rights.

Route53

SNS

Simple Notification Service

SQS

Simple Queuing Service

Documentation from Amazon

There is a lot of documentation available from Amazon.

Libraries

boto

Python library. Installed under Mac OS X 10.6.x:

 sudo easy_install boto

Resources: