DevOps Engineering on AWS Certification Cheat Sheet 2026
The 30 highest-yield DevOps Engineering on AWS Certification facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
- Which AWS CodeDeploy deployment type is supported for AWS Lambda functions? → Blue/green
- Which AWS Global Accelerator feature improves availability by routing traffic to the nearest healthy endpoint across AWS regions? → Anycast IP with health-based routing
- Which Amazon S3 feature prevents objects from being deleted or overwritten for a specified retention period? → S3 Object Lock
- Which S3 feature allows you to automatically replicate objects to buckets in other AWS regions for disaster recovery? → Cross-Region Replication
- Which CodeDeploy lifecycle event hook runs BEFORE the application revision is downloaded to the instance? → BeforeInstall
- A CodeBuild project needs to cache Maven dependencies between builds. Which cache type should be configured? → Amazon S3 cache
- In AWS CodeDeploy, what deployment configuration gradually shifts traffic from the original to the replacement environment? → Blue/green deployment
- What AWS IAM feature allows you to set permission boundaries that limit the maximum permissions an IAM entity can have? → Permission boundaries
- Which AWS service aggregates and visualizes logs from EC2, Lambda, ECS, and other AWS resources? → Amazon CloudWatch Logs
- What does the appspec.yml file control in an AWS CodeDeploy deployment? → How CodeDeploy maps source files to destinations and lifecycle event hooks
- Which buildspec.yml phase in CodeBuild is used to run the actual build commands? → build
- In AWS CDK, which construct type represents opinionated, multi-resource patterns for common architectural use cases? → L3 constructs
- Which AWS service provides managed Grafana workspaces for visualizing operational metrics? → Amazon Managed Grafana
- What is the default retention period for AWS CloudTrail event history in the console? → 90 days
- What is the name of the file in an AWS CodeBuild project that defines build commands and settings? → buildspec.yml
- Which ELB type is optimized for handling millions of requests per second with ultra-low latency at the TCP layer? → Network Load Balancer
- Which AWS service records API calls made in your AWS account, providing a full audit trail? → AWS CloudTrail
- When using AWS CodeBuild, which environment variable is automatically provided and can be used to tag Docker images with the current build ID? → $CODEBUILD_BUILD_ID
- Which deployment configuration in AWS CodeDeploy ensures that at least half of the instances remain in service during an in-place deployment? → CodeDeployDefault.HalfAtATime
- A CodeBuild project intermittently fails with 'BUILD_GENERAL1_SMALL out of memory' errors during large test suites. What is the MOST appropriate fix? → Switch to a larger compute type such as BUILD_GENERAL1_MEDIUM or LARGE
- Which feature of AWS CodeBuild allows you to cache dependencies to speed up future builds? → Build caching
- In AWS CodeDeploy for ECS, what resource type defines the routing of traffic to the blue and green task sets? → Application Load Balancer listener rule
- What is the purpose of an approval action in AWS CodePipeline? → Pauses the pipeline and waits for manual approval before proceeding
- In AWS CodePipeline, what is the term for a set of actions that run in parallel within a stage? → Action Run Order
- A microservice on EKS needs to access an S3 bucket without storing credentials in the pod. Which mechanism enables this using IAM? → Use IAM Roles for Service Accounts (IRSA)
- Which AWS policy type can be applied to an entire AWS Organization or OU to restrict the maximum permissions available to member accounts? → Service Control Policy (SCP)
- Which AWS service provides automated recommendations to improve application availability, performance, security, and cost by analyzing your AWS environment? → AWS Trusted Advisor
- What does Amazon CloudWatch Real User Monitoring (RUM) collect? → Performance data from real user browser sessions
- When using AWS CodeDeploy with an in-place deployment strategy on EC2 instances, what happens to the application during the deployment? → The application on existing instances is stopped, updated, and restarted
- Which CloudWatch feature automatically detects unusual patterns in metrics without requiring you to set static thresholds? → CloudWatch Anomaly Detection
Turn these facts into recall:
Was this helpful?