README.txt in right_aws-1.10.0 vs README.txt in right_aws-2.0.0

- old
+ new

@@ -7,21 +7,24 @@ The RightScale AWS gems have been designed to provide a robust, fast, and secure interface to Amazon EC2, EBS, S3, SQS, SDB, and CloudFront. These gems have been used in production by RightScale since late 2006 and are being maintained to track enhancements made by Amazon. The RightScale AWS gems comprise: -- RightAws::Ec2 -- interface to Amazon EC2 (Elastic Compute Cloud) and the - associated EBS (Elastic Block Store) +- RightAws::Ec2 -- interface to Amazon EC2 (Elastic Compute Cloud), VPC (Virtual Private Cloud) and the associated EBS (Elastic Block Store) - RightAws::S3 and RightAws::S3Interface -- interface to Amazon S3 (Simple Storage Service) -- RightAws::Sqs and RightAws::SqsInterface -- interface to first-generation Amazon SQS (Simple Queue Service) (API version 2007-05-01) -- RightAws::SqsGen2 and RightAws::SqsGen2Interface -- interface to second-generation Amazon SQS (Simple Queue Service) (API version 2008-01-01) +- RightAws::Sqs and RightAws::SqsInterface -- interface to first-generation Amazon SQS (Simple Queue Service) +- RightAws::SqsGen2 and RightAws::SqsGen2Interface -- interface to second-generation Amazon SQS (Simple Queue Service) - RightAws::SdbInterface and RightAws::ActiveSdb -- interface to Amazon SDB (SimpleDB) - RightAws::AcfInterface -- interface to Amazon CloudFront, a content distribution service +- RightAws::AsInterface -- interface to Amazon Auto Scaling +- RightAws::AcwInterface -- interface to Amazon Cloud Watch +- RightAws::ElbInterface -- interface to Amazon Elastic Load Balancer +- RightAws::RdsInterface -- interface to Amazon RDS instances == FEATURES: -- Full programmmatic access to EC2, EBS, S3, SQS, SDB, and CloudFront. +- Full programmmatic access to EC2, EBS, S3, SQS, SDB, CloudFront, AS, ACW, ELB and RDS. - Complete error handling: all operations check for errors and report complete error information by raising an AwsError. - Persistent HTTP connections with robust network-level retry layer using RightHttpConnection). This includes socket timeouts and retries. - Robust HTTP-level retry layer. Certain (user-adjustable) HTTP errors returned @@ -36,11 +39,11 @@ - Support for streaming GETs from S3, and streaming PUTs to S3 if the data source is a file. - Support for single-threaded usage, multithreaded usage, as well as usage with multiple AWS accounts. - Support for both first- and second-generation SQS (API versions 2007-05-01 and 2008-01-01). These versions of SQS are not compatible. -- Support for signature versions 0, 1 and 2 on all services. +- Support for signature versions 0 and 1 on SQS, SDB, and EC2. - Interoperability with any cloud running Eucalyptus (http://eucalyptus.cs.ucsb.edu) - Test suite (requires AWS account to do "live" testing). == THREADING: @@ -117,12 +120,10 @@ or 'incompatible Net::HTTP monkey-patch' This is due to a conflict between the right_http_connection gem and another - gem required by attachment_fu. It may be possible to require right_aws (and - thus right_http_connection) in the .after_initialize method of the config object in - environment.rb (check the docs for Rails::Configuration.after_initialize). + gem required by attachment_fu. - 8/07: Amazon has changed the semantics of the SQS service. A new queue may not be created within 60 seconds of the destruction of any older queue with the same name. Certain methods of RightAws::Sqs and RightAws::SqsInterface will fail with the message: