AWS
Get Started with EC2 - Amazon EC2 API Tools Running MySQL on Amazon EC2 with EBS (Elastic Block Store) Amazon EC2 FAQs - AWS Architecture Center - Email Sending Limitations Removal
SIMPLE MONTHLY CALCULATOR
Whitepapers
AWS: Risk and Compliance - AWS Overview of Security Processes
Resources
My AWS Musing - How to create an ebs image from an existing ec2 instance - Create EBS Boot AMI - Creating a New Image for EC2 by Rebundling a Running Instance
Misc
AWS Achieves PCI DSS 2.0 Validated Service Provider Status
EBS Instances
Explicitly launch the instance with the "delete on termination" flag set to 'false' -- which you can specify in the ec2-run-instances command line -- so that the volume survives instance termination. This way if the instance crashes your data survives.
- Login to post comments