Try 12 AWS Incident Response Microcredential planning questions on detection, triage, containment, evidence, CloudTrail, GuardDuty, IAM compromise, isolation, recovery, and post-incident review while formal public details are still being monitored.
Use this page if you are tracking AWS incident-response credential updates and want an early self-check around cloud security operations.
This is an update-watch page. It is not an official AWS exam guide. Until formal public details are available, treat the model below as practical preparation for AWS incident detection, triage, containment, evidence preservation, recovery, and review.
Practice option: Update watch
Start with the 12 sample questions on this page. Dedicated practice for AWS Incident Response Microcredential is not currently included as a full web-app practice page; enter your email to get updates when full practice becomes available or expands for this exam.
Need live practice now? See AWS SCS-C03 Security Specialty.
| Area | What to be ready to reason through |
|---|---|
| Detection and triage | Interpret alerts, CloudTrail events, GuardDuty findings, logs, and suspicious behavior. |
| Containment | Restrict compromised identities, isolate resources, block exfiltration paths, and preserve service where possible. |
| Evidence | Preserve logs, snapshots, configuration state, timelines, and chain-of-custody notes. |
| Recovery | Rotate credentials, rebuild from trusted baselines, close root causes, and validate restored controls. |
| Improvement | Convert lessons into runbooks, detections, automation, and prevention controls. |
Try these 12 original AWS Incident Response Microcredential planning questions. They are designed for self-assessment and are not official AWS exam questions.
Topic: IAM credential compromise
GuardDuty reports unusual API calls from an access key used by a deployment role. What should happen first?
Best answer: B
Explanation: A suspected credential compromise requires fast containment and evidence preservation. Restricting or rotating the credential, then reviewing CloudTrail and related signals, is safer than assuming the role is behaving normally.
Topic: evidence preservation
An EC2 instance may be compromised. The team needs forensic evidence before rebuilding. Which action is most appropriate?
Best answer: B
Explanation: Incident response should preserve evidence before irreversible changes. Snapshots, logs, configuration state, and timelines support analysis and defensible recovery decisions.
Topic: containment
An instance is communicating with a known malicious IP address. The application is not business critical. What containment step is most defensible?
Best answer: C
Explanation: Isolation reduces ongoing risk while preserving the instance for investigation. The response should be proportional to business impact and evidence needs.
Topic: CloudTrail analysis
An attacker may have changed security groups to allow inbound SSH from the internet. Which source best helps reconstruct the administrative action?
Best answer: D
Explanation: CloudTrail records many control-plane API actions, including security group changes. It helps identify who changed what, when, and from where.
Topic: S3 exposure
A public S3 bucket exposure is discovered. What is the safest response sequence?
Best answer: A
Explanation: The team should stop exposure, preserve evidence, determine what may have been accessed, rotate secrets if necessary, and correct the policy or account-level public-access controls.
Topic: automation
The same suspicious port is repeatedly opened by mistake across accounts. What improvement best reduces recurrence?
Best answer: C
Explanation: Repeated incidents should drive preventive and detective controls. Policy guardrails, alerts, and controlled automation reduce recurrence more reliably than reminders alone.
Topic: ransomware response
An application volume shows signs of ransomware encryption. What is the best recovery principle?
Best answer: A
Explanation: Recovery should use trusted sources after containment and analysis. Restoring without understanding root cause risks reinfection or incomplete remediation.
Topic: alert triage
Security Hub shows multiple findings across IAM, S3, and EC2. What is the best triage approach?
Best answer: D
Explanation: Incident triage should combine technical severity with business and exposure context. Critical assets and externally exploitable paths usually deserve earlier attention.
Topic: root account protection
CloudTrail shows use of the AWS account root user from an unfamiliar location. What should the team do?
Best answer: A
Explanation: Unfamiliar root usage is high risk. The response should secure the root identity, review activity, rotate or remove credentials, and confirm account recovery settings.
Topic: post-incident review
After containment and recovery, what should the team do next?
Best answer: A
Explanation: Post-incident review turns an incident into better controls, runbooks, detections, and training. It should be blameless, specific, and action-oriented.
Topic: communication
An incident may involve customer data, but the scope is not confirmed. What is the best communication posture?
Best answer: C
Explanation: Sensitive incidents need controlled, accurate communication. Legal, compliance, and leadership channels help avoid overstatement, understatement, and accidental disclosure.
Topic: runbook readiness
Which runbook detail is most useful during a live AWS incident?
Best answer: A
Explanation: Runbooks should help responders make time-sensitive decisions. Owner assignments, severity criteria, containment actions, evidence steps, and communication paths reduce confusion.