Skip to content

Commit

Permalink
Updated names of regions to us lower case to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcianfrocco committed Jul 4, 2017
1 parent 843e347 commit 24fb377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
export AWS_ACCESS_KEY_ID= #INPUT REQUIRED
export AWS_SECRET_ACCESS_KEY= #INPUT REQUIRED
export AWS_ACCOUNT_ID= #INPUT REQUIRED
export AWS_DEFAULT_REGION= #INPUT REQUIRED. AWS regions that have GPUs: US-West-2 (Oregon), US-East-1 (Virgina), EU-West-1 (Ireland)
export AWS_DEFAULT_REGION= #INPUT REQUIRED. AWS regions that have GPUs: us-west-2 (Oregon), us-east-1 (Virgina), eu-west-1 (Ireland)
export KEYPAIR_PATH= #INPUT REQUIRED

#Research group name
Expand Down

0 comments on commit 24fb377

Please sign in to comment.