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

    What is the result of the following bucket policy?

    Choose the correct answer:

    A. It will allow all access to the bucket mybucket
    B. It will allow the user mark from IAM account number 111111111 all access to the bucket but deny everyone else all access to the bucket
    C. It will deny all access to the bucket mybucket
    D. None of these

  • Question 432:

    Your company currently has a set of EC2 Instances hosted in a VPC. The IT Security department is suspecting a possible DDos attack on the instances. What can you do to zero in on the IP addresses which are receiving a flurry of requests?

    A. Use VPC Flow logs to get the IP addresses accessing the EC2 Instances
    B. Use IAM Cloud trail to get the IP addresses accessing the EC2 Instances
    C. Use IAM Config to get the IP addresses accessing the EC2 Instances
    D. Use IAM Trusted Advisor to get the IP addresses accessing the EC2 Instances

  • Question 433:

    A company's on-premises networks are connected to VPCs using an IAM Direct Connect gateway. The company's on-premises application needs to stream data using an existing Amazon Kinesis Data Firehose delivery stream. The company's security policy requires that data be encrypted in transit using a private network.

    How should the company meet these requirements?

    A. Create a VPC endpoint tor Kinesis Data Firehose. Configure the application to connect to the VPC endpoint.
    B. Configure an IAM policy to restrict access to Kinesis Data Firehose using a source IP condition. Configure the application to connect to the existing Firehose delivery stream.
    C. Create a new TLS certificate in IAM Certificate Manager (ACM). Create a public-facing Network Load Balancer (NLB) and select the newly created TLS certificate. Configure the NLB to forward all traffic to Kinesis Data Firehose. Configure the application to connect to the NLB.
    D. Peer the on-premises network with the Kinesis Data Firehose VPC using Direct Connect. Configure the application to connect to the existing Firehose delivery stream.

  • Question 434:

    A Security Engineer is troubleshooting an issue with a company's custom logging application. The application logs are written to an Amazon S3 bucket with event notifications enabled to send events lo an Amazon SNS topic. All logs are encrypted at rest using an IAM KMS CMK. The SNS topic is subscribed to an encrypted Amazon SQS queue. The logging application polls the queue for new messages that contain metadata about the S3 object. The application then reads the content of the object from the S3 bucket for indexing.

    The Logging team reported that Amazon CloudWatch metrics for the number of messages sent or received is showing zero. No togs are being received. What should the Security Engineer do to troubleshoot this issue?

    A. Option A
    B. Option B
    C. Option C
    D. Option D

  • Question 435:

    A company is using AWS CloudTrail and Amazon CloudWatch to monitor resources in an AWS account.

    The company's developers have been using an IAM role in the account for the last 3 months.

    A security engineer needs to refine the customer managed IAM policy attached to the role to ensure that the role provides least privilege access.

    Which solution will meet this requirement with the LEAST effort?

    A. Implement AWS IAM Access Analyzer policy generation on the role.
    B. Implement AWS IAM Access Analyzer policy validation on the role.
    C. Search CloudWatch logs to determine the actions the role invoked and to evaluate the permissions.
    D. Use AWS Trusted Advisor to compare the policies assigned to the role against AWS best practices.

  • Question 436:

    A Software Engineer wrote a customized reporting service that will run on a fleet of Amazon EC2 instances. The company security policy states that application logs for the reporting service must be centrally collected. What is the MOST efficient way to meet these requirements?

    A. Write an IAM Lambda function that logs into the EC2 instance to pull the application logs from the EC2 instance and persists them into an Amazon S3 bucket.
    B. Enable IAM CloudTrail logging for the IAM account, create a new Amazon S3 bucket, and then configure Amazon CloudWatch Logs to receive the application logs from CloudTrail.
    C. Create a simple cron job on the EC2 instances that synchronizes the application logs to an Amazon S3 bucket by using rsync.
    D. Install the Amazon CloudWatch Logs Agent on the EC2 instances, and configure it to send the application logs to CloudWatch Logs.

  • Question 437:

    A security engineer is setting up an AWS CloudTrail trail for all regions in an AWS account. For added security, the logs are stored using server-side encryption with AWS KMS-managed keys (SSE-KMS) and have log integrity validation enabled.

    While testing the solution, the security engineer discovers that the digest files are readable, but the log files are not. What is the MOST likely cause?

    A. The log files fail integrity validation and automatically are marked as unavailable.
    B. The KMS key policy does not grant the security engineer's IAM user or role permissions to decrypt with it.
    C. The bucket is set up to use server-side encryption with Amazon S3-managed keys (SSE-S3) as the default and does not allow SSE-KMS-encrypted files.
    D. An IAM policy applicable to the security engineer's IAM user or role denies access to the "CloudTrail/" prefix in the Amazon S3 bucket.

  • Question 438:

    A company has a customer master key (CMK) with imported key materials. Company policy requires that all encryption keys must be rotated every year. What can be done to implement the above policy?

    A. Enable automatic key rotation annually for the CMK.
    B. Use IAM Command Line Interface to create an IAM Lambda function to rotate the existing CMK annually.
    C. Import new key material to the existing CMK and manually rotate the CMK.
    D. Create a new CMK, import new key material to it, and point the key alias to the new CMK.

  • Question 439:

    A security engineer is working with a company to design an ecommerce application. The application will run on Amazon EC2 instances that run in an Auto Scaling group behind an Application Load Balancer (ALB). The application will use an Amazon RDS DB instance for its database.

    The only required connectivity from the internet is for HTTP and HTTPS traffic to the application. The application must communicate with an external payment provider that allows traffic only from a preconfigured allow list of IP addresses. The company must ensure that communications with the external payment provider are not interrupted as the environment scales.

    Which combination of actions should the security engineer recommend to meet these requirements? (Select THREE.)

    A. Deploy a NAT gateway in each private subnet for every Availability Zone that is in use.
    B. Place the DB instance in a public subnet.
    C. Place the DB instance in a private subnet.
    D. Configure the Auto Scaling group to place the EC2 instances in a public subnet.
    E. Configure the Auto Scaling group to place the EC2 instances in a private subnet.
    F. Deploy the ALB in a private subnet.

  • Question 440:

    A company needs to encrypt all of its data stored in Amazon S3. The company wants to use IAM Key Management Service (IAM KMS) to create and manage its encryption keys. The company's security policies require the ability to Import the company's own key material for the keys, set an expiration date on the keys, and delete keys immediately, if needed.

    How should a security engineer set up IAM KMS to meet these requirements?

    A. Configure IAM KMS and use a custom key store. Create a customer managed CMK with no key material Import the company's keys and key material into the CMK
    B. Configure IAM KMS and use the default Key store Create an IAM managed CMK with no key material Import the company's key material into the CMK
    C. Configure IAM KMS and use the default key store Create a customer managed CMK with no key material import the company's key material into the CMK
    D. Configure IAM KMS and use a custom key store. Create an IAM managed CMK with no key material. Import the company's key material into the CMK.

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.