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 351:

    You have several S3 buckets defined in your AWS account. You need to give access to external AWS accounts to these S3 buckets. Which of the following can allow you to define the permissions for the external accounts? Choose 2 answers from the options given below

    Please select:

    A. IAM policies
    B. Buckets ACL's
    C. IAM users
    D. Bucket policies

  • Question 352:

    A company needs a cloud-based, managed desktop solution for its workforce of remote employees. The company wants to ensure that the employees can access the desktops only by using company-provided devices. A security engineer must design a solution that will minimize cost and management overhead.

    Which solution will meet these requirements?

    A. Deploy a custom virtual desktop infrastructure (VDI) solution with a restriction policy to allow access only from corporate devices.
    B. Deploy a fleet of Amazon EC2 instances. Assign an instance to each employee with certificate-based device authentication that uses Windows Active Directory.
    C. Deploy Amazon WorkSpaces. Set up a trusted device policy with IP blocking on the authentication gateway by using AWS Identity and Access Management (IAM).
    D. Deploy Amazon WorkSpaces. Create client certificates, and deploy them to trusted devices. Enable restricted access at the directory level.

  • Question 353:

    You have a set of Keys defined using the AWS KMS service. You want to stop using a couple of keys , but are not sure of which services are currently using the keys. Which of the following would be a safe option to stop using the keys from further usage.

    Please select:

    A. Delete the keys since anyway there is a 7 day waiting period before deletion
    B. Disable the keys
    C. Set an alias for the key
    D. Change the key material for the key

  • Question 354:

    The Security Engineer created a new AWS Key Management Service (AWS KMS) key with the following key policy:

    What are the effects of the key policy? (Choose two.)

    A. The policy allows access for the AWS account 111122223333 to manage key access though IAM policies.
    B. The policy allows all IAM users in account 111122223333 to have full access to the KMS key.
    C. The policy allows the root user in account 111122223333 to have full access to the KMS key.
    D. The policy allows the KMS service-linked role in account 111122223333 to have full access to the KMS key.
    E. The policy allows all IAM roles in account 111122223333 to have full access to the KMS key.

  • Question 355:

    A company hosts critical data in an S3 bucket. Even though they have assigned the appropriate permissions to the bucket, they are still worried about data deletion. What measures can be taken to restrict the risk of data deletion on the bucket. Choose 2 answers from the options given below Please select:

    A. Enable versioning on the S3 bucket
    B. Enable data at rest for the objects in the bucket
    C. Enable MFA Delete in the bucket policy
    D. Enable data in transit for the objects in the bucket

  • Question 356:

    A company is developing a highly resilient application to be hosted on multiple Amazon EC2 instances . The application will store highly sensitive user data in Amazon RDS tables

    The application must

    1.

    Include migration to a different AWS Region in the application disaster recovery plan.

    2.

    Provide a full audit trail of encryption key administration events

    3.

    Allow only company administrators to administer keys.

    4.

    Protect data at rest using application layer encryption

    A Security Engineer is evaluating options for encryption key management

    Why should the Security Engineer choose AWS CloudHSM over AWS KMS for encryption key management in this situation?

    A. The key administration event logging generated by CloudHSM is significantly more extensive than AWS KMS.
    B. CloudHSM ensures that only company support staff can administer encryption keys, whereas AWS KMS allows AWS staff to administer keys
    C. The ciphertext produced by CloudHSM provides more robust protection against brute force decryption attacks than the ciphertext produced by AWS KMS
    D. CloudHSM provides the ability to copy keys to a different Region, whereas AWS KMS does not

  • Question 357:

    A company is configuring three Amazon EC2 instances with each instance in a separate Availability Zone. The EC2 instances wilt be used as transparent proxies for outbound internet traffic for ports 80 and 443 so the proxies can block traffic to certain internet destinations as required by the company's security policies. A Security Engineer completed the following:

    1.

    Set up the proxy software on the EC2 instances.

    2.

    Modified the route tables on the private subnets to use the proxy EC2 instances as the default route.

    3.

    Created a security group rule opening inbound port 80 and 443 TCP protocols on the proxy EC2 instance security group.

    However, the proxy EC2 instances are not successfully forwarding traffic to the internet.

    What should the Security Engineer do to make the proxy EC2 instances route traffic to the internet?

    A. Put all the proxy EC2 instances in a cluster placement group.
    B. Disable source and destination checks on the proxy EC2 instances.
    C. Open all inbound ports on the proxy EC2 instance security group.
    D. Change the VPC's DHCP domain-name-servers options set to the IP addresses of proxy EC2 instances.

  • Question 358:

    A development team is attempting to encrypt and decode a secure string parameter from the IAM Systems Manager Parameter Store using an IAM Key Management Service (IAM KMS) CMK. However, each attempt results in an error message being sent to the development team.

    Which CMK-related problems possibly account for the error? (Select two.)

    A. The CMK is used in the attempt does not exist.
    B. The CMK is used in the attempt needs to be rotated.
    C. The CMK is used in the attempt is using the CMKTMs key ID instead of the CMK ARN.
    D. The CMK is used in the attempt is not enabled.
    E. The CMK is used in the attempt is using an alias.

  • Question 359:

    A public subnet contains two Amazon EC2 instances. The subnet has a custom network ACL. A security engineer is designing a solution to improve the subnet security.

    The solution must allow outbound traffic to an internet service that uses TLS through port 443. The solution also must deny inbound traffic that is destined for MySQL port 3306.

    Which network ACL rule set meets these requirements?

    A. Use inbound rule 100 to allow traffic on TCP port 443. Use inbound rule 200 to deny traffic on TCP port 3306. Use outbound rule 100 to allow traffic on TCP port 443.
    B. Use inbound rule 100 to deny traffic on TCP port 3306. Use inbound rule 200 to allow traffic on TCP port range 1024-65535. Use outbound rule 100 to allow traffic on TCP port 443.
    C. Use inbound rule 100 to allow traffic on TCP port range 1024-65535. Use inbound rule 200 to deny traffic on TCP port 3306. Use outbound rule 100 to allow traffic on TCP port 443.
    D. Use inbound rule 100 to deny traffic on TCP port 3306. Use inbound rule 200 to allow traffic on TCP port 443. Use outbound rule 100 to allow traffic on TCP port 443.

  • Question 360:

    A company deployed an Amazon EC2 instance to a VPC on AWS. A recent alert indicates that the EC2 instance is receiving a suspicious number of requests over an open TCP port from an external source. The TCP port remains open for

    long periods of time.

    The company's security team needs to stop all activity to this port from the external source to ensure that the EC2 instance is not being compromised. The application must remain available to other users.

    Which solution will meet these requirements?

    A. Update the network ACL that is attached to the subnet that is associated with the EC2 instance. Add a Deny statement for the port and the source IP addresses.
    B. Update the elastic network interface security group that is attached to the EC2 instance to remove the port from the inbound rule list.
    C. Update the elastic network interface security group that is attached to the EC2 instance by adding a Deny entry in the inbound list for the port and the source IP addresses.
    D. Create a new network ACL for the subnet. Deny all traffic from the EC2 instance to prevent data from being removed.

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.