Skip to content

Commit

Permalink
Updated AMI for public relion2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcianfrocco committed May 5, 2017
1 parent bdc13be commit f38c12a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/launch_AWS_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ def checkConflicts(params,availInstances):
AMI='ami-69eba27e'
if AWS_DEFAULT_REGION == 'us-west-2':
if params['instance'].split('.')[0] == 'p2':
AMI='ami-26139046'
#AMI='ami-26139046'
AMI='ami-eacd558a'
if params['instance'].split('.')[0] != 'p2':
AMI='ami-bc08c3dc'
if params['relion2'] is True:
Expand Down

0 comments on commit f38c12a

Please sign in to comment.