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

    A company stores critical data in an S3 bucket. There is a requirement to ensure that an extra level of security is added to the S3 bucket. In addition , it should be ensured that objects are available in a secondary region if the primary one goes down. Which of the following can help fulfil these requirements? Choose 2 answers from the options given below

    A. Enable bucket versioning and also enable CRR
    B. Enable bucket versioning and enable Master Pays
    C. For the Bucket policy add a condition for {"Null": {"IAM:MultiFactorAuthAge": true}} i
    D. Enable the Bucket ACL and add a condition for {"Null": {"IAM:MultiFactorAuthAge": true}}

  • Question 522:

    A security engineer needs to configure monitoring and auditing for IAM Lambda.

    Which combination of actions using IAM services should the security engineer take to accomplish this goal? (Select TWO.)

    A. Use IAM Config to track configuration changes to Lambda functions, runtime environments, tags, handler names, code sizes, memory allocation, timeout settings, and concurrency settings, along with Lambda IAM execution role, subnet, and security group associations.
    B. Use IAM CloudTrail to implement governance, compliance, operational, and risk auditing for Lambda.
    C. Use Amazon Inspector to automatically monitor for vulnerabilities and perform governance, compliance, operational, and risk auditing for Lambda.
    D. Use IAM Resource Access Manager to track configuration changes to Lambda functions, runtime environments, tags, handler names, code sizes, memory allocation, timeout settings, and concurrency settings, along with Lambda IAM execution role, subnet, and security group associations.
    E. Use Amazon Macie to discover, classify, and protect sensitive data being executed inside the Lambda function.

  • Question 523:

    A security engineer is creating an AWS Lambda function. The Lambda function needs to use a role that is named LambdaAuditRole to assume a role that is named AcmeAuditFactoryRole in a different AWS account.

    When the code is processed, the following error message appears: "An error oc-curred (AccessDenied) when calling the AssumeRole operation."

    Which combination of steps should the security engineer take to resolve this er-ror? (Select TWO.)

    A. Ensure that LambdaAuditRole has the sts:AssumeRole permission for Ac- meAuditFactoryRole.
    B. Ensure that LambdaAuditRole has the AWSLambdaBasicExecutionRole managed policy attached.
    C. Ensure that the trust policy for AcmeAuditFactoryRole allows the sts:AssumeRole action from LambdaAuditRole.
    D. Ensure that the trust policy for LambdaAuditRole allows the sts:AssumeRole action from the lambda.amazonaws.com service.
    E. Ensure that the sts:AssumeRole API call is being issued to the us-east-I Region endpoint.

  • Question 524:

    A company wishes to enable Single Sign On (SSO) so its employees can login to the management console using their corporate directory identity. Which steps below are required as part of the process? Select 2 answers from the options given below.

    A. Create a Direct Connect connection between on-premise network and IAM. Use an AD connector for connecting IAM with on-premise active directory.
    B. Create IAM policies that can be mapped to group memberships in the corporate directory.
    C. Create a Lambda function to assign IAM roles to the temporary security tokens provided to the users.
    D. Create IAM users that can be mapped to the employees' corporate identities
    E. Create an IAM role that establishes a trust relationship between IAM and the corporate directory identity provider (IdP)

  • Question 525:

    A company uses Amazon EC2 instances to host frontend services behind an Application Load Balancer. Amazon Elastic Block Store (Amazon EBS) volumes are attached to the EC2 instances. The company uses Amazon S3 buckets to store large files for images and music.

    The company has implemented a security architecture oit>AWS to prevent, identify, and isolate potential ransomware attacks. The company now wants to further reduce risk.

    A security engineer must develop a disaster recovery solution that can recover to normal operations if an attacker bypasses preventive and detective controls. The solution must meet an RPO of 1 hour.

    Which solution will meet these requirements?

    A. Use AWS Backup to create backups of the EC2 instances and S3 buckets every hour. Create AWS CloudFormation templates that replicate existing architecture components. Use AWS CodeCommit to store the CloudFormation templates alongside application configuration code.
    B. Use AWS Backup to create backups of the EBS volumes and S3 objects every day. Use Amazon Security Lake to create a centralized data lake for AWS CloudTrail logs and VPC flow logs. Use the logs for automated response.
    C. Use Amazon Security Lake to create a centralized data lake for AWS CloudTrail logs and VPC flow logs. Use the logs for automated response Enable AWS Security Hub to establish a single location for recovery procedures. Create AWS CloudFormation templates that replicate existing architecture components. Use AWS CodeCommit to store the CloudFormation templates alongside application configuration code.
    D. Create EBS snapshots every 4 hours Enable Amazon GuardDuty Malware Protection. Create automation to immediately restore the most recent snapshot for any EC2 instances that produce an Execution:EC2/MaliciousFile finding in GuardDuty.

  • Question 526:

    An EC2 Instance hosts a Java based application that access a DynamoDB table. This EC2 Instance is currently serving production based users. Which of the following is a secure way of ensuring that the EC2 Instance access the Dynamo table?

    A. Use IAM Roles with permissions to interact with DynamoDB and assign it to the EC2 Instance
    B. Use KMS keys with the right permissions to interact with DynamoDB and assign it to the EC2 Instance
    C. Use IAM Access Keys with the right permissions to interact with DynamoDB and assign it to the EC2 Instance
    D. Use IAM Access Groups with the right permissions to interact with DynamoDB and assign it to the EC2 Instance

  • Question 527:

    A company wants to have a secure way of generating, storing and managing cryptographic exclusive access for the keys. Which of the following can be used for this purpose?

    A. Use KMS and the normal KMS encryption keys
    B. Use KMS and use an external key material
    C. Use S3 Server Side encryption
    D. Use Cloud HSM

  • Question 528:

    A company uses user data scripts that contain sensitive information to bootstrap Amazon EC2 instances. A Security Engineer discovers that this sensitive information is viewable by people who should not have access to it. What is the MOST secure way to protect the sensitive information used to bootstrap the instances?

    A. Store the scripts in the AMI and encrypt the sensitive data using IAM KMS Use the instance role profile to control access to the KMS keys needed to decrypt the data.
    B. Store the sensitive data in IAM Systems Manager Parameter Store using the encrypted string parameter and assign the GetParameters permission to the EC2 instance role.
    C. Externalize the bootstrap scripts in Amazon S3 and encrypt them using IAM KMS. Remove the scripts from the instance and clear the logs after the instance is configured.
    D. Block user access of the EC2 instance's metadata service using IAM policies. Remove all scripts and clear the logs after execution.

  • Question 529:

    A security engineer has been tasked with implementing a solution that allows the company's development team to have interactive command line access to Amazon EC2 Linux instances using the IAM Management Console.

    Which steps should the security engineer take to satisfy this requirement while maintaining least privilege?

    A. Enable IAM Systems Manager in the IAM Management Console and configure for access to EC2 instances using the default AmazonEC2RoleforSSM role. Install the Systems Manager Agent on all EC2 Linux instances that need interactive access. Configure IAM user policies to allow development team access to the Systems Manager Session Manager and attach to the team's IAM users.
    B. Enable console SSH access in the EC2 console. Configure IAM user policies to allow development team access to the IAM Systems Manager Session Manager and attach to the development team's IAM users.
    C. Enable IAM Systems Manager in the IAM Management Console and configure to access EC2 instances using the default AmazonEC2RoleforSSM role. Install the Systems Manager Agent on all EC2 Linux instances that need interactive access. Configure a security group that allows SSH port 22 from all published IP addresses. Configure IAM user policies to allow development team access to the IAM Systems Manager Session Manager and attach to the team's IAM users.
    D. Enable IAM Systems Manager in the IAM Management Console and configure to access EC2 instances using the default AmazonEC2RoleforSSM role Install the Systems Manager Agent on all EC2 Linux instances that need interactive access. Configure IAM policies to allow development team access to the EC2 console and attach to the teams IAM users.

  • Question 530:

    A company has several production IAM accounts and a central security IAM account. The security account is used for centralized monitoring and has IAM privileges to all resources in every corporate account. All of the company's Amazon S3 buckets are tagged with a value denoting the data classification of their contents.

    A Security Engineer is deploying a monitoring solution in the security account that will enforce bucket policy compliance. The system must monitor S3 buckets in all production accounts and confirm that any policy change is in accordance with the bucket's data classification. If any change is out of compliance; the Security team must be notified quickly.

    Which combination of actions would build the required solution? (Choose three.)

    A. Configure Amazon CloudWatch Events in the production accounts to send all S3 events to the security account event bus.
    B. Enable Amazon GuardDuty in the security account. and join the production accounts as members.
    C. Configure an Amazon CloudWatch Events rule in the security account to detect S3 bucket creation or modification events.
    D. Enable IAM Trusted Advisor and activate email notifications for an email address assigned to the security contact.
    E. Invoke an IAM Lambda function in the security account to analyze S3 bucket settings in response to S3 events, and send non-compliance notifications to the Security team.
    F. Configure event notifications on S3 buckets for PUT; POST, and DELETE events.

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.