devops-infra-demo
devops-infra-demo copied to clipboard
Growing repository of Infrastructure as Code demos (initially created for DevOps Wall Street)
# Proposed Changes After research, I've found https://github.com/trussworks/terraform-aws-bootstrap to be the easiest solution for bootstrapping Terraform projects. Using this module, we can add the bootstrap infrastructure to the repo and...
Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.13 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...
If an AMI has been prepared using Packer and Ansible with the MindPointGroup.RHEL7-CIS role applied, CodeDeploy fails to start up and no deployments happen. Because of this, the code in...
We need to enhance the Jenkinsfile and scripts it calls to make building a new CodeDeploy archive optional.
See https://www.terraform.io/docs/providers/aws/r/ec2_client_vpn_endpoint.html Be sure to enable Split VPN or traffic may be blackholed.
Use https://docs.ansible.com/ansible/latest/modules/gem_module.html to install Ruby gems for Gentlt
Without any swap space, the smallest AWS instance that this will work on sucessfully is a `t2.small`. With some swap space enabled, it might work on a `t2.micro` or `t2.nano`...