The answer is to enable cloud control-plane audit logging, such as AWS CloudTrail or the equivalent in Azure or GCP. This is correct because control-plane audit logging captures all management-plane API calls—like IAM role attachments, security group rule changes, and bucket policy modifications—exactly as shown in the exhibit, creating a tamper-proof audit trail for configuration changes across cloud resources. On the Security+ SY0-701 exam, this tests your understanding of logging and monitoring in cloud environments, often appearing in scenario-based questions where you must distinguish between control-plane and data-plane logging. A common trap is confusing data-plane logs (which track user access to objects like files or S3 objects) with control-plane logs; remember that control-plane logs track who changed the infrastructure itself. For a quick memory tip, think “Control = Configuration changes,” and recall that CloudTrail is the go-to for AWS management actions.
SY0-701 Security Architecture Practice Question
This SY0-701 practice question tests your understanding of security architecture. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
2026-04-25 09:14:03 iam:AttachRolePolicy user=alice
2026-04-25 09:15:10 ec2:AuthorizeSecurityGroupIngress user=alice
2026-04-25 09:16:22 s3:PutBucketPolicy user=alice
Requirement:
Security wants to track management-plane API calls and configuration changes across cloud resources.
Based on the exhibit, which logging capability should be enabled first to create an audit trail for cloud administration changes?
2026-04-25 09:14:03 iam:AttachRolePolicy user=alice
2026-04-25 09:15:10 ec2:AuthorizeSecurityGroupIngress user=alice
2026-04-25 09:16:22 s3:PutBucketPolicy user=alice
Requirement:
Security wants to track management-plane API calls and configuration changes across cloud resources.
A
Enable cloud control-plane audit logging such as CloudTrail or the provider equivalent.
This is the best choice because the exhibit shows API-level changes to identity, networking, and storage policies. Control-plane audit logging records who made those changes, what action was taken, and when it occurred. That creates the most useful evidence for investigations, change tracking, and compliance in a cloud environment.
B
Install a rootkit detector on each workload and ignore management-plane activity.
Why wrong: Host-based rootkit detection can help on individual instances, but it does not provide a complete record of cloud configuration changes. The exhibit is specifically about administrative API actions, not malware on a single server.
C
Capture only DNS traffic, because it reveals all admin changes indirectly.
Why wrong: DNS logs may provide context, but they do not record policy edits, role changes, or security group modifications. They are far too indirect for the stated requirement.
D
Rely on manual change tickets in a spreadsheet because cloud platforms do not record useful logs.
Why wrong: Manual tickets are useful for process control, but they are not a reliable security log. Cloud platforms do record detailed administrative activity, and that data should be enabled and retained.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Enable cloud control-plane audit logging such as CloudTrail or the provider equivalent.
Option A is correct because cloud control-plane audit logging (e.g., AWS CloudTrail, Azure Monitor, or GCP Cloud Audit Logs) captures all management-plane API calls—such as IAM role attachments, security group rule changes, and bucket policy modifications—as shown in the exhibit. This directly meets the requirement to track configuration changes across cloud resources, providing a tamper-proof audit trail for security and compliance.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✓
Enable cloud control-plane audit logging such as CloudTrail or the provider equivalent.
Why this is correct
This is the best choice because the exhibit shows API-level changes to identity, networking, and storage policies. Control-plane audit logging records who made those changes, what action was taken, and when it occurred. That creates the most useful evidence for investigations, change tracking, and compliance in a cloud environment.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
Install a rootkit detector on each workload and ignore management-plane activity.
Why it's wrong here
Host-based rootkit detection can help on individual instances, but it does not provide a complete record of cloud configuration changes. The exhibit is specifically about administrative API actions, not malware on a single server.
✗
Capture only DNS traffic, because it reveals all admin changes indirectly.
Why it's wrong here
DNS logs may provide context, but they do not record policy edits, role changes, or security group modifications. They are far too indirect for the stated requirement.
✗
Rely on manual change tickets in a spreadsheet because cloud platforms do not record useful logs.
Why it's wrong here
Manual tickets are useful for process control, but they are not a reliable security log. Cloud platforms do record detailed administrative activity, and that data should be enabled and retained.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may confuse data-plane logging (e.g., VPC Flow Logs or DNS logs) with management-plane logging, or assume manual processes are sufficient, when the exhibit clearly shows API-level events that only a control-plane audit service can capture.
Detailed technical explanation
How to think about this question
CloudTrail (or equivalent) records every API call as a JSON event with fields like eventSource, eventName, userIdentity, and requestParameters, enabling forensic reconstruction of changes. Under the hood, these logs are delivered to an S3 bucket or Log Analytics workspace, and they support integrity validation via digest files to detect tampering. In a real-world scenario, an attacker with compromised credentials could modify a security group to open SSH to the internet; without control-plane logging, the change would be invisible, but CloudTrail captures the exact timestamp, source IP, and user who made the call.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A security analyst at a medium-sized enterprise encounters this scenario during an investigation or architecture review. The correct answer reflects best practice for the specific threat or control described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Security exam questions test whether you can match controls to threats in context — not just recall definitions.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this SY0-701 question in full detail.
Security Architecture — This question tests Security Architecture — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Enable cloud control-plane audit logging such as CloudTrail or the provider equivalent. — Option A is correct because cloud control-plane audit logging (e.g., AWS CloudTrail, Azure Monitor, or GCP Cloud Audit Logs) captures all management-plane API calls—such as IAM role attachments, security group rule changes, and bucket policy modifications—as shown in the exhibit. This directly meets the requirement to track configuration changes across cloud resources, providing a tamper-proof audit trail for security and compliance.
What should I do if I get this SY0-701 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.