mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Change AWS key_name to bigchaindb in run_and_tag.py
This commit is contained in:
parent
2ab76e87b9
commit
f65e73e4fa
@ -37,7 +37,7 @@ for _ in range(nodes): # 0, 1, ..., (nodes-1) = nodes items
|
||||
reservation = conn.run_instances(
|
||||
'ami-accff2b1', # ubuntu-image
|
||||
#'ami-596b7235', # ubuntu w/ iops storage
|
||||
key_name='bigchain',
|
||||
key_name='bigchaindb',
|
||||
# IMPORTANT!!!! - here you change the machine type for the cluster
|
||||
instance_type='m3.2xlarge',
|
||||
#instance_type='c3.8xlarge',
|
||||
|
Loading…
x
Reference in New Issue
Block a user