1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00

Security: updated the Ubuntu AMI in example_deploy_config.py

This commit is contained in:
troymc 2016-10-31 14:22:31 +01:00
parent bd12972aa3
commit e86f52fa15
2 changed files with 3 additions and 3 deletions

View File

@ -45,8 +45,8 @@ USE_KEYPAIRS_FILE=False
# 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.

View File

@ -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