mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Security: updated the Ubuntu AMI in example_deploy_config.py
This commit is contained in:
parent
bd12972aa3
commit
e86f52fa15
@ -45,8 +45,8 @@ USE_KEYPAIRS_FILE=False
|
|||||||
# https://cloud-images.ubuntu.com/locator/ec2/
|
# https://cloud-images.ubuntu.com/locator/ec2/
|
||||||
# Example:
|
# Example:
|
||||||
# "ami-72c33e1d"
|
# "ami-72c33e1d"
|
||||||
# (eu-central-1 Ubuntu 14.04 LTS amd64 hvm:ebs-ssd 20160919)
|
# (eu-central-1 Ubuntu 14.04 LTS amd64 hvm:ebs-ssd 20161020)
|
||||||
IMAGE_ID="ami-72c33e1d"
|
IMAGE_ID="ami-9c09f0f3"
|
||||||
|
|
||||||
# INSTANCE_TYPE is the type of AWS instance to launch
|
# INSTANCE_TYPE is the type of AWS instance to launch
|
||||||
# i.e. How many CPUs do you want? How much storage? etc.
|
# i.e. How many CPUs do you want? How much storage? etc.
|
||||||
|
@ -126,7 +126,7 @@ BRANCH="master"
|
|||||||
WHAT_TO_DEPLOY="servers"
|
WHAT_TO_DEPLOY="servers"
|
||||||
SSH_KEY_NAME="not-set-yet"
|
SSH_KEY_NAME="not-set-yet"
|
||||||
USE_KEYPAIRS_FILE=False
|
USE_KEYPAIRS_FILE=False
|
||||||
IMAGE_ID="ami-72c33e1d"
|
IMAGE_ID="ami-9c09f0f3"
|
||||||
INSTANCE_TYPE="t2.medium"
|
INSTANCE_TYPE="t2.medium"
|
||||||
SECURITY_GROUP="bigchaindb"
|
SECURITY_GROUP="bigchaindb"
|
||||||
USING_EBS=True
|
USING_EBS=True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user