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
- Host: GitHub
- URL: https://github.com/gordonmurray/learn_sysops
- Owner: gordonmurray
- Created: 2020-04-07T08:43:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T14:01:44.000Z (over 5 years ago)
- Last Synced: 2025-10-10T05:35:58.582Z (9 months ago)
- Topics: ansible, aws, aws-cli, cloudformation, terraform
- Language: Shell
- Homepage:
- Size: 6.88 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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