Free Exam Questions Practice & Download

Latest & Trending: Claude CCAR-F, DP-750, AZ-900, AI-901, AZ-104, AI-102, AI-103, AI-300, SAA-C03, AWS AIP-C01, Cybersecurity - CC
🌟 Latest Practice Q&A
🌟 Verified by Experts
🌟 Trusted by Professionals

AWS : SCS-C02

⭐⭐⭐⭐⭐ 2743 Satisfied Users

Jul 27,2026
Last Updated

307 Total Question

AWS Certified Security – Specialty (SCS-C02)
Regular Updated Actual Material | Pass with confidence

  • 24/7 Customer Support
  • 90 Days Free Updates
  • 59,000+ Satisfied Customers
  • Instant Download under Premium
98% Pass Rate 👑 Upgrade to Premium
Trusted By Millions of Certified Professionals 🎓 — now it's YOUR turn!
Latest Exam Pattern • Real Exam Questions • Verified Answers Practice with actual exam-like questions and boost your confidence!
Upgrade to Premium
Unlock Full PDF Access
  • Actual Exam Q&A (307)
  • Instant Access to Full PDF Download
  • Printable format/Offline Study
  • Regularly Updated
  • 90 Days Free Updates
  • 24/7 Customer Support
  • Compatibility:

    🌐 🖥️ 📱 Compatible with all Devices
Bundle DISCOUNT OFFER
Extra 50% OFF (FULL PDF + TEST PRACTICE)
Get Full PDF + Test Practice
  • Save up to 50% with Bundle Package
  • 80% choose PDF+ Online Practice Togethor
  • Printable/PDF + Unlimited Mock Test to Ensure best practice
  • 90 Days Free Updates
  • 24/7 Customer Support
  • Compatibility:
    🌐 🖥️ 📱 All Browsers and Devices

About SCS-C02 Exam


Prepare for AWS Certified Security – Specialty and validate your advanced expertise in securing workloads, applications, and data on the AWS Cloud. Designed for security engineers and cloud professionals, this certification emphasizes deep technical knowledge and real-world decision-making skills across identity, detection, infrastructure protection, and incident response.
Recommend you to use our AWS Security Specialty actual test practice material latest version to ensure best practices and first attempt pass guaranteed!
— Exam Topics
Incident Response (12%)
Logging & Monitoring (20%)
Infrastructure Security (26%)
Identity & Access Management (20%)
Data Protection (22%)
AWS Certified Security – Specialty Exam Format
— SCS-C02 Exam Format:
Exam code – SCS-C02
Exam type – Proctored (online or testing center)
Exam duration – 170 minutes
Exam length – 65 questions (multiple-choice & multiple-response)
Passing score – 750/1000
Delivery languages – English, Japanese, Korean, Chinese (Simplified)
Additional study materials – Free AWS Security Learning Path (Ask Clearcatnet for Premium Access learning path link)
Exam Level – Specialty
Role – Security Engineer / Cloud Security Specialist / Compliance Analyst
Renewal Frequency – 3 years

📘 Free SCS-C02 Sample Questions

Question No. 1
SCS-C02 Exam Question
The Security team believes that a former employee may have gained unauthorized access to AWS resources sometime in the past 3 months by using an identified access key.
What approach would enable the Security team to find out what the former employee may have done within AWS?
A Use the AWS CloudTrail console to search for user activity.
B Use the Amazon CloudWatch Logs console to filter CloudTrail data by user.
C Use AWS Config to see what actions were taken by the user.
D Use Amazon Athena to query CloudTrail logs stored in Amazon S3.
Correct Answer: A. Use the AWS CloudTrail console to search for user activity.
Explanation: Use the AWS CloudTrail event history to identify AWS API activity in the last 90 days for your IAM access key. Reference:
https://aws.amazon.com/premiumsupport/knowledge-center/cloudtrail-search-for-activity/
Question No. 2
SCS-C02 Exam Question
A company is storing data in Amazon S3 Glacier. The security engineer implemented a new vault lock policy for 10TB of data and called initiate-vault-lock operation 12 hours ago. The audit team identified a typo in the policy that is allowing unintended access to the vault.
What is the MOST cost-effective way to correct this?
A Call the abort-vault-lock operation. Update the policy. Call the initiate-vault-lock operation again.
B Copy the vault data to a new S3 bucket. Delete the vault. Create a new vault with the data.
C Update the policy to keep the vault lock in place.
D Update the policy. Call initiate-vault-lock operation again to apply the new policy.
Correct Answer: A. Call the abort-vault-lock operation. Update the policy. Call the initiate-vault-lock operation again.
Explanation: Initiate the lock by attaching a vault lock policy to your vault, which sets the lock to an in-progress state and returns a lock ID. While in the in-progress state, you have 24 hours to validate your vault lock policy before the lock ID expires.
Use the lock ID to complete the lock process. If the vault lock policy doesn't work as expected, you can abort the lock and restart from the beginning. For information on how to use the S3 Glacier API to lock a vault, see Locking a Vault by Using the Amazon S3 Glacier API.
Reference:

https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
Question No. 3
SCS-C02 Exam Question
A company wants to control access to its AWS resources by using identities and groups that are defined in its existing Microsoft Active Directory.
What must the company create in its AWS account to map permissions for AWS services to Active Directory user attributes?
A AWS IAM groups
B AWS IAM users
C AWS IAM roles
D AWS IAM access keys
Correct Answer: C. AWS IAM roles
Explanation: Prerequisites to establish Federation Services in AWS

- You have a working AD directory and AD FS server.

- You have created an identity provider (IdP) in your AWS account using your XML file from your AD FS server. Remember the name of your IdP because you will use it later in this solution.
-You have created the appropriate IAM roles in your AWS account, which will be used for federated access. Reference:
https://aws.amazon.com/blogs/security/how-to-connect-your-on-premises-active-directory-to-aws-using-ad-
connector/
Question No. 4
SCS-C02 Exam Question
A company has contracted with a third party to audit several AWS accounts. To enable the audit, cross-account IAM roles have been created in each account targeted for audit. The Auditor is having trouble accessing some of the accounts.
Which of the following may be causing this problem?
A The external ID used by the Auditor is missing or incorrect.
B The Auditor is using the incorrect password.
C The Auditor has not been granted sts:AssumeRole for the role in the destination account.
D The Amazon EC2 role used by the Auditor must be set to the destination account role.
E The secret key used by the Auditor is missing or incorrect.
F The role ARN used by the Auditor is missing or incorrect.
Correct Answer: A. The external ID used by the Auditor is missing or incorrect.
Explanation: Using IAM to grant access to a Third-Party Account

1) Create a role to provide access to the require resources

1.1) Create a role policy that specifies the AWS Account ID to be accessed, "sts:AssumeRole" as action, and "sts:ExternalID" as condition
1.2) Create a role using the role policy just created

1.3) Assign a resouce policy to the role. This will provide permission to access resource ARNs to the auditor
2) Repeat steps 1 and 2 on all AWS accounts

3) The auditor connects to the AWS account AWS Security Token Service (STS). The auditor must provide its ExternalID from step 1.2, the ARN of the role he is trying to assume from step 1.3, sts:ExternalID
4) STS provide the auditor with temporary credentials that provides the role access from step 1 Reference:
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html

https://aws.amazon.com/blogs/security/how-to-audit-cross-account-roles-using-aws-cloudtrail-and-amazon- cloudwatch-events/
Question No. 5
SCS-C02 Exam Question
Compliance requirements state that all communications between company on-premises hosts and EC2 instances be encrypted in transit. Hosts use custom proprietary protocols for their communication, and EC2 instances need to be fronted by a load balancer for increased availability.
Which of the following solutions will meet these requirements?
A Offload SSL termination onto an SSL listener on a Classic Load Balancer, and use a TCP connection between the load balancer and the EC2 instances.
B Route all traffic through a TCP listener on a Classic Load Balancer, and terminate the TLS connection on the EC2 instances.
C Create an HTTPS listener using an Application Load Balancer, and route all of the communication through that load balancer.
D Offload SSL termination onto an SSL listener using an Application Load Balancer, and re-spawn and SSL connection between the load balancer and the EC2 instances.
Correct Answer: B. Route all traffic through a TCP listener on a Classic Load Balancer, and terminate the TLS connection on the EC2 instances.
Explanation: B is correct , first it mentioned custom protocols and ALBs only support HTTP & HTTPS listeners, CLBs support TCP,SSL/TLS,HTTP & HTTPS listeners . Second , it says encryption in transit between hosts and EC2 which means end-end encryption and not terminating or off-loading the session on the laod balancer , so only answer that terminates Session on EC2 is B.
Question No. 6
SCS-C02 Exam Question
An application is currently secured using network access control lists and security groups. Web servers are located in public subnets behind an Application Load
Balancer (ALB); application servers are located in private subnets.
How can edge security be enhanced to safeguard the Amazon EC2 instances against attack?
A Configure the application's EC2 instances to use NAT gateways for all inbound traffic.
B Move the web servers to private subnets without public IP addresses.
C Configure AWS WAF to provide DDoS attack protection for the ALB.
D Require all inbound network traffic to route through a bastion host in the private subnet.
E Require all inbound and outbound network traffic to route through an AWS Direct Connect connection.
Correct Answer: B. Move the web servers to private subnets without public IP addresses.
Explanation: B. Move the web servers to private subnets without public IP addresses.

C. Configure AWS WAF to provide DDoS attack protection for the ALB. Reference:
https://d1.awsstatic.com/architecture-diagrams/ArchitectureDiagrams/web-application-architecture-on-aws- ra.pdf?did=wp_card&trk=wp_card
Question No. 7
SCS-C02 Exam Question
A Security Administrator is restricting the capabilities of company root user accounts. The company uses AWS Organizations and has enabled it for all feature sets, including consolidated billing. The top-level account is used for billing and administrative purposes, not for operational AWS resource purposes.
How can the Administrator restrict usage of member root user accounts across the organization?
A Disable the use of the root user account at the organizational root. Enable multi-factor authentication of the root user account for each organizational member account.
B Configure IAM user policies to restrict root account capabilities for each Organizations member account.
C Create an organizational unit (OU) in Organizations with a service control policy that controls usage of the root user. Add all operational accounts to the new OU.
D Configure AWS CloudTrail to integrate with Amazon CloudWatch Logs and then create a metric filter for RootAccountUsage.
Correct Answer: C. Create an organizational unit (OU) in Organizations with a service control policy that controls usage of the root user. Add all operational accounts to the new OU.
Explanation: A is incorrect. organization root includes every user/group account in every account

B is incorrect. Correct, may be a Identity-based policy applied to the root user on each account D is incorrect. This will not modify user's access or permission
Applying a "Control Policy" in your organization. A policy applied to:

1) root applies to all accounts in the organization

2) OU applies to all accounts in the OU and to any child OUs

3) account applies to one account only Note- this requires that
Acquirements:

-all features are enabled for the organization in AWS Organizations

-Only service control policy (SCP) are supported Reference:
https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_about-scps.html
Question No. 8
SCS-C02 Exam Question
A Systems Engineer has been tasked with configuring outbound mail through Simple Email Service (SES) and requires compliance with current TLS standards.
The mail application should be configured to connect to which of the following endpoints and corresponding ports?
A email.us-east-1.amazonaws.com over port 8080
B email-pop3.us-east-1.amazonaws.com over port 995
C email-smtp.us-east-1.amazonaws.com over port 587
D email-imap.us-east-1.amazonaws.com over port 993
Correct Answer: C. email-smtp.us-east-1.amazonaws.com over port 587
Explanation: mechanisms for establishing a TLS-encrypted connection:

- STARTTLS:

Client starts an unencrypted connection to the SMTP server on ports 25, 587, 2587 After connection, the client starts TLS negotiation
- TLS Wrapper:

Client start an encrypted connection with the SMTP server on ports 465, 2465 Reference:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html
Question No. 9
SCS-C02 Exam Question
A threat assessment has identified a risk whereby an internal employee could exfiltrate sensitive data from production host running inside AWS (Account 1). The threat was documented as follows:
Threat description: A malicious actor could upload sensitive data from Server X by configuring credentials for an AWS account (Account 2) they control and uploading data to an Amazon S3 bucket within their control.
Server X has outbound internet access configured via a proxy server. Legitimate access to S3 is required so that the application can upload encrypted files to an
S3 bucket. Server X is currently using an IAM instance role. The proxy server is not able to inspect any of the server communication due to TLS encryption.
Which of the following options will mitigate the threat?
A Bypass the proxy and use an S3 VPC endpoint with a policy that whitelists only certain S3 buckets within Account 1.
B Block outbound access to public S3 endpoints on the proxy server.
C Configure Network ACLs on Server X to deny access to S3 endpoints.
D Modify the S3 bucket policy for the legitimate bucket to allow access only from the public IP addresses associated with the application server.
E Remove the IAM instance role from the application server and save API access keys in a trusted and encrypted application config file.
Correct Answer: A. Bypass the proxy and use an S3 VPC endpoint with a policy that whitelists only certain S3 buckets within Account 1.
Explanation: You can not block vpc endpoint at security group, but can use cli to find vpc endpoint IP range and block that IPs in proxy configuration.

C could work but you don't want block vpc endpoint at subnet because it affects all instance in that subnet. https://aws.amazon.com/premiumsupport/knowledge-center/connect-s3-vpc-endpoint/
Question No. 10
SCS-C02 Exam Question
A company will store sensitive documents in three Amazon S3 buckets based on a data classification scheme of
`Sensitive,` `Confidential,` and `Restricted.` The security solution must meet all of the following requirements:
✑ Each object must be encrypted using a unique key.
✑ Items that are stored in the `Restricted` bucket require two-factor authentication for decryption.
✑ AWS KMS must automatically rotate encryption keys annually. Which of the following meets these requirements?
A Create a Customer Master Key (CMK) for each data classification type, and enable the rotation of it annually. For the Restricted CMK, define the MFA policy within the key policy. Use S3 SSE-KMS to encrypt the objects.
B Create a CMK grant for each data classification type with EnableKeyRotation and MultiFactorAuthPresent set to true. S3 can then use the grants to encrypt each object with a unique CMK.
C Create a CMK for each data classification type, and within the CMK policy, enable rotation of it annually, and define the MFA policy. S3 can then create DEK grants to uniquely encrypt each object within the S3 bucket.
D Create a CMK with unique imported key material for each data classification type, and rotate them annually. For the Restricted key material, define the MFA policy in the key policy. Use S3 SSE-KMS to encrypt the objects.
Correct Answer: A. Create a Customer Master Key (CMK) for each data classification type, and enable the rotation of it annually. For the Restricted CMK, define the MFA policy within the key policy. Use S3 SSE-KMS to encrypt the objects.
Explanation: Just to answer those questions around "each object with a unique key"

Keep in mind that S3 applies envelop encryption, meaning that each object is NOT encrypted by your CMK directly. Instead each object is encrypted with a unique data key which is generated and also encrypted from your CMK
Questions: 1-10 out of 307 Continue Full Practice.. GET ALL 307 QUESTIONS
SCS-C02 Exam FAQ

Q1: What is SCS-C02 exam questions, duration and passing score?

Level: Specialty | Duration: 170 minutes | Questions: 65 | Passing Score: 750/1000
Role: Security Engineer / Architect
Key Topics: : Threat detection, IAM, infrastructure protection, data protection, incident response

Q2: What is the format of the AWS SCS-C02 Security Specialty certification exam?

The SCS-C02 certification exam is 170 minutes long with 65 questions and a passing score of 750 out of 1000. It covers AWS threat detection with GuardDuty and Security Hub, IAM policy design, network security controls, data encryption with KMS, and security incident response automation. The specialty-level proctored exam features scenario-based questions requiring deep AWS security architecture and operations experience.

Q3: How difficult is the AWS SCS-C02 Security Specialty exam?

The SCS-C02 is a technically demanding specialty-level certification exam requiring comprehensive AWS security knowledge across identity, infrastructure, data, and incident response domains. Candidates should understand IAM policy evaluation logic, GuardDuty finding remediation, and KMS key policies. Security engineers without hands-on AWS security configuration experience should plan substantial structured exam preparation time before attempting this certification.

Q4: What is the best SCS-C02 exam preparation strategy?

SCS-C02 exam preparation should involve configuring AWS Organizations SCPs, writing complex IAM policies, enabling GuardDuty and Security Hub, implementing KMS key management, and designing VPC security controls in a real AWS account. AWS Skill Builder security specialty paths are core study resources. Practice questions simulating security incident remediation and IAM policy evaluation scenarios are essential for this certification exam.

Q5: Why are practice questions critical for the SCS-C02 certification exam?

SCS-C02 practice questions present complex IAM policy logic puzzles, KMS key grant scenarios, and multi-account security governance decisions that the actual specialty certification exam evaluates. They train security reasoning rather than AWS service recall. Regular practice with scenario-based security questions builds the precise IAM and encryption policy understanding needed to answer correctly under time pressure in this proctored exam.

Q6: What study resources are recommended for SCS-C02 exam preparation?

Top SCS-C02 study resources include AWS Skill Builder Security Specialty learning paths, the AWS Security documentation portal, IAM policy evaluation deep-dive guides, and AWS Security Blog posts. Supplement with updated SCS-C02 practice questions from ClearCatNet. A working AWS SAA-C03 certification and practical AWS security engineering experience are strongly recommended foundations for this specialty certification exam preparation.

➡️ Under Premium Access, You will get:

3 Month FREE Access to our full Q&A PDF, Online Practice or both
Ensure success on your first attempt - Our top priority.
24/7 Service assurance at your satisfaction level

CLEARCATNET trusted by millions of Certified users with 98%  Pass RateBE NEXT YOU and GET CERTIFIED WITH EASE.

Popular Search:
AWS AIF-C01 exam questions answers , AWS CLF-C02 exam questions answers , AZ-900 Exam Questions Free , CIS-DF Exam Questions Free AWS SAA-C03 exam questions AZ-104 exam questions DP-900 exam questions

ClearCatNet provides original practice questions developed by certified professionals, aligned to official exam objectives. Our materials are designed to build genuine knowledge and test readiness — not to reproduce proprietary exam content."