This slide depicts the Security Issue Tracking Workflow, with phases including Detect (Security Hub, real-time), Create & Assign Ticket (Automation/Lambda, <1 min), Investigate (Security Engineer/CloudWatch, 24-48 hrs), Remediate (Security Engineer/Various, 3-5 days), and Close & Report (Manager/Jira Reports, 1 day). It structures the process by phase, owner, duration, and AWS tools for efficient security management.
Example: Security Issue Tracking Workflow
{ "headers": [ "Phase", "Owner", "Duration", "AWS Tools" ], "rows": [ [ "Detect", "Security Hub", "Real-time", "Security Hub" ], [ "Create & Assign Ticket", "Automation", "<1 min", "Lambda" ], [ "Investigate", "Security Engineer", "24-48 hrs", "CloudWatch" ], [ "Remediate", "Security Engineer", "3-5 days", "Various" ], [ "Close & Report", "Manager", "1 day", "Jira Reports" ] ] }