ciinabox-ecs 0.1.6 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 353e5b07dfebb932b4853d1a614e59a587877dfa
4
- data.tar.gz: a167bceccc62cfd3a4ba48d03fc1442bfe76ba03
3
+ metadata.gz: f09d0c59cd5dad10cdaf47fa86f774cf228af8cc
4
+ data.tar.gz: 8bd1b3cc966ac2a9e9898ca51602c199529c3ed1
5
5
  SHA512:
6
- metadata.gz: 0de55a2bb67c0cb9bc43bdc98f55b3fa97896f491304d0b02d27bd07033189bb979ec2e1a47d7c37f427e3579db5cacff714083375582e5ac7358ad8d70159a6
7
- data.tar.gz: 170ee8dde7a66bc109ad5b5d594e52497e0113be1e7b84bb96766b8d696b572b231d43f9b5bb4e95e6d8b377f897b68609a938dd9adda8ae58fa787dc1cb867b
6
+ metadata.gz: a8f0596941a249276ac3a2624e2e641cc15a64cd66cbf28a24a87d97c7b237c4973ed6df6c764cdddb337a4e6342569e8d321f87890eb6788ea813926ff070fc
7
+ data.tar.gz: 4051d896f6552ee57e253dc5f4c3aefdd6ab6cffcb58ff187ef678723d7a930e976a8a884a1f0c172e7128a6b95b97b62d3aa3a4944d30318a2898993adce4da
@@ -73,30 +73,38 @@ Mappings:
73
73
  NatInstanceType: t2.micro
74
74
  ECSInstanceType: t2.large
75
75
 
76
- #Amazon Linux AMI 2015.03.1 (HVM), SSD Volume Type
77
- natAMI:
78
- us-east-1:
79
- ami: ami-60b6c60a
80
- us-west-2:
81
- ami: ami-f0091d91
82
- ap-southeast-2:
83
- ami: ami-48d38c2b
84
- eu-west-1:
85
- ami: ami-bff32ccc
86
- ap-southeast-1:
87
- ami: ami-c9b572aa
88
76
 
89
77
  ecs_ami:
90
78
  us-east-1:
91
79
  ami: ami-04351e12
80
+ us-east-2:
81
+ ami: ami-1b90a67e
82
+ us-west-1:
83
+ ami: ami-9cbbaffc
84
+ eu-west-3:
85
+ ami: ami-914afcec
86
+ eu-west-2:
87
+ ami: ami-a48d6bc3
88
+ eu-west-1:
89
+ ami: ami-bfb5fec6
90
+ eu-central-1:
91
+ ami: ami-ac055447
92
92
  us-west-2:
93
- ami: ami-57d9cd2e
93
+ ami: ami-05b5277d
94
94
  ap-southeast-2:
95
- ami: ami-42e9f921
96
- eu-west-1:
97
- ami: ami-809f84e6
95
+ ami: ami-4cc5072e
98
96
  ap-southeast-1:
99
- ami: ami-19f7787a
97
+ ami: ami-acbcefd0
98
+ ap-northeast-2:
99
+ ami: ami-ba74d8d4
100
+ ap-northeast-1:
101
+ ami: ami-5add893c
102
+ ca-central-1:
103
+ ami: ami-a535b2c1
104
+ ap-south-1:
105
+ ami: ami-2149114e
106
+ sa-east-1:
107
+ ami: ami-d3bce9bf
100
108
 
101
109
  #Webhook access only via https
102
110
  webHooks:
data/templates/vpc.rb CHANGED
@@ -9,7 +9,6 @@ CloudFormation {
9
9
 
10
10
  # Global mappings
11
11
  Mapping('EnvironmentType', Mappings['EnvironmentType'])
12
- Mapping('NatAMI', natAMI)
13
12
 
14
13
  # Resources
15
14
  Resource("VPC") {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ciinabox-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Base2Services