SCS-C01 Exam Details

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

Amazon SCS-C01 Online Questions & Answers

  • Question 101:

    A company has several Customer Master Keys (CMK), some of which have imported key material. Each CMK must be

    rotated annually.

    What two methods can the security team use to rotate each key? Select 2 answers from the options given below

    Please select:

    A. Enable automatic key rotation for a CMK
    B. Import new key material to an existing CMK
    C. Use the CLI or console to explicitly rotate an existing CMK
    D. Import new key material to a new CMK; Point the key alias to the new CMK.
    E. Delete an existing CMK and a new default CMK will be created.

  • Question 102:

    While securing the connection between a company's VPC and its on-premises data center, a Security Engineer sent a ping command from an on-premises host (IP address 203.0.113.12) to an Amazon EC2 instance (IP address 172.31.16.139). The ping command did not return a response. The flow log in the VPC showed the following:

    2 123456789010 eni-1235b8ca 203.0.113.12 172.31.16.139 0 0 1 4 336 1432917027 1432917142 ACCEPT OK 2 123456789010 eni-1235b8ca 172.31.16.139 203.0.113.12 0 0 1 4 336 1432917094 1432917142 REJECT OK

    What action should be performed to allow the ping to work?

    A. In the security group of the EC2 instance, allow inbound ICMP traffic.
    B. In the security group of the EC2 instance, allow outbound ICMP traffic.
    C. In the VPC's NACL, allow inbound ICMP traffic.
    D. In the VPC's NACL, allow outbound ICMP traffic.

  • Question 103:

    A company hosts its public website on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances are in an EC2 Auto Scaling group across multiple Availability Zones. The website is under a DDoS attack by a specific loT device brand that is visible in the user agent A security engineer needs to mitigate the attack without impacting the availability of the public website.

    What should the security engineer do to accomplish this?

    A. Configure a web ACL rule for AWS WAF to block requests with a string match condition for the user agent of the loT device. Associate the v/eb ACL with the ALB.
    B. Configure an Amazon CloudFront distribution to use the ALB as an origin. Configure a web ACL rule for AWS WAF to block requests with a string match condition for the user agent of the loT device. Associate the web ACL with the ALB Change the public DNS entry of the website to point to the CloudFront distribution.
    C. Configure an Amazon CloudFront distribution to use a new ALB as an origin. Configure a web ACL rule for AWS WAF to block requests with a string match condition for the user agent of the loT device. Change the ALB security group to alow access from CloudFront IP address ranges only Change the public DNS entry of the website to point to the CloudFront distribution.
    D. Activate AWS Shield Advanced to enable DDoS protection. Apply an AWS WAF ACL to the ALB. and configure a listener rule on the ALB to block loT devices based on the user agent.

  • Question 104:

    A distributed web application is installed across several EC2 instances in public subnets residing in two Availability Zones. Apache logs show several intermittent brute-force attacks from hundreds of IP addresses at the layer 7 level over the past six months.

    What would be the BEST way to reduce the potential impact of these attacks in the future?

    A. Use custom route tables to prevent malicious traffic from routing to the instances.
    B. Update security groups to deny traffic from the originating source IP addresses.
    C. Use network ACLs.
    D. Install intrusion prevention software (IPS) on each instance.

  • Question 105:

    Developers in an organization have moved from a standard application deployment to containers. The Security Engineer is tasked with ensuring that the containers are secure. Which strategies will reduce the attack surface and enhance the security of the containers? (Select TWO.)

    A. Use the containers to automate security deployments.
    B. Limit resource consumption (CPU, memory), networking connections, ports, and unnecessary container libraries.
    C. Segregate containers by host, function, and data classification.
    D. Use Docker Notary framework to sign task definitions.
    E. Enable container breakout at the host kernel.

  • Question 106:

    A pharmaceutical company has digitized versions of historical prescriptions stored on premises. The company would like to move these prescriptions to AWS and perform analytics on the data in them. Any operation with this data requires that the data be encrypted in transit and at rest.

    Which application flow would meet the data protection requirements on AWS?

    A. Digitized files -> Amazon Kinesis Data Analytics
    B. Digitized files -> Amazon Kinesis Data Firehose -> Amazon S3 -> Amazon Athena
    C. Digitized files -> Amazon Kinesis Data Streams -> Kinesis Client Library consumer -> Amazon S3 -> Athena
    D. Digitized files -> Amazon Kinesis Data Firehose -> Amazon Elasticsearch

  • Question 107:

    A company recently had a security audit in which the auditors identified multiple potential threats. These potential threats can cause usage pattern changes such as DNS access peak, abnormal instance traffic, abnormal network interface traffic, and unusual Amazon S3 API calls. The threats can come from different sources and can occur at any time. The company needs to implement a solution to continuously monitor its system and identify all these incoming threats in near-real time.

    Which solution will meet these requirements?

    A. Enable AWS CloudTrail logs, VPC flow logs, and DNS logs. Use Amazon CloudWatch Logs to manage these logs from a centralized account.
    B. Enable AWS CloudTrail logs, VPC flow logs, and DNS logs. Use Amazon Macie to monitor these logs from a centralized account.
    C. Enable Amazon GuardDuty from a centralized account. Use GuardDuty to manage AWS CloudTrail logs, VPC flow logs, and DNS logs.
    D. Enable Amazon Inspector from a centralized account. Use Amazon Inspector to manage AWS CloudTrail logs, VPC flow logs, and DNS logs.

  • Question 108:

    Your company has many AWS accounts defined and all are managed via AWS Organizations. One AWS account has a S3 bucket that has critical data. How can we ensure that all the users in the AWS organisation have access to this bucket?

    Please select:

    A. Ensure the bucket policy has a condition which involves aws:PrincipalOrglD
    B. Ensure the bucket policy has a condition which involves aws:AccountNumber
    C. Ensure the bucket policy has a condition which involves aws:PrincipaliD
    D. Ensure the bucket policy has a condition which involves aws:OrglD

  • Question 109:

    A security team is responsible for reviewing AWS API call activity in the cloud environment for security violations. These events must be recorded and retained in a centralized location for both current and future AWS regions. What is the SIMPLEST way to meet these requirements?

    A. Enable AWS Trusted Advisor security checks in the AWS Console, and report all security incidents for all regions.
    B. Enable AWS CloudTrail by creating individual trails for each region, and specify a single Amazon S3 bucket to receive log files for later analysis.
    C. Enable AWS CloudTrail by creating a new trail and applying the trail to all regions.Specify a single Amazon S3 bucket as the storage location.
    D. Enable Amazon CloudWatch logging for all AWS services across all regions, and aggregate them to a single Amazon S3 bucket for later analysis.

  • Question 110:

    A security team is developing an application on an Amazon EC2 instance to get objects from an Amazon S3 bucket. All objects in the S3 bucket are encrypted with an AWS Key Management Service (AWS KMS) CMK. All network traffic for

    requests that are made within the VPC is restricted to the AWS infrastructure. This traffic does not traverse the public internet.

    The security team is unable to get objects from the S3 bucket.

    Which factors could cause this issue? (Choose three.)

    A. The IAM instance profile that is attached to the EC2 instance does not allow the s3:ListBucket action to the S3 bucket in the AWS accounts.
    B. The IAM instance profile that is attached to the EC2 instance does not allow the s3:ListParts action to the S3 bucket in the AWS accounts.
    C. The KMS key policy that encrypts the object in the S3 bucket does not allow the kms:ListKeys action to the EC2 instance profile ARN.
    D. The KMS key policy that encrypts the object in the S3 bucket does not allow the kms:Decrypt action to the EC2 instance profile ARN.
    E. The security group that is attached to the EC2 instance is missing an outbound rule to the S3 managed prefix list over port 443.
    F. The security group that is attached to the EC2 instance is missing an inbound rule from the S3 managed prefix list over port 443.

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-C01 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.