GuardDuty
Amazon GuardDuty is a threat-detection service that continuously analyzes AWS logs for malicious or anomalous activity. DOP-C02 covers it as a source of findings for automated incident and event response.
Amazon GuardDuty is a threat-detection service that continuously analyzes AWS logs for malicious or anomalous activity. DOP-C02 covers it as a source of findings for automated incident and event response.
AWS CodePipeline is a fully managed continuous-delivery service that models and automates release pipelines with stages and actions.
AWS CodeBuild is a fully managed build service that compiles source, runs tests, and produces deployable artifacts.
AWS CodeDeploy is a deployment service that automates releases to EC2, ECS, and Lambda with strategies like blue/green and canary.
A blue/green deployment runs a new version alongside the old and shifts traffic once the new version is verified, enabling fast rollback.
AWS CloudFormation is an infrastructure-as-code service that provisions AWS resources from declarative templates, with stacks, stack sets, and drift detection.
The AWS Cloud Development Kit (CDK) is a framework for defining infrastructure as code using general-purpose programming languages that synthesize to CloudFormation.
AWS Systems Manager is a service for operating and automating management of AWS resources, including Automation runbooks, Run Command, Patch Manager, and Parameter Store.
Amazon EventBridge is an event bus that routes events from AWS services and applications to targets such as Lambda and Systems Manager.
Amazon CloudWatch is the monitoring and observability service that collects metrics, logs, alarms, and dashboards.
AWS X-Ray is a distributed tracing service that records how requests flow across services to help find performance bottlenecks and errors.
AWS Config is a service that records resource configurations and evaluates them against rules for compliance.
AWS Security Hub is a service that aggregates and prioritizes security findings across AWS accounts against standards like CIS and AWS Foundational Security Best Practices.
Amazon GuardDuty is a threat-detection service that continuously analyzes AWS logs for malicious or anomalous activity.