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

    A company is building a data processing application that uses AWS Lambda functions The application's Lambda functions need to communicate with an Amazon RDS OB instance that is deployed within a VPC in the same AWS account Which solution meets these requirements in the MOST secure way?

    A. Configure the DB instance to allow public access Update the DB instance security group to allow access from the Lambda public address space for the AWS Region
    B. Deploy the Lambda functions inside the VPC Attach a network ACL to the Lambda subnet Provide outbound rule access to the VPC CIDR range only Update the DB instance security group to allow traffic from 0 0 0 0/0
    C. Deploy the Lambda functions inside the VPC Attach a security group to the Lambda functions Provide outbound rule access to the VPC CIDR range only Update the DB instance security group to allow traffic from the Lambda security group
    D. Peer the Lambda default VPC with the VPC that hosts the DB instance to allow direct network access without the need for security groups

  • Question 262:

    A company has an AWS Lambda function that creates image thumbnails from larger images. The Lambda function needs read and write access to an Amazon S3 bucket in the same AWS account.

    Which solutions will provide the Lambda function this access? (Select TWO.)

    A. Create an IAM user that has only programmatic access. Create a new access key pair. Add environmental variables to the Lambda function with the ac-cess key ID and secret access key. Modify the Lambda function to use the environmental variables at run time during communication with Amazon S3.
    B. Generate an Amazon EC2 key pair. Store the private key in AWS Secrets Man-ager. Modify the Lambda function to retrieve the private key from Secrets Manager and to use the private key during communication with Amazon S3.
    C. Create an IAM role for the Lambda function. Attach an IAM policy that al-lows access to the S3 bucket.
    D. Create an IAM role for the Lambda function. Attach a bucket policy to the S3 bucket to allow access. Specify the function's IAM role as the princi-pal.
    E. Create a security group. Attach the security group to the Lambda function. Attach a bucket policy that allows access to the S3 bucket through the se-curity group ID.

  • Question 263:

    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 Include migration to a different IAM Region in the application disaster recovery plan.

    Provide a full audit trail of encryption key administration events

    Allow only company administrators to administer keys.

    Protect data at rest using application layer encryption

    A Security Engineer is evaluating options for encryption key management

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

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

  • Question 264:

    When you enable automatic key rotation for an existing CMK key where the backing key is managed by IAM, after how long is the key rotated?

    A. After 30 days
    B. After 128 days
    C. After 365 days
    D. After 3 years

  • Question 265:

    A company is hosting sensitive data in an IAM S3 bucket. It needs to be ensured that the bucket always remains private. How can this be ensured continually? Choose 2 answers from the options given below A. Use IAM Config to monitor changes to the IAM Bucket

    B. Use IAM Lambda function to change the bucket policy

    C. Use IAM Trusted Advisor API to monitor the changes to the IAM Bucket

    D. Use IAM Lambda function to change the bucket ACL

    Correct Answer. AD

  • Question 266:

    A global company that deals with International finance is investing heavily in cryptocurrencies and wants to experiment with mining technologies using IAM. The company's security team has enabled Amazon GuardDuty and is concerned by the number of findings being generated by the accounts. The security team wants to minimize the possibility of GuardDuty finding false negatives for compromised instances that are performing mining

    How can the security team continue using GuardDuty while meeting these requirements?

    A. In the GuardDuty console, select the CryptoCurrency:EC2/BitcoinTool B'DNS finding and use the suppress findings option
    B. Create a custom IAM Lambda function to process newly detected GuardDuty alerts Process the CryptoCurrency EC2/BitcoinTool BIDNS alert and filter out the high-severity finding types only.
    C. When creating a new Amazon EC2 Instance, provide the instance with a specific tag that indicates it is performing mining operations Create a custom IAM Lambda function to process newly detected GuardDuty alerts and filter for the presence of this tag
    D. When GuardDuty produces a cryptocurrency finding, process the finding with a custom IAM Lambda function to extract the instance ID from the finding Then use the IAM Systems Manager Run Command to check for a running process performing mining operations

  • Question 267:

    A company has external vendors that must deliver files to the company. These vendors have cross-account that gives them permission to upload objects to one of the company's S3 buckets.

    What combination of steps must the vendor follow to successfully deliver a file to the company? Select 2 answers from the options given below A. Attach an IAM role to the bucket that grants the bucket owner full permissions to the object

    B. Add a grant to the objects ACL giving full permissions to bucket owner.

    C. Encrypt the object with a KMS key controlled by the company.

    D. Add a bucket policy to the bucket that grants the bucket owner full permissions to the object

    E. Upload the file to the company's S3 bucket

    Correct Answer. BE

  • Question 268:

    You are planning on using the IAM KMS service for managing keys for your application. For which of the following can the KMS CMK keys be used for encrypting? Choose 2 answers from the options given below

    A. Image Objects
    B. Large files
    C. Password
    D. RSA Keys

  • Question 269:

    A company is designing a new application stack. The design includes web servers and backend servers that are hosted on Amazon EC2 instances. The design also includes an Amazon Aurora MySQL DB cluster.

    The EC2 instances are in an Auto Scaling group that uses launch templates. The EC2 instances for the web layer and the backend layer are backed by Amazon Elastic Block Store (Amazon EBS) volumes. No layers are encrypted at rest. A security engineer needs to implement encryption at rest.

    Which combination of steps will meet these requirements? (Select TWO.)

    A. Modify EBS default encryption settings in the target AWS Region to enable encryption. Use an Auto Scaling group instance refresh.
    B. Modify the launch templates for the web layer and the backend layer to add AWS Certificate Manager (ACM) encryption for the attached EBS volumes. Use an Auto Scaling group instance refresh.
    C. Create a new AWS Key Management Service (AWS KMS) encrypted DB cluster from a snapshot of the existing DB cluster.
    D. Apply AWS Key Management Service (AWS KMS) encryption to the existing DB cluster.
    E. Apply AWS Certificate Manager (ACM) encryption to the existing DB cluster.

  • Question 270:

    Your company has a set of EC2 Instances that are placed behind an ELB. Some of the applications hosted on these instances communicate via a legacy protocol. There is a security mandate that all traffic between the client and the EC2 Instances need to be secure. How would you accomplish this?

    A. Use an Application Load balancer and terminate the SSL connection at the ELB
    B. Use a Classic Load balancer and terminate the SSL connection at the ELB
    C. Use an Application Load balancer and terminate the SSL connection at the EC2 Instances
    D. Use a Classic Load balancer and terminate the SSL connection at the EC2 Instances

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.