Making updates
In this lab we’ll run through a typical infrastructure maintenance process wearing a variety of hats. Specifically we’ll triage a vulnerability found by our security scans, create and assign a ticket to track resolution of the issue, and update our deployment in order to actually fix the problem. Finally we’ll use our CI/CD pipeline to automatically run new scans and deploy our updated infrastructure.
Key Terms
- Vulnerability - A weakness in system configuration that could be exploited
- Issue - A convenient way to document and track a software request
- Commit - Save a code change to our source control repository