AWS • SOA-C02
Validates technical expertise in deployment, management, and operations on AWS. This exam covers monitoring, logging, remediation, reliability, business continuity, security, and cost optimization.
Questions
2141
Duration
130 minutes
Passing Score
720/1000
Difficulty
AssociateLast Updated
Jan 2025
The AWS Certified SysOps Administrator – Associate (SOA-C02) validates technical expertise in deploying, managing, and operating workloads on the AWS platform. It covers six core operational domains: monitoring and logging with services like Amazon CloudWatch and AWS CloudTrail; reliability and business continuity including Auto Scaling, backup strategies, and multi-AZ architectures; deployment and automation using AWS CloudFormation, Elastic Beanstalk, and Systems Manager; security and compliance controls; networking and content delivery with VPCs, Route 53, and CloudFront; and cost and performance optimization. The certification is designed to confirm that a practitioner can implement and manage AWS infrastructure with operational rigor, not just configure services in isolation.
Note: AWS has announced that this exam (SOA-C02) is being retired and replaced by the AWS Certified CloudOps Engineer – Associate. The last day to take the SOA-C02 exam is September 29, 2025. Candidates should verify the current exam availability on the official AWS certification page before registering.
This certification is intended for systems administrators, cloud operations engineers, and DevOps practitioners who work day-to-day with AWS infrastructure. Candidates should have approximately one year of hands-on experience in deployment, management, networking, and security on AWS. Typical job roles include Cloud SysOps Administrator, Cloud Operations Engineer, Infrastructure Engineer, and Site Reliability Engineer (SRE).
Professionals without prior IT operations experience are encouraged to first earn the AWS Certified Cloud Practitioner before attempting this exam. Those with Linux/Windows sysadmin backgrounds transitioning to cloud operations will find the exam closely mirrors on-premises operational responsibilities mapped to AWS services.
AWS does not enforce formal prerequisites for this exam, but recommends candidates have at least one year of practical, hands-on experience managing AWS environments. Candidates should be familiar with core AWS services — including EC2, EBS, S3, RDS, VPC, IAM, CloudWatch, CloudFormation, and Route 53 — and understand how to configure, monitor, and troubleshoot them in production contexts.
Recommended foundational knowledge includes understanding of AWS networking concepts (subnets, security groups, NACLs, VPN, Direct Connect), identity and access management, infrastructure-as-code principles, and high availability design patterns such as load balancing and Auto Scaling. Candidates who have studied for or passed the AWS Certified Solutions Architect – Associate exam often find significant topic overlap with this exam.
The SOA-C02 exam consists of 65 questions delivered in multiple-choice and multiple-response formats, administered over 130 minutes. Multiple-choice questions present one correct answer and three distractors; multiple-response questions require selecting two correct answers from five options. Note: As of March 28, 2023, AWS temporarily removed exam labs (hands-on tasks performed in the AWS Management Console) from the SOA-C02 exam while improvements are evaluated — the exam is now entirely question-based.
Of the 65 questions, 50 are scored and 15 are unscored pilot questions that do not affect the result. Scores are reported on a scale of 100–1,000, with a minimum passing score of 720. The exam costs $150 USD and is available at Pearson VUE testing centers or via online proctored sessions. It is offered in English, Japanese, Korean, and Simplified Chinese. The certification is valid for three years.
The AWS Certified SysOps Administrator – Associate is recognized as one of the higher-paying associate-level certifications in the cloud industry, with certified professionals commonly reporting salaries exceeding $120,000–$150,000 per year in the United States, depending on role and location. It is directly applicable to job titles including Cloud Operations Engineer, Site Reliability Engineer, DevOps Engineer, and Cloud Infrastructure Engineer at organizations running workloads on AWS. The certification demonstrates that a candidate can manage production AWS environments — not just architect them — which is a distinction employers value when hiring for operations-heavy roles.
Earning the SOA-C02 also positions candidates well for advancement to Professional-level certifications, particularly the AWS Certified DevOps Engineer – Professional, which shares significant domain overlap with this exam. It can also serve as a stepping stone toward AWS Specialty certifications in Security, Advanced Networking, or Database. As AWS transitions this exam to the AWS Certified CloudOps Engineer – Associate, existing SOA-C02 holders should monitor AWS's recertification guidance, as the new credential is expected to reflect modern CloudOps and platform engineering practices.
5 sample questions with correct answers and explanations. Start a practice session to test yourself across all 2141 questions.
1. Fabrikam Ltd needs a queuing service for processing background jobs in their distributed system. They require messages to be processed in order and without duplicates. Which SQS queue type should they use?
Explanation
FIFO Queue ensures messages are processed in order and eliminates duplicates. Standard Queue allows high throughput but does not guarantee order or prevent duplicates, Dead Letter Queue is for unprocessed messages, and Priority Queue is not a native SQS type.
2. Blue Yonder Airlines is using CloudFormation to deploy an EC2 instance and wants to use metadata for initializing the instance with cfn-init. What is the role of metadata in this context?
Explanation
Metadata holds additional configuration data, like initialization scripts, retrievable by cfn-init. It is not for billing. It does not define the instance type. It does not encrypt the template.
3. Litware Enterprises requires a bash script to upload individual files to an S3 bucket using the AWS CLI, specifying the bucket name and file path dynamically. The script must handle absolute paths and ensure the object key matches the file name. Which command should be executed for putting a single object?
Explanation
aws s3api put-object --bucket bucket-name --key file-name --body /path/to/file is the correct command to upload a single object to an S3 bucket, allowing specification of the bucket, key, and file body. aws s3 sync /path/to/file s3://bucket-name/ synchronizes directories or multiple files, not suitable for single object uploads. aws s3 rm s3://bucket-name/file-name deletes an object and is not for uploading. aws s3 ls s3://bucket-name/file-name lists objects or buckets, not for uploading.
4. Blue Yonder Airlines needs a file system service for high-performance computing workloads with sub-millisecond latency and integration with S3. Which AWS service fits this need?
Explanation
Amazon FSx for Lustre offers sub-millisecond latency and integrates with S3 for high-performance computing. Amazon EFS provides general-purpose file storage but not specialized for HPC. Amazon EBS is block storage for single instances. Amazon S3 is object storage, not file-based.
5. Litware has an Auto Scaling Group (ASG) with instances behind an Application Load Balancer (ALB). The company needs to perform custom actions, such as running scripts, on instances before they are terminated. Which feature should Litware use to inject these actions into the ASG lifecycle?
Explanation
Lifecycle hooks enable custom actions on instances during pending or terminating states in an ASG, allowing time for scripts or data backups. Warm pools provide pre-initialized instances but don't handle custom termination actions. Termination policies define instance order but not custom scripts. Scaling policies adjust capacity based on metrics, not lifecycle events.
One-time access to this exam