Skip to content

Commit

Permalink
link to AWSCLI
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Mar 12, 2018
1 parent 3bcb7c0 commit a7dc9b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are also ways to make cloud platforms :ref:`behave like traditional HPC cl

Here's my typical research workflow for reference:

1. Launch EC2 instances from pre-configured AMI. Consider spot instances for big computing. (Use AWSCLI to launch them with one command.)
1. Launch EC2 instances from pre-configured AMI. Consider spot instances for big computing. (:doc:`Use AWSCLI to launch them with one command <../chapter03_advanced-tutorial/advanced-awscli>`.)
2. Prepare input data by pulling them from S3 to EC2. Put commonly used ``aws s3 cp`` commands into bash scripts.
3. Tweak model configurations as needed.
4. Run simulations :ref:`with tmux <keep-running-label>`. Log out and go to sleep if the model runs for a long time.
Expand Down

0 comments on commit a7dc9b3

Please sign in to comment.