mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/ec2/Makefile.am, usr/share/byobu/ec2/rates.ap-
northeast-1, usr/share/byobu/ec2/rates.ap-southeast-1, usr/share/byobu/ec2/rates.eu-west-1, usr/share/byobu/ec2/rates.us- east-1, usr/share/byobu/ec2/rates.us-west-1, usr/share/byobu/ec2/rates.us-west-2: - added new us-west-2 (Oregon) pricing region
This commit is contained in:
parent
a1b82509a6
commit
113506ff57
8 changed files with 27 additions and 6 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -2,6 +2,12 @@ byobu (4.47) unreleased; urgency=low
|
|||
|
||||
* etc/profile.d/Z97-byobu.sh:
|
||||
- remove unnecessary 'true'
|
||||
* usr/share/byobu/ec2/Makefile.am, usr/share/byobu/ec2/rates.ap-
|
||||
northeast-1, usr/share/byobu/ec2/rates.ap-southeast-1,
|
||||
usr/share/byobu/ec2/rates.eu-west-1, usr/share/byobu/ec2/rates.us-
|
||||
east-1, usr/share/byobu/ec2/rates.us-west-1,
|
||||
usr/share/byobu/ec2/rates.us-west-2:
|
||||
- added new us-west-2 (Oregon) pricing region
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 08 Nov 2011 19:16:15 -0600
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ec2dir = $(datadir)/@PACKAGE@/ec2
|
||||
ec2_DATA = rates.ap-northeast-1 rates.ap-southeast-1 rates.eu-west-1 rates.us-east-1 rates.us-west-1
|
||||
ec2_DATA = rates.ap-northeast-1 rates.ap-southeast-1 rates.eu-west-1 rates.us-east-1 rates.us-west-1 rates.us-west-2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||
# 2011-11-09: Approximate Instance Cost Basis per hour from
|
||||
# http://aws.amazon.com/ec2/instance-types/
|
||||
# http://aws.amazon.com/ec2/pricing/
|
||||
# for AP - Tokyo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||
# 2011-11-09: Approximate Instance Cost Basis per hour from
|
||||
# http://aws.amazon.com/ec2/instance-types/
|
||||
# http://aws.amazon.com/ec2/pricing/
|
||||
# for AP - Singapore
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||
# 2011-11-09: Approximate Instance Cost Basis per hour from
|
||||
# http://aws.amazon.com/ec2/instance-types/
|
||||
# http://aws.amazon.com/ec2/pricing/
|
||||
# for EU - Ireland
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||
# 2011-11-09: Approximate Instance Cost Basis per hour from
|
||||
# http://aws.amazon.com/ec2/instance-types/
|
||||
# http://aws.amazon.com/ec2/pricing/
|
||||
# for US - N. Virginia
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||
# 2011-11-09: Approximate Instance Cost Basis per hour from
|
||||
# http://aws.amazon.com/ec2/instance-types/
|
||||
# http://aws.amazon.com/ec2/pricing/
|
||||
# for US - N. California
|
||||
|
|
15
usr/share/byobu/ec2/rates.us-west-2
Normal file
15
usr/share/byobu/ec2/rates.us-west-2
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 2011-11-09: Approximate Instance Cost Basis per hour from
|
||||
# http://aws.amazon.com/ec2/instance-types/
|
||||
# http://aws.amazon.com/ec2/pricing/
|
||||
# for US - Oregon
|
||||
m1_small="0.085"
|
||||
m1_large="0.34"
|
||||
m1_xlarge="0.68"
|
||||
t1_micro="0.02"
|
||||
m2_xlarge="0.50"
|
||||
m2_2xlarge="1.00"
|
||||
m2_4xlarge="2.00"
|
||||
c1_medium="0.17"
|
||||
c1_xlarge="0.68"
|
||||
cc1_4xlarge="1.60"
|
||||
cg1_4xlarge="2.10"
|
Loading…
Add table
Add a link
Reference in a new issue