Please enable JavaScript.
Coggle requires JavaScript to display documents.
Devops Pro - Coggle Diagram
Devops Pro
SDLC Automation
-
-
-
-
Determine deployment/delivery strategies (e.g., A/B, Blue/green, Canary, Red/black) and how to implement them using AWS services
-
-
Recommend DNS/routing strategies (e.g., Route 53, ELB, ALB, load balancer) based on
business continuity goals
-
-
High Availability, Fault Tolerance, and Disaster Recovery
-
Determine how to implement high availability, scalability, and fault tolerance
-
-
Use load balancing to distribute traffic across multiple AZ/ASGs/instance types (spot/M4 vs
C4) /targets
-
Determine the right services based on business needs (e.g., RTO/RPO, cost)
-
-
-
-
-
-
-
Monitoring and Logging
Determine how to set up the aggregation, storage, and analysis of logs and metrics
Implement and configure distributed logs collection and processing (e.g., agents, syslog,
flumed, CW agent)
Aggregate logs (e.g., Amazon S3, CW Logs, intermediate systems (EMR), Kinesis FH –
Transformation, ELK/BI)
Implement custom CW metrics, Log subscription filters
Manage Log storage lifecycle (e.g., CW to S3, S3 lifecycle, S3 events)
-
Apply concepts required to audit, log, and monitor operating systems, infrastructures, and applications
-
Verify environment/OS state through auditing (Inspector), Config rules, CloudTrail (process
and action), and AWS APIs
Enable, configure, and analyze custom metrics (e.g., Application metrics, memory, KCL/KPL)
and take action
Ensure container monitoring (e.g., task state, placement, logging, port mapping, LB)
-
-
-
-