gruntwork-io / infrastructure-as-code-training

Materials for learning how to use infrastructure-as-code

Home Page:https://www.gruntwork.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Materials for learning how to use infrastructure-as-code

https://www.gruntwork.io/

License:Apache License 2.0


Languages

Language:Ruby 55.1%Language:HCL 25.8%Language:HTML 8.6%Language:JavaScript 3.6%Language:Shell 2.8%Language:Dockerfile 2.1%Language:CSS 2.0%