Skip to content

Commit

Permalink
Updated AMI for US-East-1 region for latest relion2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcianfrocco committed Jun 9, 2017
1 parent e9b92a4 commit 5d83db2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions aws/launch_AWS_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,15 @@ def checkConflicts(params,availInstances):

if AWS_DEFAULT_REGION == 'us-east-1':
if params['instance'].split('.')[0] == 'p2':
AMI='ami-69eba27e'
AMI='ami-38b2ed2e'
if params['instance'].split('.')[0] != 'p2':
AMI='ami-ec3a3b84'
AMI='ami-38b2ed2e'
if params['relion2'] is True:
AMI='ami-69eba27e'
AMI='ami-38b2ed2e'
if AWS_DEFAULT_REGION == 'us-west-2':
if params['instance'].split('.')[0] == 'p2':
#AMI='ami-26139046'
AMI='ami-eacd558a'
if params['instance'].split('.')[0] != 'p2':
#AMI='ami-bc08c3dc'
AMI='ami-eacd558a'
if params['relion2'] is True:
AMI='ami-eacd558a'
Expand Down

0 comments on commit 5d83db2

Please sign in to comment.