diff --git a/README.md b/README.md index 8712e8c..b30f885 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ You can launch this stack with the push of a button: | Edition | Version | Est Monthly cost | Launch button | | ------- | ------- | ---------------- | ------------- | -| High Performance | 5.1.1 | [$1500*](https://calculator.s3.amazonaws.com/index.html#r=IAD&s=EC2&key=calc-E9251374-D80C-45B7-BED7-C9C9778B1D6C) |

Launch Stack

| -| Lowest Cost | 5.1.1 | [$320*](https://calculator.s3.amazonaws.com/index.html#r=IAD&s=EC2&key=files/calc-165638db8e331664846c0d6654d743377bd3eac6&v=ver20190604sQ) |

Launch Stack

| +| High Performance | 5.2.0 | [$1500*](https://calculator.s3.amazonaws.com/index.html#r=IAD&s=EC2&key=calc-E9251374-D80C-45B7-BED7-C9C9778B1D6C) |

Launch Stack

| +| Lowest Cost | 5.2.0 | [$320*](https://calculator.s3.amazonaws.com/index.html#r=IAD&s=EC2&key=files/calc-165638db8e331664846c0d6654d743377bd3eac6&v=ver20190604sQ) |

Launch Stack

| _*NOTE: Estimated costs are just that, your mileage will vary. Use reserved instances to greatly reduce costs for long-running clusters._ @@ -48,7 +48,7 @@ However, the most repeatable and least error-prone way to launch this stack is t ```bash MYBUCKET=aws-native-chef-server MYID=mycompany -VERSION=5.1.1 +VERSION=5.2.0 EDITION=main # main or marketplace # Configure the automate_stack_parameters.json and then launch the cloudformation stack: # If you're using your own bucket, uncomment the next line: @@ -69,7 +69,7 @@ If you've made changes to the template content or parameters and you wish to upd ```bash MYBUCKET=aws-native-chef-server MYID=mycompany -VERSION=5.1.1 +VERSION=5.2.0 EDITION=main # main or marketplace # If you're using your own bucket, uncomment the next line: # aws s3 sync . s3://$MYBUCKET/$VERSION/ --exclude "*" --include "*.yaml" --include "files/*" && \ diff --git a/automate.yaml b/automate.yaml index 0d68a61..905547e 100644 --- a/automate.yaml +++ b/automate.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: AWS Native Automate 2 (auto-recovering standalone) v5.1.1 +Description: AWS Native Automate 2 (auto-recovering standalone) v5.2.0 Parameters: # Required Parameters diff --git a/chef_elasticsearch.yaml b/chef_elasticsearch.yaml index 75b66c6..c110c8d 100644 --- a/chef_elasticsearch.yaml +++ b/chef_elasticsearch.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: Chef Server Elasticsearch 5.1.1 +Description: Chef Server Elasticsearch 5.2.0 Parameters: # Required Parameters diff --git a/chef_rds.yaml b/chef_rds.yaml index bbb952e..b357fda 100644 --- a/chef_rds.yaml +++ b/chef_rds.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: Chef Server PostgreSQL v5.1.1 +Description: Chef Server PostgreSQL v5.2.0 Parameters: # Required Parameters diff --git a/chef_server_ha.yaml b/chef_server_ha.yaml index 7ceec4e..8072764 100644 --- a/chef_server_ha.yaml +++ b/chef_server_ha.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: AWS Native Chef Server (auto-scaling HA) v5.1.1 +Description: AWS Native Chef Server (auto-scaling HA) v5.2.0 Parameters: # Required Parameters @@ -201,7 +201,7 @@ Parameters: Type: String TemplateVersion: Type: String - Default: "5.1.1" + Default: "5.2.0" Metadata: cfn-lint: diff --git a/chef_server_ops_dashboard.yaml b/chef_server_ops_dashboard.yaml index 264599e..4004cac 100644 --- a/chef_server_ops_dashboard.yaml +++ b/chef_server_ops_dashboard.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: AWS Native OpsDashboard for Chef Server v5.1.1 +Description: AWS Native OpsDashboard for Chef Server v5.2.0 Parameters: # Required Parameters diff --git a/generate_os_mappings.sh b/generate_os_mappings.sh index 6fdd5aa..1c545f2 100755 --- a/generate_os_mappings.sh +++ b/generate_os_mappings.sh @@ -1,6 +1,6 @@ #!/bin/bash -CENTOS_RELEASE='aws-native-chef-server-5.1.*' +CENTOS_RELEASE='aws-native-chef-server-5.2.*' IMAGE_OWNERID="446539779517" printf "Mappings:\n AMI:\n" diff --git a/main.yaml b/main.yaml index 5476dab..4b9f4ac 100644 --- a/main.yaml +++ b/main.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: AWS Native Chef Stack v5.1.1 +Description: AWS Native Chef Stack v5.2.0 Parameters: # Required Parameters @@ -211,7 +211,7 @@ Parameters: TemplateVersion: Description: The version of this template to use (do not change this unless directed by support) Type: String - Default: "5.1.1" + Default: "5.2.0" Route53HostedZone: Type: String Default: '' diff --git a/marketplace.yaml b/marketplace.yaml index cc49c79..b6c4204 100644 --- a/marketplace.yaml +++ b/marketplace.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: AWS Native Chef Stack for Marketplace v5.1.1 +Description: AWS Native Chef Stack for Marketplace v5.2.0 Parameters: # Required Parameters @@ -198,7 +198,7 @@ Parameters: TemplateVersion: Description: The version of this template to use (do not change this unless directed by support) Type: String - Default: "5.1.1" + Default: "5.2.0" LogsRetentionInDays: Description: Specifies the number of days you want to retain cloudwatch log events. Type: Number diff --git a/supermarket.yaml b/supermarket.yaml index e1013b1..52e125d 100644 --- a/supermarket.yaml +++ b/supermarket.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: AWS Native Supermarket (auto-recovering standalone) v5.1.1 +Description: AWS Native Supermarket (auto-recovering standalone) v5.2.0 Parameters: # Required Parameters