Amazon Web Services free flashcards

Free DOP-C02 flashcards

8 real DOP-C02 flashcards, sampled from 4 of the 6 domains the exam tests, heaviest first. Where a tempting wrong answer encodes a belief people genuinely hold, the card corrects it too - the trap most decks skip. No account, no card.

The full deck has 288 flashcards, and a free account opens 40 of them across every domain. For a domain-by-domain breakdown and a study plan, read the DOP-C02 study guide.

ConceptSDLC Automation

For a cross-account AWS CodePipeline deploy where the artifact store uses a customer managed KMS key, what two grants does the target account's deploy role need?

The deploy role needs assume-role trust from the tooling-account pipeline role plus key-usage rights as a key user in the KMS key policy. Without the KMS grant the role cannot decrypt the encrypted artifacts in Amazon S3, so the deploy action returns access denied even though the IAM role and S3 read access exist.

ConceptSDLC Automation

What is the best way to provision standardised AWS CodePipeline pipelines so they stay identical and changes roll out through a managed update path?

Declare the pipeline, its stages such as the security-scan stage, and its IAM roles in an AWS CloudFormation template. Teams instantiate identical pipelines by deploying stacks from the versioned template, and changes to the standard propagate through controlled stack updates, which prevents the drift manual builds cause.

Common misconceptionThat a wiki and PR review keep pipeline definitions consistent. Manual copying still drifts; only a shared template enforces it.

ConceptConfiguration Management and Infrastructure as Code

Which AWS CloudFormation feature lets you preview exactly which resources an update would add, modify or replace, and gate execution behind manual approval?

A change set computes the resource-level diff, including any replacements, without touching the live stack. Creating the change set and executing it are separate steps, so a pipeline can pause for sign-off after the affected resources are listed and only proceed once approved. This gives the preview-then-approve workflow that guards against unintended database replacement.

ConceptConfiguration Management and Infrastructure as Code

How do you stop one logical resource in an AWS CloudFormation stack from being altered or deleted by routine updates while the rest of the stack stays updatable?

Attach a stack policy, a JSON document CloudFormation evaluates on every update. An explicit Deny on Update:Modify and Update:Delete scoped to that resource's logical ID blocks changes to it, while Allow statements keep every other resource updatable. The guardrail lives with the stack and needs no human reviewer to catch risky diffs.

Common misconceptionThat DeletionPolicy: Retain protects a resource from being modified during a stack update. It only governs deletion, not in-place changes.

ConceptSecurity and Compliance

How can a self-service pipeline cap developer-created IAM roles to approved services and block privilege escalation automatically at creation?

Attach an IAM permission boundary to each role at creation. The boundary is a managed policy defining the maximum permissions an identity-based policy can grant; effective permissions are the intersection of boundary and attached policies. Allowing only approved services and denying iam:Attach and iam:Put lets developers add scoped policies while no role can reach unapproved services or attach an administrator policy.

ConceptSecurity and Compliance

What control guarantees that no principal in a member account, even an account administrator, can run cloudtrail:StopLogging or cloudtrail:DeleteTrail?

A service control policy attached to the organisational unit in AWS Organizations. An SCP sets the maximum permissions for every principal in the targeted accounts, including local administrators, and is managed only from the management account. Denying those CloudTrail actions there is a preventive guardrail that local IAM policies, permission boundaries, or detective tools cannot remove.

Common misconceptionThat a permission boundary is a guardrail an account administrator cannot undo. It is set inside the account, so a local admin can edit or detach it at will.

ConceptResilient Cloud Solutions

How can a single Amazon RDS database survive an Availability Zone failure with automatic failover and no application code changes?

Convert it to an RDS Multi-AZ deployment. AWS keeps a synchronous standby in a second Availability Zone and, when the primary is impaired, automatically updates the same DNS endpoint to point at the standby. Applications reconnect to the unchanged endpoint, recovery takes minutes, and operational overhead stays low.

ConceptResilient Cloud Solutions

Which Amazon Route 53 routing automatically shifts public API traffic from a healthy primary Region to a secondary Region with no manual DNS edit during an incident?

Route 53 failover routing pairs a primary and a secondary record, each tied to a health check on its regional endpoint. While the primary health check passes, Route 53 answers with the primary; on failure it automatically returns the secondary. This gives hands-off active-passive failover within DNS time-to-live windows.

Common misconceptionThat latency-based Route 53 routing fails over automatically when a Region goes down. It optimises for speed, not health, so it can keep sending traffic there.

Study 40 DOP-C02 flashcards free

A free account opens 40 cards from the 288-card DOP-C02 deck, spread across every domain the exam tests. Drop your email and we will keep you posted as new DOP-C02 study material ships. No spam - we mail you only when it is worth your time.

Frequently asked questions

Are these DOP-C02 flashcards free?

Yes. Every card on this page is free to read with no sign-up. The full deck has 288 flashcards; a free account opens 40 of them, spread across every domain, and Pro opens the rest.

What is a misconception on a card?

A correction built from a tempting wrong answer in our question bank, naming the belief and explaining why it fails. Most flashcard decks only drill the fact; where a wrong answer encodes something people genuinely believe, our card carries that correction alongside the answer.

Are these real DOP-C02 exam questions or vendor content?

No. These are original flashcards written from our own blueprint-aligned practice questions. We never reproduce live exam items or vendor material.

How many flashcards are in the full DOP-C02 deck?

288 cards spread across all 6 domains. For the full domain-by-domain breakdown, read the study guide.

Examworthy is not affiliated with or endorsed by Amazon Web Services. All flashcards are original, drawn from our own blueprint-aligned practice questions. We never reproduce live exam items. DOP-C02 and related marks belong to their respective owners.