Amazon Web Services free flashcards

Free DOP-C02 flashcards

8 real DOP-C02 flashcards, sampled across every domain the exam tests. Each concept card is paired with the misconception card built from the tempting wrong answer - the trap most decks skip. No account, no card.

The full deck has 1101 flashcards. 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.

MisconceptionSDLC Automation

Cross-account AWS CodePipeline actions cannot decrypt artifacts protected by a customer managed KMS key, so you must downgrade to the default Amazon S3 managed key.

Cross-account decryption with a customer managed key is fully supported once the key policy lists the deploy role as a key user and the bucket grants are correct. The access denied error is a missing KMS grant, not a limitation, so downgrading encryption sacrifices control without fixing the real cause.

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.

MisconceptionConfiguration Management and Infrastructure as Code

Setting DeletionPolicy: Retain on a CloudFormation resource protects it from being altered during a stack update.

DeletionPolicy only governs what happens when a resource is removed from the template or the stack is deleted. It does nothing to block in-place modification during an update, so a hand-tuned resource could still be changed. Use a stack policy denying Update:Modify and Update:Delete to prevent alteration.

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.

MisconceptionSecurity and Compliance

An IAM permission boundary on every role can durably stop production admins from disabling AWS CloudTrail.

A permission boundary caps a principal's effective permissions but is set inside the account, so an account administrator can change or remove it. Only an organisation-level guardrail like a service control policy survives a local admin acting against the control.

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.

MisconceptionResilient Cloud Solutions

A cross-Region RDS read replica that an operator promotes is the right way to survive a single Availability Zone failure.

Wrong blast radius and wrong recovery model. A cross-Region replica protects against losing a whole Region, and promoting it is a manual step that adds recovery time. For an automatic, fast response to a single zonal fault, RDS Multi-AZ is the fit.

Get all 1101 DOP-C02 flashcards free

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 1101 flashcards; drop your email below and we will keep you posted, or create a free account to study the rest.

What is a misconception card?

A card built from a tempting wrong answer in our question bank, naming the trap and explaining why it fails. Most flashcard decks only drill the fact (a concept card); we pair each one with the misconception the exam actually tests you against.

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?

1101 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.