Skip to content

Commit

Permalink
Fix failing aws bastion autoscaling group creation (#42)
Browse files Browse the repository at this point in the history
* template updates

* gitmodules update

* Updated submodules

* Fix nodecreate syntax error
  • Loading branch information
bczoma authored and PhilippeKhalife committed Jun 21, 2019
1 parent b4def83 commit 769b74f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "submodules/quickstart-aws-vpc"]
path = submodules/quickstart-aws-vpc
url = [email protected]:aws-quickstart/quickstart-aws-vpc
url = [email protected]:aws-quickstart/quickstart-aws-vpc.git
branch = master
[submodule "submodules/quickstart-linux-bastion"]
path = submodules/quickstart-linux-bastion
url = [email protected]:aws-quickstart/quickstart-linux-bastion
url = [email protected]:aws-quickstart/quickstart-linux-bastion.git
branch = master
32 changes: 16 additions & 16 deletions templates/nodecreate.template
Original file line number Diff line number Diff line change
Expand Up @@ -100,52 +100,52 @@
"Mappings": {
"AWSAMIRegionMap": {
"AMI": {
"AMZNLINUXHVM": "amzn-ami-hvm-2018.03.0.20180622-x86_64-gp2"
"AMZNLINUXHVM": "amzn-ami-hvm-2018.03.0.20181129-x86_64-gp2"
},
"ap-northeast-1": {
"AMZNLINUXHVM": "ami-9c9443e3"
"AMZNLINUXHVM": "ami-00a5245b4816c38e6"
},
"ap-northeast-2": {
"AMZNLINUXHVM": "ami-ebc47185"
"AMZNLINUXHVM": "ami-00dc207f8ba6dc919"
},
"ap-south-1": {
"AMZNLINUXHVM": "ami-5a8da735"
"AMZNLINUXHVM": "ami-0ad42f4f66f6c1cc9"
},
"ap-southeast-1": {
"AMZNLINUXHVM": "ami-ed838091"
"AMZNLINUXHVM": "ami-05b3bcf7f311194b3"
},
"ap-southeast-2": {
"AMZNLINUXHVM": "ami-33f92051"
"AMZNLINUXHVM": "ami-02fd0b06f06d93dfc"
},
"ca-central-1": {
"AMZNLINUXHVM": "ami-03e86a67"
"AMZNLINUXHVM": "ami-07423fb63ea0a0930"
},
"eu-central-1": {
"AMZNLINUXHVM": "ami-a058674b"
"AMZNLINUXHVM": "ami-0cfbf4f6db41068ac"
},
"eu-west-1": {
"AMZNLINUXHVM": "ami-e4515e0e"
"AMZNLINUXHVM": "ami-08935252a36e25f85"
},
"eu-west-2": {
"AMZNLINUXHVM": "ami-b2b55cd5"
"AMZNLINUXHVM": "ami-01419b804382064e4"
},
"eu-west-3": {
"AMZNLINUXHVM": "ami-d50bbaa8"
"AMZNLINUXHVM": "ami-0dd7e7ed60da8fb83"
},
"sa-east-1": {
"AMZNLINUXHVM": "ami-83d58fef"
"AMZNLINUXHVM": "ami-05145e0b28ad8e0b2"
},
"us-east-1": {
"AMZNLINUXHVM": "ami-cfe4b2b0"
"AMZNLINUXHVM": "ami-0080e4c5bc078760e"
},
"us-east-2": {
"AMZNLINUXHVM": "ami-40142d25"
"AMZNLINUXHVM": "ami-0cd3dfa4e37921605"
},
"us-west-1": {
"AMZNLINUXHVM": "ami-0e86606d"
"AMZNLINUXHVM": "ami-0ec6517f6edbf8044"
},
"us-west-2": {
"AMZNLINUXHVM": "ami-0ad99772"
"AMZNLINUXHVM": "ami-01e24be29428c15b2"
}
},
"LinuxAMINameMap": {
Expand Down

0 comments on commit 769b74f

Please sign in to comment.