diff --git a/README.md b/README.md index f352e52..8758770 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This repo contains an AWS CloudFormation template to deploy YugabyteDB cluster o aws cloudformation create-stack \ --stack-name \ --template-body file://yugabyte_cloudformation.yaml \ - --parameters ParameterKey=DBVersion,ParameterValue=2.15.2.0-b175 \ + --parameters ParameterKey=DBVersion,ParameterValue=2.15.2.0-b87 \ ParameterKey=KeyName,ParameterValue= ``` - Wait until the creation of all resources is complete.