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

    A company is using an Amazon CloudFront distribution to deliver content from two origins. One origin is a dynamic application that is hosted on Amazon EC2 instances. The other origin is an Amazon S3 bucket for static assets.

    A security analysis shows that HTTPS responses from the application do not comply with a security requirement to provide an X-Frame-Options HTTP header to prevent frame-related cross-site scripting attacks. A security engineer must ipake the full stack compliant by adding the missing HTTP header to the responses.

    Which solution will meet these requirements?

    A. Create a Lambda@Edge function. Include code to add the X-Frame-Options header to the response. Configure the function to run in response to the CloudFront origin response event.
    B. Create a Lambda@Edge function. Include code to add the X-Frame-Options header to the response. Configure the function to run in response to the CloudFront viewer request event.
    C. Update the CloudFront distribution by adding X-Frame-Options to custom headers in the origin settings.
    D. D. Customize the EC2 hosted application to add the X-Frame-Options header to the responses that are returned to CloudFront.

  • Question 132:

    A company uses AWS Signer with all of the company's AWS Lambda functions. A developer recently stopped working for the company. The company wants to ensure that all the code that the developer wrote can no longer be deployed to the Lambda functions.

    Which solution will meet this requirement?

    A. Revoke all versions of the signing profile assigned to the developer.
    B. Examine the developer's IAM roles. Remove all permissions that grant access to Signer.
    C. Re-encrypt all source code with a new AWS Key Management Service (AWS KMS) key.
    D. Use Amazon CodeGuru to profile all the code that the Lambda functions use.

  • Question 133:

    A company has complex connectivity rules governing ingress, egress, and communications between Amazon EC2 instances. The rules are so complex that they cannot be implemented within the limits of the maximum number of security groups and network access control lists (network ACLs).

    What mechanism will allow the company to implement all required network rules without incurring additional cost?

    A. Configure IAM WAF rules to implement the required rules.
    B. Use the operating system built-in, host-based firewall to implement the required rules.
    C. Use a NAT gateway to control ingress and egress according to the requirements.
    D. Launch an EC2-based firewall product from the IAM Marketplace, and implement the required rules in that product.

  • Question 134:

    You company has mandated that all data in IAM be encrypted at rest. How can you achieve this for EBS volumes? Choose 2 answers from the options given below

    A. Use Windows bit locker for EBS volumes on Windows instances
    B. Use TrueEncrypt for EBS volumes on Linux instances
    C. Use IAM Systems Manager to encrypt the existing EBS volumes
    D. Boot EBS volume can be encrypted during launch without using custom AMI

  • Question 135:

    A company stores signed legal contracts for loans in an Amazon S3 bucket that has versioning enabled. Each contract must be stored until the loan is paid back or for 10 years if the loan is not paid back.

    The company needs a solution that allows only users with special permissions to delete or modify the contracts before the 10 years. Pass. After 10 years, the contracts must be deleted automatically.

    Which solution will meet these requirements'?

    A. Configure S3 Object Lock on the bucket with a retention penod of 10 years Specify governance mode as the retention mode. Create an S3 Lifecycle policy that will expire objects after 10 years.
    B. Configure S3 Object Lock on the bucket with a retention period of 10 years Specify compliance mode as the retention mode. Create an S3 Lifecycle policy that will expire objects after 10 years.
    C. Configure S3 Object Lock on the bucket with a retention penod of 10 years Place a legal hold on the objects. Create an S3 Lifecycle policy that will remove versionmg for the objects and expire objects after 10 years.
    D. Configure S3 Object Lock on the bucket Specify compliance mode as the retention mode Place a legal hold on the objects. Create an S3 Lifecycle policy that will expire the objects after 10 years.

  • Question 136:

    A company has AWS accounts in an organization in AWS Organizations.

    The company has enabled Amazon GuardDuty in its production, support, and test accounts.

    The company runs important workloads in the production account and centrally stores logs in an Amazon S3 bucket in the support account.

    A security engineer must implement a solution to elevate security findings for the production account and the S3 bucket.

    The solution must automatically elevate findings of HIGH severity to CRITICAL severity.

    Which solution will meet these requirements?

    A. Enable AWS Security Hub for all accounts. In the Security Hub administrator account, enable the GuardDuty integration. Create automation rules to elevate findings for the production account and the S3 bucket.
    B. Enable AWS Security Hub for all accounts. In the Security Hub administrator account, enable the GuardDuty integration. Use Amazon EventBridge to create a custom rule to elevate findings for the production account and the S3 bucket.
    C. Use the GuardDuty administrator account to configure a threat list that includes the production account and the S3 bucket. Use Amazon EventBridge and Amazon Simple Notification Service (Amazon SNS) to elevate findings from the threat list.
    D. Use the GuardDuty administrator account to enable S3 protection for the support account that contains the S3 bucket. Configure GuardDuty to elevate findings for the production account and the S3 bucket.

  • Question 137:

    You have several S3 buckets defined in your IAM account. You need to give access to external IAM 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

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

  • Question 138:

    A company is designing a multi-account structure for its development teams. The company is using AWS Organizations and AWS Single Sign-On (AWS SSO). The company must implement a solution so that the development teams can use only specific AWS Regions and so that each AWS account allows access to only specific AWS services.

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

    A. Use AWS SSO to set up service-linked roles with IAM policy statements that include the Condition, Resource, and NotAction elements to allow access to only the Regions and services that are needed.
    B. Deactivate AWS Security Token Service (AWS STS) in Regions that the developers are not allowed to use.
    C. Create SCPs that include the Condition, Resource, and NotAction elements to allow access to only the Regions and services that are needed.
    D. For each AWS account, create tailored identity-based policies for AWS SSO. Use statements that include the Condition, Resource, and NotAction elements to allow access to only the Regions and services that are needed.

  • Question 139:

    A company deployed IAM Organizations to help manage its increasing number of IAM accounts. A security engineer wants to ensure only principals in the Organization structure can access a specic Amazon S3 bucket. The solution must also minimize operational overhead

    Which solution will meet these requirements?

    A. 1 Put all users into an IAM group with an access policy granting access to the J bucket.
    B. Have the account creation trigger an IAM Lambda function that manages the bucket policy, allowing access to accounts listed in the policy only.
    C. Add an SCP to the Organizations master account, allowing all principals access to the bucket.
    D. Specify the organization ID in the global key condition element of a bucket policy, allowing all principals access.

  • Question 140:

    Your company has confidential documents stored in the simple storage service. Due to compliance requirements, you have to ensure that the data in the S3 bucket is available in a different geographical location. As an architect what is the change you would make to comply with this requirement.

    A. Apply Multi-AZ for the underlying 53 bucket
    B. Copy the data to an EBS Volume in another Region
    C. Create a snapshot of the S3 bucket and copy it to another region
    D. Enable Cross region replication for the S3 bucket

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.