/ec2-spot-workshops

Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/

Primary LanguageJupyter NotebookOtherNOASSERTION

Ec2 Spot Workshops

Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/

Website for this workshops is available at https://ec2spotworkshops.com

Building the Workshop site

The content of the workshops is built using hugo.

To build the content

  • clone this repository
  • install hugo
  • The project uses hugo learn template as a git submodule. To update the content, execute the following code
pushd themes/learn
git submodule init
git submodule update --checkout --recursive
popd
hugo serve -D

License

This library is licensed under the Amazon Software License.