🇺🇸 AWS Certified Solutions Architect · flashcards

AWS Certified Solutions Architect Operational Excellence, Monitoring, and Governance Flashcards

51 question-and-answer cards covering Operational Excellence, Monitoring, and Governance as it is examined in AWS Certified Solutions Architect. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

51Cards in deck
24Free preview
9Syllabus topics
~181Chars per answer
FreePrice

24 sample cards from the Operational Excellence, Monitoring, and Governance deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. What is a CloudFormation Change Set?

    A preview of how proposed changes to a stack will affect running resources (including which will be modified or replaced) before you execute the update.

  2. What are CloudFormation StackSets used for?

    To deploy and manage a single CloudFormation stack across multiple AWS accounts and regions from one operation, enabling centralized multi-account governance.

  3. What is the AWS Cloud Development Kit (CDK)?

    A framework to define cloud infrastructure using familiar programming languages (TypeScript, Python, Java, etc.); it synthesizes the code into CloudFormation templates for deployment.

  4. How does AWS Elastic Beanstalk relate to CloudFormation?

    Beanstalk is a higher-level PaaS that handles provisioning, capacity, load balancing, and health for your app, and it uses CloudFormation under the hood to create the underlying resources.

  5. What is AWS Systems Manager (SSM) and what overarching purpose does it serve?

    A unified service for operational management of AWS and on-premises resources, providing visibility and control for configuration, patching, automation, secure access, and parameter storage.

  6. What is the difference between SSM Parameter Store and AWS Secrets Manager?

    Both store configuration/secrets. Parameter Store is general config storage (free standard tier, can store SecureStrings) without automatic rotation; Secrets Manager is purpose-built for secrets with built-in automatic rotation, at a per-secret cost.

  7. What does SSM Session Manager provide and what's its key security benefit?

    Browser/CLI-based shell access to EC2 and on-prem instances without opening inbound SSH/RDP ports, without bastion hosts, and without managing SSH keys; all access can be logged and audited.

  8. What is an SSM Document, and name the two most common types.

    A JSON/YAML definition of actions Systems Manager performs. Command documents (Run Command) run actions on instances; Automation documents (runbooks) orchestrate multi-step operational workflows.

  9. What is SSM Patch Manager?

    A Systems Manager capability that automates patching of OS and applications across instances using patch baselines and maintenance windows to control approval rules and timing.

  10. Define the three classic deployment strategies: in-place, blue/green, and canary.

    In-place updates the existing servers directly (downtime/risk). Blue/green deploys a parallel new (green) environment and switches traffic from old (blue). Canary releases the change to a small subset of traffic first, then ramps up.

  11. What is the key rollback advantage of a blue/green deployment?

    Because the old (blue) environment stays intact while the new (green) runs in parallel, rollback is fast and low-risk: you simply shift traffic back to the unchanged blue environment.

  12. What deployment configurations does AWS CodeDeploy support for Lambda and ECS traffic shifting?

    Canary (shift a percentage, wait, then shift the rest), Linear (shift equal increments at set intervals), and All-at-once (shift everything immediately).

  13. What is the difference between a rolling deployment and a blue/green deployment?

    A rolling deployment updates instances in batches within the same environment (capacity temporarily reduced, gradual). Blue/green stands up a whole separate environment and cuts traffic over, allowing instant rollback.

  14. In a CI/CD pipeline, what roles do AWS CodeCommit, CodeBuild, CodeDeploy, and CodePipeline play?

    CodeCommit = source/Git repo; CodeBuild = compile/test/build artifacts; CodeDeploy = deploy to compute targets; CodePipeline = orchestrates the end-to-end source-build-deploy workflow.

  15. How many questions are on the AWS Certified Solutions Architect – Associate (SAA-C03) exam, and how many are scored?

    65 questions total; 50 are scored and 15 are unscored evaluation questions that do not affect your result.

  16. What are the two question formats on the AWS SAA-C03 exam?

    Multiple choice (one correct answer of four options) and multiple response (two or more correct answers from five or more options).

  17. What is the passing score and scoring range for the AWS SAA-C03 exam?

    A scaled score of 720 out of a range of 100–1000 is required to pass; it is a scaled, compensatory score (you don't need to pass each domain individually).

  18. How long is the AWS SAA-C03 exam, and is there a penalty for guessing?

    130 minutes. There is no penalty for wrong answers, so you should answer every question—never leave one blank.

  19. List the four domains of the AWS SAA-C03 exam and their weightings.

    Design Secure Architectures (30%), Design Resilient Architectures (26%), Design High-Performing Architectures (24%), and Design Cost-Optimized Architectures (20%).

  20. What is an effective exam strategy for long scenario-based questions with similar answer choices?

    Read the actual question (last line) first to know what's being asked, identify the key requirement/constraint, then eliminate options that violate it (e.g., cost, latency, 'most secure', 'least operational overhead').

  21. In scenario questions, how do qualifier keywords like 'most cost-effective', 'least operational overhead', or 'highest availability' change your answer?

    They are the deciding filter: multiple options may be technically valid, so you must pick the one that best satisfies that specific qualifier (e.g., managed/serverless for least ops overhead; Multi-AZ for availability).

  22. For a scenario requiring decoupling and resilience between application tiers, which AWS services should signal the right answer?

    Amazon SQS (queues) for asynchronous decoupling and buffering, and Amazon SNS for pub/sub fan-out—both increase fault tolerance by removing direct, synchronous dependencies.

  23. When a scenario asks for the 'least operational overhead', which type of AWS service should you favor?

    Fully managed and serverless services (e.g., Lambda, Fargate, S3, DynamoDB, Aurora Serverless) because AWS handles provisioning, patching, scaling, and maintenance for you.

  24. Why is practicing full-length timed mock exams considered essential preparation for the SAA exam?

    It builds time management (roughly 2 minutes per question), exposes weak knowledge domains via score breakdowns, and trains the read-and-eliminate technique under realistic pressure so you can review and close gaps before the real exam.

What this deck covers

The Operational Excellence, Monitoring, and Governance deck follows the AWS Certified Solutions Architect Operational Excellence, Monitoring, and Governance syllabus — 3 chapters and 9 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 17.0 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 181 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

Operational Excellence, Monitoring, and Governance flashcards FAQ

How many Operational Excellence, Monitoring, and Governance flashcards are in this AWS Certified Solutions Architect deck?

51 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these AWS Certified Solutions Architect flashcards free?

Yes. The preview here is free to read with no signup, and the full 51-card deck is free inside the Examius app.

What do the Operational Excellence, Monitoring, and Governance cards cover?

They follow the AWS Certified Solutions Architect Operational Excellence, Monitoring, and Governance syllabus — 3 chapters and 9 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.