Skip to content

multi-cloud-training/ec2-spot-workshops

 
 

Repository files navigation

Ec2 Spot Workshops

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

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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.2%
  • CSS 25.4%
  • Python 10.3%
  • Dockerfile 8.0%
  • Shell 7.1%