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

    A company manages three separate IAM accounts for its production, development, and test environments, Each Developer is assigned a unique IAM user under the development account. A new application hosted on an Amazon EC2 instance in the developer account requires read access to the archived documents stored in an Amazon S3 bucket in the production account.

    How should access be granted?

    A. Create an IAM role in the production account and allow EC2 instances in the development account to assume that role using the trust policy. Provide read access for the required S3 bucket to this role.
    B. Use a custom identity broker to allow Developer IAM users to temporarily access the S3 bucket.
    C. Create a temporary IAM user for the application to use in the production account.
    D. Create a temporary IAM user in the production account and provide read access to Amazon S3. Generate the temporary IAM user's access key and secret key and store these on the EC2 instance used by the application in the development account.

  • Question 362:

    An organization operates a web application that serves users globally. The application runs on Amazon EC2 instances behind an Application Load Balancer. There is an Amazon CloudFront distribution in front of the load balancer, and the

    organization uses IAM WAF. The application is currently experiencing a volumetric attack whereby the attacker is exploiting a bug in a popular mobile game.

    The application is being flooded with HTTP requests from all over the world with the User- Agent set to the following string: Mozilla/5.0 (compatible; ExampleCorp; ExampleGame/1.22; Mobile/1.0)

    What mitigation can be applied to block attacks resulting from this bug while continuing to service legitimate requests?

    A. Create a rule in IAM WAF rules with conditions that block requests based on the presence of ExampleGame/1.22 in the User-Agent header
    B. Create a geographic restriction on the CloudFront distribution to prevent access to the application from most geographic regions
    C. Create a rate-based rule in IAM WAF to limit the total number of requests that the web application services.
    D. Create an IP-based blacklist in IAM WAF to block the IP addresses that are originating from requests that contain ExampleGame/1.22 in the User-Agent header.

  • Question 363:

    A company has been using the IAM KMS service for managing its keys. They are planning on carrying out housekeeping activities and deleting keys which are no longer in use. What are the ways that can be incorporated to see which keys are in use? Choose 2 answers from the options given below

    A. Determine the age of the master key
    B. See who is assigned permissions to the master key
    C. See Cloudtrail for usage of the key
    D. Use IAM cloudwatch events for events generated for the key

  • Question 364:

    A company needs its Amazon Elastic Block Store (Amazon EBS) volumes to be encrypted at all times. During a security incident. EBS snapshots of suspicious instances are shared to a forensics account for analysis A security engineer attempting to share a suspicious EBS snapshot to the forensics account receives the following error

    "Unable to share snapshot: An error occurred (OperationNotPermitted) when calling the ModifySnapshotAttribute operation: Encrypted snapshots with EBS default key cannot be shared.

    Which combination of steps should the security engineer take in the incident account to complete the sharing operation? (Select THREE )

    A. Create a customer managed CMK Copy the EBS snapshot encrypting the destination snapshot using the new CMK.
    B. Allow forensics accounting principals to use the CMK by modifying its policy.
    C. Create an Amazon EC2 instance. Attach the encrypted and suspicious EBS volume. Copy data from the suspicious volume to an unencrypted volume. Snapshot the unencrypted volume
    D. Copy the EBS snapshot to the new decrypted snapshot
    E. Restore a volume from the suspicious EBS snapshot. Create an unencrypted EBS volume of the same size.
    F. Share the target EBS snapshot with the forensics account.

  • Question 365:

    A company is using a Redshift cluster to store their data warehouse. There is a requirement from the Internal IT Security team to ensure that data gets encrypted for the Redshift database. How can this be achieved?

    A. Encrypt the EBS volumes of the underlying EC2 Instances
    B. Use IAM KMS Customer Default master key
    C. Use SSL/TLS for encrypting the data
    D. Use S3 Encryption

  • Question 366:

    A company runs its microservices architecture in Kubernetes containers on AWS by using Amazon Elastic Kubernetes Service (Amazon EKS) and Amazon Aurora The company has an organization in AWS Organizations to manage

    hundreds of AWS accounts that host different microservices.

    The company needs to implement a monitoring solution for logs from all AWS resources across all accounts. The solution must include automatic detection of security-related issues.

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

    A. Designate an Amazon GuardDuty administrator account in the organization's management account. Enable GuardDuty for all accounts. Enable EKS Protection and RDS Protection in the GuardDuty administrator account.
    B. Designate a monitoring account. Share Amazon CloudWatch logs from all accounts with the monitoring account. Configure Aurora to publish all logs to CloudWatch. Use Amazon Inspector in the monitoring account to evaluate the CloudWatch logs.
    C. Create a central Amazon S3 bucket in the organization's management account. Configure AWS CloudTrail in all AWS accounts to deliver CloudTrail logs to the S3 bucket. Configure Aurora to publish all logs to CloudTrail. Use Amazon Athena to query the CloudTrail logs in the S3 bucket for security issues.
    D. Designate a monitoring account. Share Amazon CloudWatch logs from all accounts with the monitoring account. Subscribe an Amazon Kinesis data stream to the CloudWatch logs. Create AWS Lambda functions to process log records in the data stream to detect security issues.

  • Question 367:

    A security engineer logs in to the AWS Lambda console with administrator permissions. The security engineer is trying to view logs in Amazon CloudWatch for a Lambda function that is named my Function.

    When the security engineer chooses the option in the Lambda console to view logs in CloudWatch, an "error loading Log Streams" message appears.

    The IAM policy for the Lambda function's execution role contains the following:

    How should the security engineer correct the error?

    A. Move the logs:CreateLogGroup action to the second Allow statement.
    B. Add the logs:PutDestination action to the second Allow statement.
    C. Add the logs:GetLogEvents action to the second Allow statement.
    D. Add the logs:CreateLogStream action to the second Allow statement.

  • Question 368:

    A company's Security Engineer is copying all application logs to centralized Amazon S3 buckets. Currently, each of the company's applications is in its own IAM account, and logs are pushed into S3 buckets associated with each account. The Engineer will deploy an IAM Lambda function into each account that copies the relevant log files to the centralized S3 bucket.

    The Security Engineer is unable to access the log files in the centralized S3 bucket. The Engineer's IAM user policy from the centralized account looks like this:

    The centralized S3 bucket policy looks like this:

    Why is the Security Engineer unable to access the log files?

    A. The S3 bucket policy does not explicitly allow the Security Engineer access to the objects in the bucket.
    B. The object ACLs are not being updated to allow the users within the centralized account to access the objects
    C. The Security Engineers IAM policy does not grant permissions to read objects in the S3 bucket
    D. The s3:PutObject and s3:PutObjectAcl permissions should be applied at the S3 bucket level

  • Question 369:

    You are planning on hosting a web application on IAM. You create an EC2 Instance in a public subnet. This instance needs to connect to an EC2 Instance that will host an Oracle database. Which of the following steps should be followed to ensure a secure setup is in place? Select 2 answers.

    A. Place the EC2 Instance with the Oracle database in the same public subnet as the Web server for faster communication
    B. Place the EC2 Instance with the Oracle database in a separate private subnet
    C. Create a database security group and ensure the web security group to allowed incoming access
    D. Ensure the database security group allows incoming traffic from 0.0.0.0/0

  • Question 370:

    A company wants to automate the creation of a security report. The company has an AWS Lambda function that gathers data from Amazon Inspector findings stored in AWS Security Hub in the us-west-2 Region. The Lambda function then

    needs to create a daily report by using an Amazon EventBridge schedule.

    A security engineer discovers that the Lambda function is failing to create the report. The security engineer must implement a solution that corrects the issue and provides least privilege permissions.

    Which solution will meet these requirements?

    A. Create a resource-based policy that allows Security Hub access to the ARN of the Lambda function.
    B. Attach the AWSSecurityHubReadOnlyAccess AWS managed policy to the Lambda function's execution role.
    C. Grant the Lambda function's execution role read-only permissions to access Amazon Inspector and Security Hub.
    D. Create a custom IAM policy that grants the Security Hub Get*, List*, Batch*, and Describe* permissions on the arn:aws:securityhub:us-west-2::product/aws/inspector/* resource. Attach the policy to the Lambda function's execution role.

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.