You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/11/01 21:42:34 UTC

svn commit: r1404756 - in /libcloud/trunk: CHANGES libcloud/data/pricing.json

Author: tomaz
Date: Thu Nov  1 20:42:34 2012
New Revision: 1404756

URL: http://svn.apache.org/viewvc?rev=1404756&view=rev
Log:
Update EC2 pricing data to reflect new, lower prices

Modified:
    libcloud/trunk/CHANGES
    libcloud/trunk/libcloud/data/pricing.json

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1404756&r1=1404755&r2=1404756&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Thu Nov  1 20:42:34 2012
@@ -32,6 +32,11 @@ Changes with Apache Libcloud in developm
         created vApps can be shared between users/groups or everyone.
      [Michal Galet]
 
+   - Update EC2 pricing data to reflect new, lower prices -
+     http://aws.typepad.com/aws/2012/10/new-ec2-second-generation-standard-instances-and-price-reductions-1.html
+
+   [Tomaz Muraus]
+
   *) DNS
 
     - Update 'if type' checks in the update_record methods to behave correctly

Modified: libcloud/trunk/libcloud/data/pricing.json
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/data/pricing.json?rev=1404756&r1=1404755&r2=1404756&view=diff
==============================================================================
--- libcloud/trunk/libcloud/data/pricing.json (original)
+++ libcloud/trunk/libcloud/data/pricing.json Thu Nov  1 20:42:34 2012
@@ -48,10 +48,10 @@
 
         "ec2_us_east": {
             "t1.micro": 0.02,
-            "m1.small": 0.085,
-            "m1.medium": 0.160,
-            "m1.large": 0.34,
-            "m1.xlarge": 0.68,
+            "m1.small": 0.065,
+            "m1.medium": 0.13,
+            "m1.large": 0.26,
+            "m1.xlarge": 0.52,
             "c1.medium": 0.17,
             "c1.xlarge": 0.68,
             "m2.xlarge": 0.50,
@@ -77,10 +77,10 @@
 
         "ec2_us_west_oregon": {
             "t1.micro": 0.02,
-            "m1.small": 0.085,
-            "m1.medium": 0.160,
-            "m1.large": 0.34,
-            "m1.xlarge": 0.68,
+            "m1.small": 0.065,
+            "m1.medium": 0.13,
+            "m1.large": 0.26,
+            "m1.xlarge": 0.52,
             "c1.medium": 0.17,
             "c1.xlarge": 0.68,
             "m2.xlarge": 0.50,