This is a project demonstrating AWS CodeDeploy. A CloudFormation template is included for setting up a simple Auto Scaling Group, Load Balancer and Deployment Group. Also includes a Packer template for provisioning a Ubuntu based AMI with NodeJS, AWS CLI and the CodeDeploy agent.
Project shows how to construct a functioning CI/CD pipeline which uses a Jenkins open-source automation server to deploy CodeBuild artifacts with CodeDeploy. it also shows how to build the deployment infrastructure and automatically deploy application version changes from GitHub to your production environment.
This repo holds the a beautiful orchestrator written in Terraform which will provision end to end infrastructure (resources) for AWS Code Deploy with just single command. . (terraform apply)
Django web application deployed to AWS via Cloudformation templates, with an infrastructure as code approach following the AWS architecture best practices. The application is a sample blog-like website which can be used as a personal portfolio.