Introduction to Amazon RDS – MySQL in the Cloud - Meetup

0 downloads 14 Views 1MB Size Report
As the Amazon Web Services cloud grows, our operations, management .... instance you just created. • To connect to a D
Introduction to Amazon RDS – MySQL in the Cloud Scott Seighman Systems Engineer Sun Microsystems 1

Agenda • Overview: Cloud Concepts • Overview: Amazon Web Services • Amazon Relational --statistics= Average --namespace="AWS/RDS"

• \ --statistics=Minimum,Maximum,Average --period=600

Cleveland MySQL Meetup – November 2009

37

Monitoring Your DB • Free Storage Space > Display the minimum available free storage space for the past

week at one hour intervals and output as CSV \ --statistics=Minimum --period=3600 --show-long \ --start-time=`date --date="1 week ago" +%FT%T`

Cleveland MySQL Meetup – November 2009

38

Pricing Models – Backup Storage • There is no additional charge for backup storage up to 100% of your provisioned database storage for an active DB Instance. After the DB Instance is terminated, backup storage is billed at $0.15 per GB-month • Additional backup storage: $0.15 per GB-month • For example, if you have an active DB Instance with 10GB-month of provisioned database storage, we will provide up to 10GBmonth of backup storage at no additional charge. Based upon our experience as database administrators, the vast majority of databases require less raw storage for a backup than for the primary data set, meaning that most customers will never pay for backup storage

Cleveland MySQL Meetup – November 2009

39

Pricing Models – Data Transfer • The pricing below is based on data transferred “in” and “out” of Amazon RDS. > Data Transfer In

– All Data Transfer $0.10 per GB > Data Transfer Out – First 10 TB per Month $0.17 per GB – Next 40 TB per Month $0.13 per GB – Next 100TB per Month $0.11 per GB – Over 150 TB per Month $0.10 per GB

• Data transferred between two Amazon Web Services within the same region (e.g. between Amazon RDS US and Amazon EC2 US) is free of charge. Data transferred between AWS services in different regions will be charged as Internet Data Transfer on both sides of the transfer. Cleveland MySQL Meetup – November 2009

40

Competing Technologies

RDS

Cleveland MySQL Meetup – November 2009

41

Competing Technologies • Microsoft SQL Azure > SQL Azure is a multi-tenant service with multiple DBs on the

same machine in a shared infrastructure environment > Their target is the 95% of business applications running in the enterprise that have databases with less than 5GB of data > 10GB limit introduces design decisions on applications with larger databases > They recommend partitioning your data set across multiple DBMS instances to manage more than 10GB

• Pricing > $10/month up to 1GB > $99/month for 10G Cleveland MySQL Meetup – November 2009

42

Additional Resources • Amazon Web Services > http://aws.amazon.com/

• Amazon RDS > http://aws.amazon.com/rds/

• Amazon RDS Resources/Tools > http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=289

• Amazon RDS Forums > http://developer.amazonwebservices.com/connect/forum.jspa?forumID=60

Cleveland MySQL Meetup – November 2009

43

Thank You! Scott Seighman [email protected]

44