SCS-C02 Exam Details

  • Exam Code
    :SCS-C02
  • Exam Name
    :AWS Certified Security - Specialty (SCS-C02)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :851 Q&As
  • Last Updated
    :May 29, 2026

Amazon SCS-C02 Online Questions & Answers

  • Question 271:

    A company has an application that is accessed through an Application Load Balancer (ALB).

    The application has run for more than 6 months in production and uses Amazon CloudWatch for metrics.

    A security engineer must implement a solution to detect surges in traffic.

    The solution must notify an existing Amazon Simple Notification Service (Amazon SNS) topic when these surges occur.

    Which solution will meet these requirements?

    A. Enable CloudWatch Anomaly Detection for the appropriate ALB metrics Create alarms based on metric anomaly detection. Configure the alarms to notify the SNS topic when the alarms are in ALARM state.
    B. Implement CloudWatch Contributor Insights Create a Contributor Insights rule that searches for values that are higher than normal for the appropriate metrics for the ALB Configure the rule to notify the SNS topic if the values are detected.
    C. Create an AWS WAF web ACL for the ALB Include a rate-based rule that counts the requests and compares the number to the previous highest number of requests per second Configure the rate-based rule action to target the SNS topic when the rule is matched.
    D. Enable Amazon GuardDuty Create an Amazon EventBridge rule that runs when GuardDuty detects a finding that the ALB has exceeded its normal traffic patterns Configure the SNS topic as the target of the rule.

  • Question 272:

    A company hosts an application on Amazon EC2 that is subject to specific rules for regulatory compliance. One rule states that traffic to and from the workload must be inspected for network-level attacks. This involves inspecting the whole packet.

    To comply with this regulatory rule, a security engineer must install intrusion detection software on a c5n.4xlarge EC2 instance. The engineer must then configure the software to monitor traffic to and from the application instances.

    What should the security engineer do next?

    A. Place the network interface in promiscuous mode to capture the traffic.
    B. Configure VPC Flow Logs to send traffic to the monitoring EC2 instance using a Network Load Balancer.
    C. Configure VPC traffic mirroring to send traffic to the monitoring EC2 instance using a Network Load Balancer.
    D. Use Amazon Inspector to detect network-level attacks and trigger an IAM Lambda function to send the suspicious packets to the EC2 instance.

  • Question 273:

    A company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The application has become the target of a DoS attack. Application logging shows that requests are coming from small number of client IP addresses, but the addresses change regularly.

    The company needs to block the malicious traffic with a solution that requires the least amount of ongoing effort.

    Which solution meets these requirements?

    A. Create an AWS WAF rate-based rule, and attach it to the ALB.
    B. Update the security group that is attached to the ALB to block the attacking IP addresses.
    C. Update the ALB subnet's network ACL to block the attacking client IP addresses.
    D. Create a AWS WAF rate-based rule, and attach it to the security group of the EC2 instances.

  • Question 274:

    A security engineer must Implement monitoring of a company's Amazon Aurora MySQL DB instances. The company wants to receive email notifications when unknown users try to log in to the database endpoint.

    Which solution will meet these requirements with the LEAST operational overhead?

    A. Enable Amazon GuardDuty. Enable the Amazon RDS Protection feature in GuardDuty to detect login attempts by unknown users. Create an Amazon EventBridge rule to filter GuardDuty findings. Send email notifications by using Amazon Simple Notification Service (Amazon SNS).
    B. Enable the server_audit_logglng parameter on the Aurora MySQL DB instances. Use AWS Lambda to periodically scan the delivered log files for login attempts by unknown users. Send email notifications by using Amazon Simple Notification Service (Amazon SNS).
    C. Create an Amazon RDS Custom AMI. Include a third-party security agent in the AMI to detect login attempts by unknown users. Deploy RDS Custom DB instances. Migrate data from the existing installation to the RDS Custom DB instances. Configure email notifications from the third-party agent.
    D. Write a stored procedure to detect login attempts by unknown users. Schedule a recurring job inside the database engine. Configure Aurora MySQL to use Amazon Simple Notification Service (Amazon SNS) to send email notifications.

  • Question 275:

    A company hosts a popular web application that connects to an Amazon RDS MySQL DB instance running in a private VPC subnet that was created with default ACL settings. The IT Security department has a suspicion that a DDos attack is coming from a suspecting IP. How can you protect the subnets from this attack?

    A. Change the Inbound Security Groups to deny access from the suspecting IP
    B. Change the Outbound Security Groups to deny access from the suspecting IP
    C. Change the Inbound NACL to deny access from the suspecting IP
    D. Change the Outbound NACL to deny access from the suspecting IP

  • Question 276:

    You have an Ec2 Instance in a private subnet which needs to access the KMS service.

    Which of the following methods can help fulfil this requirement, keeping security in perspective?

    A. Use a VPC endpoint
    B. Attach an Internet gateway to the subnet
    C. Attach a VPN connection to the VPC
    D. Use VPC Peering

  • Question 277:

    Your company has defined a set of S3 buckets in IAM. They need to monitor the S3 buckets and know the source IP address and the person who make requests to the S3 bucket. How can this be achieved?

    A. Enable VPC flow logs to know the source IP addresses
    B. Monitor the S3 API calls by using Cloudtrail logging
    C. Monitor the S3 API calls by using Cloudwatch logging
    D. Enable IAM Inspector for the S3 bucket

  • Question 278:

    You currently operate a web application In the IAM US-East region. The application runs on an auto-scaled layer of EC2 instances and an RDS Multi-AZ database. Your IT security compliance officer has tasked you to develop a reliable and durable logging solution to track changes made to your EC2.IAM and RDS resources. The solution must ensure the integrity and confidentiality of your log data. Which of these solutions would you recommend?

    A. Create a new CloudTrail trail with one new S3 bucket to store the logs and with the global services option selected. Use IAM roles S3 bucket policies and Mufti Factor Authentication (MFA) Delete on the S3 bucket that stores your logs.
    B. Create a new CloudTrail with one new S3 bucket to store the logs. Configure SNS to send log file delivery notifications to your management system. Use IAM roles and S3 bucket policies on the S3 bucket that stores your logs.
    C. Create a new CloudTrail trail with an existing S3 bucket to store the logs and with the global services option selected. Use S3 ACLsand Multi Factor Authentication (MFA) Delete on the S3 bucket that stores your logs.
    D. Create three new CloudTrail trails with three new S3 buckets to store the logs one for the IAM Management console, one for IAM SDKs and one for command line tools. Use IAM roles and S3 bucket policies on the S3 buckets that store your logs.

  • Question 279:

    Which of the following is not a best practice for carrying out a security audit?

    Please select:

    A. Conduct an audit on a yearly basis
    B. Conduct an audit if application instances have been added to your account
    C. Conduct an audit if you ever suspect that an unauthorized person might have accessed your account
    D. Whenever there are changes in your organization

  • Question 280:

    A company uses an Amazon S3 bucket to store reports Management has mandated that all new objects stored in this bucket must be encrypted at rest using server-side encryption with a client-specified IAM Key Management Service (IAM KMS) CMK owned by the same account as the S3 bucket. The IAM account number is 111122223333, and the bucket name Is report bucket. The company's security specialist must write the S3 bucket policy to ensure the mandate can be Implemented

    Which statement should the security specialist include in the policy?

    A. Option A
    B. Option B
    C. Option C
    D. Option D

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Amazon exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your SCS-C02 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.