Skip to content

Commit

Permalink
Added new relion2 GPU AMI ami-eacd558a as default AMI for all instanc…
Browse files Browse the repository at this point in the history
…es in US-West-2
  • Loading branch information
mcianfrocco committed May 5, 2017
1 parent f38c12a commit 8294a55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws/launch_AWS_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@ def checkConflicts(params,availInstances):
#AMI='ami-26139046'
AMI='ami-eacd558a'
if params['instance'].split('.')[0] != 'p2':
AMI='ami-bc08c3dc'
#AMI='ami-bc08c3dc'
AMI='ami-eacd558a'
if params['relion2'] is True:
AMI='ami-26139046'
AMI='ami-eacd558a'
if params['AMI'] != 'None':
AMI=params['AMI']

Expand Down

0 comments on commit 8294a55

Please sign in to comment.