mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-23 06:36:17 -07:00
* usr/share/byobu/ec2/Makefile.am, usr/share/byobu/ec2/rates.ap_si,
usr/share/byobu/ec2/rates.ap_to, usr/share/byobu/ec2/rates.eu_ie, usr/share/byobu/ec2/rates.us_ca, usr/share/byobu/ec2/rates.us_va: - update AWS prices, add the two new AP zones
This commit is contained in:
parent
b17acbffe4
commit
00440e8c1f
7 changed files with 56 additions and 16 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -19,6 +19,10 @@ byobu (4.3) unreleased; urgency=low
|
||||||
* usr/bin/byobu-janitor:
|
* usr/bin/byobu-janitor:
|
||||||
- on initial setup, if it looks like we're running in ec2, enable
|
- on initial setup, if it looks like we're running in ec2, enable
|
||||||
ec2_cost monitor
|
ec2_cost monitor
|
||||||
|
* usr/share/byobu/ec2/Makefile.am, usr/share/byobu/ec2/rates.ap_si,
|
||||||
|
usr/share/byobu/ec2/rates.ap_to, usr/share/byobu/ec2/rates.eu_ie,
|
||||||
|
usr/share/byobu/ec2/rates.us_ca, usr/share/byobu/ec2/rates.us_va:
|
||||||
|
- update AWS prices, add the two new AP zones
|
||||||
|
|
||||||
[ Scott Moser ]
|
[ Scott Moser ]
|
||||||
* usr/lib/byobu/.shutil: fix rounding across a decimal point in fpdiv()
|
* usr/lib/byobu/.shutil: fix rounding across a decimal point in fpdiv()
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
ec2dir = $(datadir)/@PACKAGE@/ec2
|
ec2dir = $(datadir)/@PACKAGE@/ec2
|
||||||
ec2_DATA = rates.eu_ie rates.us_ca rates.us_va
|
ec2_DATA = rates.eu_ie rates.us_ca rates.us_va rates.ap_si rates.ap_to
|
||||||
|
|
15
usr/share/byobu/ec2/rates.ap_si
Normal file
15
usr/share/byobu/ec2/rates.ap_si
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||||
|
# http://aws.amazon.com/ec2/instance-types/
|
||||||
|
# http://aws.amazon.com/ec2/pricing/
|
||||||
|
# for AP - Singapore
|
||||||
|
M1_SMALL="0.095"
|
||||||
|
M1_LARGE="0.38"
|
||||||
|
M1_XLARGE="0.76"
|
||||||
|
T1_MICRO="0.025"
|
||||||
|
M2_XLARGE="0.57"
|
||||||
|
M2_2XLARGE="1.14"
|
||||||
|
M2_4XLARGE="2.28"
|
||||||
|
C1_MEDIUM="0.19"
|
||||||
|
C1_XLARGE="0.76"
|
||||||
|
CC1_4XLARGE="1.60"
|
||||||
|
CG1_4XLARGE="2.10"
|
15
usr/share/byobu/ec2/rates.ap_to
Normal file
15
usr/share/byobu/ec2/rates.ap_to
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||||
|
# http://aws.amazon.com/ec2/instance-types/
|
||||||
|
# http://aws.amazon.com/ec2/pricing/
|
||||||
|
# for AP - Tokyo
|
||||||
|
M1_SMALL="0.10"
|
||||||
|
M1_LARGE="0.40"
|
||||||
|
M1_XLARGE="0.80"
|
||||||
|
T1_MICRO="0.027"
|
||||||
|
M2_XLARGE="0.60"
|
||||||
|
M2_2XLARGE="1.20"
|
||||||
|
M2_4XLARGE="2.39"
|
||||||
|
C1_MEDIUM="0.20"
|
||||||
|
C1_XLARGE="0.80"
|
||||||
|
CC1_4XLARGE="1.60"
|
||||||
|
CG1_4XLARGE="2.10"
|
|
@ -1,13 +1,15 @@
|
||||||
# 2010-03-03: Approximate Instance Cost Basis per hour from
|
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||||
# http://aws.amazon.com/ec2/instance-types/
|
# http://aws.amazon.com/ec2/instance-types/
|
||||||
# http://aws.amazon.com/ec2/#pricing
|
# http://aws.amazon.com/ec2/pricing/
|
||||||
# for EU - Ireland
|
# for EU - Ireland
|
||||||
M1_SMALL="0.095"
|
M1_SMALL="0.095"
|
||||||
M1_LARGE="0.38"
|
M1_LARGE="0.38"
|
||||||
M1_XLARGE="0.76"
|
M1_XLARGE="0.76"
|
||||||
|
T1_MICRO="0.025"
|
||||||
M2_XLARGE="0.57"
|
M2_XLARGE="0.57"
|
||||||
M2_2XLARGE="1.34"
|
M2_2XLARGE="1.14"
|
||||||
M2_4XLARGE="2.68"
|
M2_4XLARGE="2.28"
|
||||||
C1_MEDIUM="0.19"
|
C1_MEDIUM="0.19"
|
||||||
C1_XLARGE="0.76"
|
C1_XLARGE="0.76"
|
||||||
T1_MICRO="0.025"
|
CC1_4XLARGE="1.60"
|
||||||
|
CG1_4XLARGE="2.10"
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
# 2010-03-03: Approximate Instance Cost Basis per hour from
|
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||||
# http://aws.amazon.com/ec2/instance-types/
|
# http://aws.amazon.com/ec2/instance-types/
|
||||||
# http://aws.amazon.com/ec2/#pricing
|
# http://aws.amazon.com/ec2/pricing/
|
||||||
# for US - N. California
|
# for US - N. California
|
||||||
M1_SMALL="0.095"
|
M1_SMALL="0.095"
|
||||||
M1_LARGE="0.38"
|
M1_LARGE="0.38"
|
||||||
M1_XLARGE="0.76"
|
M1_XLARGE="0.76"
|
||||||
|
T1_MICRO="0.025"
|
||||||
M2_XLARGE="0.57"
|
M2_XLARGE="0.57"
|
||||||
M2_2XLARGE="1.34"
|
M2_2XLARGE="1.14"
|
||||||
M2_4XLARGE="2.68"
|
M2_4XLARGE="2.28"
|
||||||
C1_MEDIUM="0.19"
|
C1_MEDIUM="0.19"
|
||||||
C1_XLARGE="0.76"
|
C1_XLARGE="0.76"
|
||||||
T1_MICRO="0.025"
|
CC1_4XLARGE="1.60"
|
||||||
|
CG1_4XLARGE="2.10"
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
# 2010-03-03: Approximate Instance Cost Basis per hour from
|
# 2011-05-25: Approximate Instance Cost Basis per hour from
|
||||||
# http://aws.amazon.com/ec2/instance-types/
|
# http://aws.amazon.com/ec2/instance-types/
|
||||||
# http://aws.amazon.com/ec2/#pricing
|
# http://aws.amazon.com/ec2/pricing/
|
||||||
# for US - N. Virginia
|
# for US - N. Virginia
|
||||||
M1_SMALL="0.085"
|
M1_SMALL="0.085"
|
||||||
M1_LARGE="0.34"
|
M1_LARGE="0.34"
|
||||||
M1_XLARGE="0.68"
|
M1_XLARGE="0.68"
|
||||||
|
T1_MICRO="0.02"
|
||||||
M2_XLARGE="0.50"
|
M2_XLARGE="0.50"
|
||||||
M2_2XLARGE="1.20"
|
M2_2XLARGE="1.00"
|
||||||
M2_4XLARGE="2.40"
|
M2_4XLARGE="2.00"
|
||||||
C1_MEDIUM="0.17"
|
C1_MEDIUM="0.17"
|
||||||
C1_XLARGE="0.68"
|
C1_XLARGE="0.68"
|
||||||
T1_MICRO="0.02"
|
CC1_4XLARGE="1.60"
|
||||||
|
CG1_4XLARGE="2.10"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue