Home
Softono
infrastructure-as-code-training

infrastructure-as-code-training

Open source Apache-2.0 Ruby
354
Stars
221
Forks
6
Issues
33
Watchers
2 years
Last Commit

About infrastructure-as-code-training

Materials for learning how to use infrastructure-as-code

Platforms

Web Self-hosted Docker

Languages

Ruby

Infrastructure-as-code Training

This repo contains materials for learning how to use infrastructure-as-code practices, including:

  1. An example Ruby on Rails app used for demonstration purposes.
  2. A Packer example that shows how to create an AMI that has Ruby on Rails installed and contains the code from the example Rails app.
  3. A Docker example that shows how to create a Docker container that has Node.js installed and runs a simple Node "Hello, World" web server.
  4. A basic Terraform example that shows an intro to Terraform.
  5. A full Terraform example that shows more advanced Terraform usage, including how to take the AMI created by the Packer example, deploy it on AWS, and run the example Rails app.

Note: all the code in this repo is used only for demonstration and teaching purposes and should not be used in production. If you need help using Packer, Terraform, or any other DevOps tools in production, reach out to us at Gruntwork.