Page Updated on Oct 12, 2022. 1st Published on Oct 12, 2022
We will user Jenkins to deploy AWS CodeBuild artifacts with AWS CodeDeploy. The CI/CD pipeline will triggered by code changes pushed to your GitHub repo, the code will automatically fed into CodeBuild and the output will be deployed on CodeDeploy.This functioning pipeline creates a fully managed build service that compiles your source code. It then produces code artifacts that can be used by CodeDeploy to deploy to your production environment automatically.
Welcome to Home Depot!. You have just joined the team and your first task is to enhance security for the company website. The site runs on Linux, PHP and Apache and uses an EC2 an autoscaling group behind an Application Load Balancer (ALB). After an initial architecture assessment you have found multiple vulnerabilities and configuration issues. The dev team is swamped and will not be able to remediate code level issues for several weeks. Your mission in this workshop round is to build an effective set of controls that mitigate common attack vectors against web applications, and provide you with the monitoring capabilities needed to react to emerging threats when they occur.