Skip to content

Commit

Permalink
Merge pull request #771 from bigchaindb/update-ami-in-example-aws-con…
Browse files Browse the repository at this point in the history
…fig-file

Security: updated the Ubuntu AMI in example_deploy_config.py
  • Loading branch information
ttmc committed Oct 31, 2016
2 parents bd12972 + 56f863e commit 745888a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions deploy-cluster-aws/example_deploy_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@
# and you can search for one that meets your needs at:
# https://cloud-images.ubuntu.com/locator/ec2/
# Example:
# "ami-72c33e1d"
# (eu-central-1 Ubuntu 14.04 LTS amd64 hvm:ebs-ssd 20160919)
IMAGE_ID="ami-72c33e1d"
# (eu-central-1 Ubuntu 14.04 LTS amd64 hvm:ebs-ssd 20161020)
IMAGE_ID="ami-9c09f0f3"

# INSTANCE_TYPE is the type of AWS instance to launch
# i.e. How many CPUs do you want? How much storage? etc.
Expand Down
2 changes: 1 addition & 1 deletion docs/server/source/clusters-feds/aws-testing-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ BRANCH="master"
WHAT_TO_DEPLOY="servers"
SSH_KEY_NAME="not-set-yet"
USE_KEYPAIRS_FILE=False
IMAGE_ID="ami-72c33e1d"
IMAGE_ID="ami-9c09f0f3"
INSTANCE_TYPE="t2.medium"
SECURITY_GROUP="bigchaindb"
USING_EBS=True
Expand Down

0 comments on commit 745888a

Please sign in to comment.