AWS SAP-C02 Solutions Architect – Professional Readiness Matrix: How to Diagnose Your Weakest Exam Domains
AWS Certified Solutions Architect – Professional is less about recalling a catalog of AWS services than about making defensible architectural decisions when several requirements conflict. A candidate can know what Amazon EC2, Amazon S3, AWS Organizations, AWS Direct Connect, Amazon Route 53, AWS IAM, AWS KMS, and AWS Migration Hub do and still struggle if they cannot decide which combination best satisfies a particular mix of resilience, security, operational effort, migration risk, latency, and cost. That is why readiness for SAP-C02 should be measured by decision quality rather than by how many services you can define from memory.
As of September 19, 2026, SAP-C02 is also in a transition window. AWS says registration for the updated SAP-C03 version opens October 27, 2026, and the last day to take SAP-C02 is November 17, 2026. Anyone already booked for SAP-C02 should prepare against the current SAP-C02 blueprint and verify the booked version in the AWS Certification portal rather than assuming that a newer preparation resource applies automatically. If you are still deciding which version to take, the timing question is part of readiness: choose a version only when you can complete preparation, realistic practice, and scheduling with enough margin.
The current SAP-C02 exam is 180 minutes with 75 multiple-choice or multiple-response questions. AWS states that 65 questions affect the score and 10 are unscored, and the passing scaled score is 750. More important for preparation, the scored content is divided into four domains: Design Solutions for Organizational Complexity at 26%, Design for New Solutions at 29%, Continuous Improvement for Existing Solutions at 25%, and Accelerate Workload Migration and Modernization at 20%. Those percentages should shape study time, but they should not become a reason to ignore a weaker domain. A professional-level scenario often crosses several domains at once.
If you need a broad refresher before using the matrix below, the SAP-C02 exam overview provides useful context on the certification and its scope. The purpose here is narrower: diagnose where your architecture reasoning is strong, where it is fragile, and what evidence would prove you are ready.
A readiness matrix should distinguish four levels. At the first level, you can recognize a service name and describe its general purpose. At the second, you can choose the service in a straightforward requirement. At the third, you can compare plausible alternatives, identify hidden constraints, and explain why one architecture is better for that scenario. At the fourth, you can detect when the best answer is not a new service at all but a change in account structure, routing design, governance, deployment pattern, data placement, operating model, or migration sequence.
SAP-C02 questions frequently place several answers in the “technically possible” category. The difference between possible and best may be a phrase such as “least operational overhead,” “minimize downtime,” “must preserve source IP addresses,” “centralized security team,” “existing private address overlap,” “strict recovery point objective,” or “hundreds of AWS accounts.” Readiness therefore requires disciplined reading. You should be able to turn prose into constraints before you compare solutions.
For every practice scenario, write down the business requirement, technical constraints, organizational constraints, failure tolerance, security boundary, data gravity, and cost or operational preference. Then ask what would disqualify each answer. This is a stronger exercise than simply asking which answer looks familiar.
Domain 1 accounts for 26% of scored content. It covers network connectivity strategies, security controls, reliable and resilient architectures, multi-account environments, and cost optimization and visibility. The common thread is scale beyond a single workload. You are being asked to design systems that remain governable when multiple accounts, business units, regions, identity sources, networks, and cost owners interact.
Mark yourself “strong” only if you can compare VPC peering, AWS Transit Gateway, AWS PrivateLink, AWS Direct Connect, AWS Site-to-Site VPN, Direct Connect gateway, Cloud WAN, Route 53 Resolver endpoints, and centralized inspection patterns without relying on slogans such as “Transit Gateway is for many VPCs.” You should know what happens to routing, transitivity, overlapping address space, DNS resolution, bandwidth, encryption, failure paths, and administrative ownership.
A useful diagnostic scenario is a company with 80 AWS accounts, three Regions, two data centers, centralized egress inspection, and several acquired networks with overlapping private ranges. If your first response is to select a connectivity service before identifying address conflicts, route ownership, inspection requirements, and whether all networks need full reachability, you are not yet reasoning at professional level. The architecture may require segmentation, NAT, PrivateLink, readdressing, or application-level integration rather than universal routing.
Another readiness signal is whether you can explain why “more connectivity” is sometimes the wrong goal. A shared-services VPC may need broad access, while sensitive production environments should expose only specific services. PrivateLink can reduce the blast radius compared with routable network connectivity because consumers reach a service endpoint rather than gaining general network reachability. That distinction matters in scenarios involving acquisitions, partners, or application teams that should not inherit network trust.
Professional readiness means treating Direct Connect as part of a resilient path design, not as a magic private connection. You should be able to reason about redundant connections, separate locations, VPN backup, route preferences, BGP behavior, and regional or global connectivity requirements. If a scenario says a critical factory cannot tolerate a single connectivity failure, ask what independent failure domains exist and how traffic fails over.
You should also know that private connectivity does not remove the need for security controls. Route design, segmentation, network firewalls, inspection VPCs, security groups, and identity controls still matter. The exam rewards architectures where connectivity and security are designed together.
You are ready when you can choose among AWS IAM Identity Center, IAM roles, resource-based policies, permission boundaries, service control policies, and delegated administration based on the control objective. These mechanisms solve different problems. An SCP limits what identities in member accounts can ultimately do, but it does not grant permissions. A permission boundary constrains the maximum permissions of an IAM principal. A resource policy can grant cross-account access directly for supported services. A role creates a controlled assumption path with temporary credentials.
A common weakness is to treat every cross-account problem as “create a role.” Sometimes the stronger solution is to keep data centralized and grant resource-level access. Sometimes a role is correct because you need a clear trust relationship and session identity. Sometimes the issue is not permission at all but centralized identity lifecycle through IAM Identity Center. Diagnose the actual control plane before choosing the mechanism.
AWS Organizations and AWS Control Tower appear often because the exam expects you to think in organizational units, preventive controls, detective controls, delegated administration, account vending, centralized logging, security services, and cost allocation. A mature design avoids manually configuring every account.
Test yourself with a merger scenario. The acquiring company wants to bring 150 accounts under central governance without breaking business-unit autonomy. A strong answer starts by classifying accounts, defining organizational units around policy boundaries, establishing mandatory logging and security services, and planning how SCPs will be introduced safely. A weak answer proposes one enormous account or a flat organization because it seems simpler.
Be especially cautious about SCP rollout. A restrictive SCP applied without inventory and testing can break services. Readiness includes understanding staged governance: observe, classify, pilot, enforce, and monitor.
Do not memorize disaster recovery strategies as labels. Be able to connect backup and restore, pilot light, warm standby, and multi-site patterns to recovery time objectives, recovery point objectives, cost, complexity, and dependency recovery. If a workload has an RPO of five minutes, nightly snapshots are immediately disqualified. If the business can tolerate a four-hour recovery, active-active across Regions may be technically impressive but economically unnecessary.
You should also identify hidden dependencies. A recovery design is incomplete if the database replicates but DNS, secrets, certificates, container images, identity dependencies, or network configuration cannot be restored. SAP-C02 scenarios often reward the answer that accounts for the whole system rather than a single tier.
Know the difference between consolidated billing, cost allocation tags, AWS Cost Categories, budgets, anomaly detection, Savings Plans, Reserved Instances, rightsizing, and architectural cost changes. A finance team asking to identify spend by business unit has a visibility problem. A platform team trying to prevent uncontrolled resource creation has a governance problem. A stable compute fleet with predictable usage has a pricing-model optimization opportunity. Do not collapse these into one generic “use Cost Explorer” answer.
A strong candidate also recognizes that the cheapest unit price is not always the lowest total cost. Operational labor, data transfer, resilience, licensing, and migration effort can outweigh compute savings.
Score yourself from 0 to 3 on each capability: multi-VPC and multi-account routing, hybrid connectivity, DNS architecture, cross-account identity, centralized security, organization design, disaster recovery, and cost governance. A 0 means you cannot explain the decision; 1 means you recognize services; 2 means you can solve standard scenarios; 3 means you can compare trade-offs under conflicting constraints.
Do not average away a dangerous weakness. If you score 3 in networking but 0 in organization design, the domain is not “mostly ready.” Treat any 0 as a mandatory remediation area and any 1 as a priority practice area.
Domain 2 is the largest at 29% of scored content. It tests deployment strategy, business continuity, security controls, reliability, performance, and cost optimization for new solutions. The challenge is not choosing a fashionable architecture. It is choosing an architecture that fits stated requirements.
You should understand blue/green, canary, rolling, immutable, and in-place deployment patterns, and how services such as AWS CodeDeploy, Elastic Load Balancing, Amazon ECS, Amazon EKS, AWS Lambda aliases, and Route 53 weighted routing can support them. But the exam usually cares more about the requirement than the product name.
If the scenario says “must support immediate rollback with minimal impact,” think about maintaining a known-good environment. If it says “validate with 5% of traffic,” think canary or weighted routing. If it says “avoid capacity doubling,” a rolling approach may fit better, but you must account for version compatibility. Readiness means you can explain the trade-off in one or two sentences.
Different failures require different architecture. An Availability Zone failure, Region failure, account compromise, data corruption event, and accidental deletion do not have the same mitigation. Multi-AZ does not protect against every Region-level event. Cross-Region replication does not protect against malicious deletion if delete operations are replicated without independent backups. Backups do not deliver low RTO unless restoration is automated and tested.
Use the phrase “failure scope” in your study notes. For each component, identify what failure you are protecting against and which mechanism handles it. This prevents overengineering and exposes gaps.
A professional design should place controls at identity, network, data, application, logging, and governance layers, but that does not mean every scenario needs every security service. Start with threat and compliance requirements. Encryption at rest and in transit, key ownership, credential lifecycle, least privilege, centralized logging, threat detection, web application protection, and secrets management should be selected because they address defined risks.
A strong candidate knows when customer-managed KMS keys are required and when AWS managed encryption is sufficient. You should understand key policies, grants, cross-account use, rotation expectations, and the operational impact of deleting or disabling keys. Cryptography decisions can create availability problems if the recovery plan ignores key access.
Reliability is not simply adding more instances. Think about statelessness, health checks, load balancing, Auto Scaling, queues, retries with backoff, idempotency, circuit breakers, database replication, read replicas, caching, and asynchronous decoupling. A tightly coupled synchronous workflow can fail across multiple healthy services because one dependency slows down.
When a scenario describes bursty traffic, ask where to buffer work. Amazon SQS, Amazon Kinesis, EventBridge, or managed streaming patterns may absorb spikes and decouple producers from consumers. When a user-facing operation cannot wait for downstream processing, asynchronous design may be the decisive requirement.
Performance questions are usually workload questions in disguise. Identify latency sensitivity, throughput, access pattern, object size, query pattern, consistency requirement, concurrency, geographic distribution, and read/write ratio.
A globally distributed read-heavy application may benefit from CloudFront, Global Accelerator, or multi-Region data patterns depending on what is being accelerated. A database workload with predictable relational transactions has different needs from a key-value workload with massive scale. A data analytics workload should not be forced into the operational database merely because the data originates there.
Before choosing a cheaper service, identify what drives cost. Is it idle compute, overprovisioned database capacity, storage class, data transfer, NAT gateway processing, cross-Region traffic, license cost, or operational effort? SAP-C02 scenarios often include a cost signal that points to architecture, not only pricing.
For example, repeatedly processing large volumes of S3 traffic through a NAT gateway may suggest a VPC endpoint if the access pattern fits. A fleet of predictable EC2 instances may suggest Savings Plans or Reserved Instances. A spiky event-driven workload may be cheaper with serverless or autoscaling. The correct action depends on utilization and requirements.
Score deployment, continuity, security, reliability, performance, and cost from 0 to 3. Then run an integrated exercise: design a customer-facing application with strict recovery requirements, sensitive data, global users, seasonal traffic, and a defined budget. If your architecture is a list of services without explaining traffic flow, failure behavior, identity boundaries, and recovery, you are not yet at a professional readiness level.
Domain 3 represents 25% of scored content. It asks how to improve operational excellence, security, performance, reliability, and cost in systems that already exist. The key difference from Domain 2 is constraint. You inherit architecture, data, contracts, technical debt, and business risk. The best answer may be incremental rather than idealized.
Look for repeated manual procedures, inconsistent configuration, weak observability, and poor deployment safety. AWS Systems Manager, CloudFormation, Config, CloudTrail, CloudWatch, Organizations, EventBridge, Lambda, and service-native automation can reduce toil, but the exam expects safe automation.
If an operational process is risky, first make it observable and repeatable. Then automate with clear rollback and permissions. Automation that can destroy production faster is not an improvement.
Security improvement scenarios may include public resources, overly broad IAM permissions, unmanaged keys, missing logs, unpatched instances, weak network boundaries, or decentralized findings. Prioritize based on exploitability and impact rather than on which service is most sophisticated.
You should be comfortable with centralizing findings through Security Hub, detecting threats with GuardDuty, evaluating configurations with AWS Config, analyzing IAM access, using Inspector for supported workloads, and building organization-wide controls. The readiness test is whether you can connect each tool to a specific control gap.
Professional troubleshooting begins with measurements. CPU, memory, latency, queue depth, database connections, cache hit ratio, IOPS, throttling, and application traces provide different evidence. A database that appears “slow” may actually be blocked by a bad query, network latency, connection exhaustion, or downstream serialization.
The exam often includes enough clues to eliminate broad solutions. Train yourself to state the bottleneck hypothesis before selecting a remedy.
A single NAT gateway, single VPN, single instance, single database node, one-region dependency, or one administrator with unique knowledge may all represent failure risks. But redundancy only helps when failure domains are independent. Two resources in the same Availability Zone may not satisfy an AZ-level resilience requirement.
Practice drawing dependency graphs. Mark each dependency with its failure scope and recovery mechanism. This exposes correlated failure that a simple architecture diagram can hide.
Do not remove redundancy merely because it costs money. The objective is to remove spend that does not contribute to required capability. Idle resources, stale snapshots, unattached volumes, overprovisioned instances, inappropriate storage classes, inefficient transfer paths, and unused reservations are waste. Multi-AZ databases may be required resilience.
A strong answer preserves service-level objectives while reducing unnecessary cost.
Domain 4 is 20% of scored content. It covers selecting workloads and processes for migration, choosing migration approaches, determining new architecture, and identifying modernization opportunities. Candidates sometimes underestimate this domain because they study AWS services more than migration decisions.
Understand the practical differences among rehost, replatform, refactor or re-architect, repurchase, relocate, retain, and retire. More importantly, know why each might be chosen. A deadline may favor rehost. Licensing may favor repurchase. A monolith with severe scaling constraints may justify refactoring. Unsupported hardware might force rapid movement. A stable system near retirement may be retained or retired instead of migrated.
Do not assume modernization is always best. Migration risk, business deadline, skills, testing capacity, and dependency complexity matter.
Application migration is rarely independent. Identity, DNS, databases, file shares, message brokers, batch jobs, monitoring, and partner connections create dependencies. A readiness exercise should require you to build waves that minimize cross-environment latency and rollback risk.
If you migrate an application server but leave a latency-sensitive database on premises across a slow link, the application may fail even though each component works. Professional readiness means spotting that dependency before execution.
Know where AWS Application Migration Service, AWS Database Migration Service, DataSync, Storage Gateway, Snow Family devices, Transfer Family, and native replication fit. The decisive variables include data volume, change rate, downtime, network bandwidth, source platform, schema changes, and cutover design.
Database migration questions often require separating engine migration from data replication. A heterogeneous migration may need schema conversion as well as replication. A minimal-downtime requirement favors continuous replication and controlled cutover rather than a one-time export.
Modernization may include containers, serverless, managed databases, event-driven integration, managed analytics, or API-based decomposition. But moving to a modern service is not itself the objective. The objective could be faster deployment, reduced operational burden, improved resilience, independent scaling, or lower cost.
For every modernization proposal, state the business property that improves. If you cannot, the design may be technology-driven rather than requirement-driven.
Score workload assessment, migration strategy, dependency discovery, data transfer, database migration, cutover planning, and modernization from 0 to 3. Then practice explaining why a phased migration is safer than a big-bang move in one scenario and why a rapid rehost may be justified in another. Professional judgment is contextual.
The four domains are not independent silos. A migration may require a new multi-account structure, Direct Connect design, centralized identity, encryption strategy, disaster recovery plan, and cost allocation model. A new solution may later be improved for reliability and cost. A governance change can alter networking and deployment processes.
Create cross-domain drills. Example: a regulated company acquires a business that runs 70 VMware workloads, several databases, and a shared identity system. It needs to migrate within nine months, preserve a subset of IP addresses, isolate the acquired business during transition, centralize security logging, and meet a two-hour RTO. A strong solution starts with discovery and governance, not with a list of migration tools.
Another example: a global application has increasing latency in Asia, an RPO of five minutes, strict data residency for some records, and a mandate to reduce operating cost. There is no single “global architecture” answer. You must separate data that can be replicated globally from data that must remain regional, determine how traffic is routed, decide what failure modes are covered, and quantify cost consequences.
If integrated scenarios feel much harder than single-topic questions, keep studying. The exam is designed around integration.
A candidate should not declare readiness based on hours studied. Use evidence. First, complete timed scenario sets and record not only correct answers but the reason for every wrong choice. Classify each miss as knowledge, requirement-reading, architecture trade-off, service limitation, or time management. Patterns reveal what to fix.
Second, practice explaining answers without looking at options. If you can articulate the architecture before seeing distractors, your understanding is stronger. If the correct answer becomes obvious only after comparing four choices, you may still be relying on recognition.
Third, build small hands-on validations for areas where behavior matters. Create a multi-account lab if practical, test IAM role assumption, examine routing through Transit Gateway, configure Route 53 Resolver patterns, observe SQS behavior, test backup restoration, and use CloudWatch metrics. You do not need to build every service, but you should validate the behaviors that are difficult to reason about from diagrams alone.
Fourth, revisit the SAP-C02 study plan after scoring your matrix. A study plan becomes more useful when it is driven by measured gaps rather than by equal time per chapter.
Use red for capabilities where you cannot explain the correct architecture or routinely miss scenarios. Use yellow where you can solve straightforward cases but struggle when requirements conflict. Use green only when you can compare alternatives and explain the failure, security, operational, and cost implications.
For Domain 1, your matrix might include multi-account routing, hybrid DNS, cross-account identity, SCP strategy, centralized logging, resilience, and cost allocation. Domain 2 might include deployment, continuity, security, reliability, performance, and cost. Domain 3 should cover observability, automation, security remediation, bottleneck diagnosis, reliability improvement, and waste reduction. Domain 4 should cover migration strategy, dependency mapping, data movement, database migration, cutover, and modernization.
Do not aim for every cell to be green before you schedule. Professional exams contain breadth, and nobody knows every service detail. The real threshold is whether your remaining yellow areas are narrow and whether you have any red areas in high-weight or foundational capabilities.
AWS describes the target candidate as having two or more years of experience using AWS services to design and implement cloud solutions. That is guidance, not a gate that prevents someone with a different background from taking the exam, but it signals the level of judgment expected.
If your experience is mostly at associate level, do not interpret that as a reason to wait indefinitely. Instead, diagnose the missing dimensions: multi-account governance, hybrid connectivity, organizational security, migration programs, enterprise resilience, and cost trade-offs. The Solutions Architect Associate perspective can help you distinguish foundational architecture knowledge from the broader organizational reasoning expected at professional level.
Job title is a weak readiness indicator. An engineer who has designed multi-account landing zones, migration waves, and recovery architectures may be better prepared than someone called “architect” who works only within a narrow platform. Measure exposure to decisions, not labels.
Practice questions are useful when they reveal reasoning gaps. They are harmful when repeated until the answer position becomes familiar. After each set, write a short justification for the correct answer and a disqualifier for the strongest distractor. If you cannot explain why the distractor fails a requirement, the question has not taught you enough.
Rotate topics so you cannot predict the domain from context. Mix networking, security, migration, cost, and resilience. Then run timed sets to test whether you can parse long scenarios without losing important qualifiers.
Do not chase a universal target percentage from third-party question banks. Difficulty varies. A better readiness signal is stable performance on fresh questions combined with clear explanations and a shrinking error pattern.
Seventy-five questions in 180 minutes gives an average of 2.4 minutes per question, but professional-level scenarios vary widely. Some can be solved quickly; others require careful comparison of multiple architectures. Your strategy should preserve time for difficult questions without rushing every item.
During practice, identify the point where rereading stops adding value. If you are stuck because two answers remain, explicitly restate the decisive requirement. Choose the answer that best satisfies it, flag if the platform allows, and move on. Remember that unanswered SAP-C02 questions are scored as incorrect, so reaching every item matters.
Multiple-response questions deserve extra care because all required correct responses must be selected. Do not add an option merely because it is generally good architecture. Each selected response must be necessary or clearly supported by the scenario.
Seven days out, stop measuring progress by chapters completed. Re-score the readiness matrix. Pick the three weakest capabilities with the highest architectural impact. Spend the next several days on targeted review, fresh scenarios, and small practical validation.
Three days out, run at least one substantial timed set under realistic conditions. Analyze errors the same day, but avoid rebuilding your entire study plan from a single score. One day out, review decision frameworks, major service limits that repeatedly matter to you, and your own error log. Do not attempt to learn an enormous new topic the night before.
Because SAP-C02 is approaching its November 17, 2026 final test date, candidates booked near the end of the window should leave scheduling and retake realities in mind. Do not assume a last-day appointment will be easy to change. Verify AWS scheduling and retake policies before relying on a particular timeline.
You are ready for SAP-C02 when you can consistently translate long business scenarios into architectural constraints, compare several plausible designs, identify why attractive distractors fail, and defend decisions across networking, governance, security, reliability, performance, cost, migration, and operations. You do not need perfect recall of every AWS service. You do need a professional way of thinking.
Use the matrix honestly. A red cell is not a failure; it is a precise instruction about what to study next. A green cell should be supported by evidence from fresh scenarios or hands-on validation, not by familiarity with terminology. When your weak areas are narrow, your cross-domain reasoning is stable, and your timed performance remains strong on unfamiliar material, you have a defensible basis for scheduling the exam.
Popular posts
Recent Posts
