Free DOP-C02 Practice Test Questions and Answers (2026) | Cert Empire Practice Questions
Free preview: 20 questions.
AWS DOP-C02
Gotta agree with C here. Lambda plus CloudWatch Events can automate both tagging and cleanup, which is exactly what's needed if you want volumes gone after being unattached for 14 days. Data Lifecycle Manager (B) can't do this for unattached EBS volumes-I've checked docs before. If I'm missing something, let me know!
Don't think B is right, because that relies too much on manual effort from ops which could easily exceed the 24 hour window. D automates the process end to end using CloudWatch Logs and Lambda, so it's a better fit here. Anyone else see A as a distractor?
I don’t think it’s D, that feels like a trap-EventBridge isn't really needed for standard patch automation. The right combo is C, E, and F: Patch Manager with maintenance windows for automation (C), proper IAM instance profiles for Systems Manager access (E), and SSM Agent activation for on-prem and IoT Greengrass devices (F). Pretty sure that's what AWS recommends. Agree?
Official AWS docs and practice exams both steer toward C. Region-specific Kinesis streams and Firehose for each region prevent bottlenecks and latency issues that can happen with a single centralized setup. Not 100% if there's a crazy new AWS feature, but this matches exam patterns I've seen reported. Agree?
C tbh, because VPC endpoint for S3 lets instances download artifacts securely with no internet. But does the artifact repo only support S3? If it were on a different service, this might not work and B could be needed.
Least changes since you just add a cross-region read replica and DR stack, then promote if needed. RPO and RTO requirements are met pretty cleanly this way. Pretty sure that’s what AWS recommends for MySQL DR. Anyone see a reason B would actually be better?