Skip to content

Commit

Permalink
Merge pull request #23 from chef-customers/amzn_linux_2017.09
Browse files Browse the repository at this point in the history
Update to Amazon Linux 2017.09
  • Loading branch information
Irving Popovetsky authored Oct 6, 2017
2 parents ee9ca84 + b80a484 commit 12f8ab3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions backendless_chef.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native Chef Server v2.4.7
Description: AWS Native Chef Server v2.5.0

Parameters:
ChefServerPackage:
Expand Down Expand Up @@ -81,6 +81,7 @@ Parameters:
AllowedValues:
- '2.3'
- '5.3'
- '5.5'
ElasticSearchShardCount:
Description: Number of ElasticSearch hosts to provision at launch (3 recommended)
Default: 3
Expand Down Expand Up @@ -148,13 +149,13 @@ Conditions:
Mappings:
AWSRegion2AMI:
us-east-1:
AMI: ami-4fffc834
AMI: ami-8c1be5f6
us-east-2:
AMI: ami-ea87a78f
AMI: ami-c5062ba0
us-west-1:
AMI: ami-3a674d5a
AMI: ami-02eada62
us-west-2:
AMI: ami-aa5ebdd2
AMI: ami-e689729e

Resources:
#########################################################################################
Expand Down

0 comments on commit 12f8ab3

Please sign in to comment.