Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gruntwork-io/infrastructure-as-code-training
Materials for learning how to use infrastructure-as-code
https://github.com/gruntwork-io/infrastructure-as-code-training
aws devops docker packer talk terraform training
Last synced: 3 months ago
JSON representation
Materials for learning how to use infrastructure-as-code
- Host: GitHub
- URL: https://github.com/gruntwork-io/infrastructure-as-code-training
- Owner: gruntwork-io
- License: apache-2.0
- Created: 2016-04-05T13:43:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T16:56:27.000Z (about 1 year ago)
- Last Synced: 2024-05-12T00:31:56.189Z (6 months ago)
- Topics: aws, devops, docker, packer, talk, terraform, training
- Language: Ruby
- Homepage: https://www.gruntwork.io/
- Size: 103 KB
- Stars: 348
- Watchers: 37
- Forks: 226
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-list - infrastructure-as-code-training - as-code | gruntwork-io | 294 | (Ruby)
README
# 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](/example-rails-app) used for demonstration purposes.
1. A [Packer example](/packer-example) that shows how to create an AMI that has Ruby on Rails installed and contains
the code from the example Rails app.
1. A [Docker example](/docker-example) that shows how to create a Docker container that has Node.js installed and
runs a simple Node "Hello, World" web server.
1. A [basic Terraform example](/terraform-example-basic) that shows an intro to Terraform.
1. A [full Terraform example](/terraform-example-full) 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](http://www.gruntwork.io/).