Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.05 KB

Infrastructure as Code

Repo to help me learn, practice and improve my IaC skills

To-Do / Things to try

  • Create an AWS CloudFormation custom resource to create an Amazon DynamoDB Global Table

Directories / Contents

  • ansible: Ansible playbooks, roles, etc. created/used to provision resources
  • chef: Chef cookbooks, recipes, etc. created/used to provision resources
  • ci-cd: AWS CodeBuild, CodePipeline and Jenkins configs used to automation CI/
  • cloudformation: CloudFormation templates used to deploy AWS resources
  • exercises: Exercises, examples, etc. of IaC projects
  • sam: AWS SAM templates, etc. used to deploy AWS resources
  • serverless: Serverless Framework configs used to deploy AWS serverless resources
  • stacker: Stacker configs, links, docs used to deploy AWS resources using CloudFormation templates (either natively are generated by troposphere blueprints)
  • terraform: Terraform configs, modules, etc. user to deploy AWS resources
  • troposphere: Troposphere blueprints used to generate CloudFormation templates