An open API service indexing awesome lists of open source software.

https://github.com/gordonmurray/learn_sysops

Example code samples from Learn SysOps
https://github.com/gordonmurray/learn_sysops

ansible aws aws-cli cloudformation terraform

Last synced: 3 months ago
JSON representation

Example code samples from Learn SysOps

Awesome Lists containing this project

README

          

# Learn SysOps
Example code samples from a Learn Sysops series of blog posts on https://www.gordonmurray.com

Chapter 1

* n/a

Chapter 2

* Create a webserver on AWS using the AWS CLI
* Create a webserver on AWS ECS using the AWS CLI

Chapter 3

* n/a

Chapter 4

* Create a webserver on AWS using Terraform
* Create a webserver on AWS using CloudFormation
* Create a webserver on AWS using Ansible

Chapter 5

* Deploy a webserver using Travis and Ansible
* Replacing a webserver using Packer, Ansible and Terraform
* Creating and altering database tables with Skeema and pt-online-schema-changes