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

    A company is using Amazon Elastic Container Service (Amazon ECS) to deploy an application that deals with sensitive data During a recent security audit, the company identified a security issue in which Amazon RDS credentials were stored with the application code In the company's source code repository

    A security engineer needs to develop a solution to ensure that database credentials are stored securely and rotated periodically. The credentials should be accessible to the application only The engineer also needs to prevent database administrators from sharing database credentials as plaintext with other teammates. The solution must also minimize administrate overhead

    Which solution meets these requirements?

    A. Use the IAM Systems Manager Parameter Store to generate database credentials. Use an IAM profile for ECS tasks to restrict access to database credentials to specific containers only.
    B. Use IAM Secrets Manager to store database credentials. Use an IAM inline policy for ECS tasks to restrict access to database credentials to specific containers only.
    C. Use the IAM Systems Manager Parameter Store to store database credentials. Use IAM roles for ECS tasks to restrict access to database credentials lo specific containers only D. Use IAM Secrets Manager to store database credentials. Use IAM roles for ECS tasks to restrict access to database credentials to specific containers only.

  • Question 302:

    An application is currently secured using network access control lists and security groups. Web servers are located in public subnets behind an Application Load Balancer (ALB); application servers are located in private subnets. How can edge security be enhanced to safeguard the Amazon EC2 instances against attack? (Choose two.)

    A. Configure the application's EC2 instances to use NAT gateways for all inbound traffic.
    B. Move the web servers to private subnets without public IP addresses.
    C. Configure IAM WAF to provide DDoS attack protection for the ALB.
    D. Require all inbound network traffic to route through a bastion host in the private subnet.
    E. Require all inbound and outbound network traffic to route through an IAM Direct Connect connection.

  • Question 303:

    A security team is developing an application on an Amazon EC2 instance to get objects from an Amazon S3 bucket. All objects in the S3 bucket are encrypted with an AWS Key Management Service (AWS KMS) customer managed key. All network traffic for requests that are made within the VPC is restricted to the AWS infrastructure. This traffic does not traverse the public internet.

    The security team is unable to get objects from the S3 bucket

    Which factors could cause this issue? (Select THREE.)

    A. The IAM instance profile that is attached to the EC2 instance does not allow the s3 ListBucket action to the S3: bucket in the AWS accounts.
    B. The I AM instance profile that is attached to the EC2 instance does not allow the s3 ListParts action to the S3; bucket in the AWS accounts.
    C. The KMS key policy that encrypts the object in the S3 bucket does not allow the kms; ListKeys action to the EC2 instance profile ARN.
    D. The KMS key policy that encrypts the object in the S3 bucket does not allow the kms Decrypt action to the EC2 instance profile ARN.
    E. The security group that is attached to the EC2 instance is missing an outbound rule to the S3 managed prefix list over port 443.
    F. The security group that is attached to the EC2 instance is missing an inbound rule from the S3 managed prefix list over port 443.

  • Question 304:

    You need to ensure that the cloudtrail logs which are being delivered in your IAM account is encrypted. How can this be achieved in the easiest way possible?

    A. Don't do anything since CloudTrail logs are automatically encrypted.
    B. Enable S3-SSE for the underlying bucket which receives the log files
    C. Enable S3-KMS for the underlying bucket which receives the log files
    D. Enable KMS encryption for the logs which are sent to Cloudwatch

  • Question 305:

    A company's security engineer has been tasked with restricting a contractor's IAM account access to the company's Amazon EC2 console without providing access to any other IAM services The contractors IAM account must not be able to gain access to any other IAM service, even it the IAM account rs assigned additional permissions based on IAM group membership

    What should the security engineer do to meet these requirements?

    A. Create an mime IAM user policy that allows for Amazon EC2 access for the contractor's IAM user
    B. Create an IAM permissions boundary policy that allows Amazon EC2 access Associate the contractor's IAM account with the IAM permissions boundary policy
    C. Create an IAM group with an attached policy that allows for Amazon EC2 access Associate the contractor's IAM account with the IAM group
    D. Create a IAM role that allows for EC2 and explicitly denies all other services Instruct the contractor to always assume this role

  • Question 306:

    Your company is planning on using IAM EC2 and ELB for deployment for their web applications. The security policy mandates that all traffic should be encrypted. Which of the following options will ensure that this requirement is met? Choose 2 answers from the options below.

    A. Ensure the load balancer listens on port 80
    B. Ensure the load balancer listens on port 443
    C. Ensure the HTTPS listener sends requests to the instances on port 443
    D. Ensure the HTTPS listener sends requests to the instances on port 80

  • Question 307:

    Your team is experimenting with the API gateway service for an application. There is a need to implement a custom module which can be used for authentication/authorization for calls made to the API gateway. How can this be achieved?

    A. Use the request parameters for authorization
    B. Use a Lambda authorizer
    C. Use the gateway authorizer
    D. Use CORS on the API gateway

  • Question 308:

    The Security Engineer implemented a new vault lock policy for 10TB of data and called initiate-vault-lock 12 hours ago. The Audit team identified a typo that is allowing incorrect access to the vault. What is the MOST cost-effective way to correct this?

    A. Call the abort-vault-lock operation, fix the typo, and call the initiate-vault-lock again.
    B. Copy the vault data to Amazon S3, delete the vault, and create a new vault with the data.
    C. Update the policy, keeping the vault lock in place.
    D. Update the policy and call initiate-vault-lock again to apply the new policy.

  • Question 309:

    You have a set of application , database and web servers hosted in IAM. The web servers are placed behind an ELB. There are separate security groups for the application, database and web servers. The network security groups have been defined accordingly. There is an issue with the communication between the application and database servers. In order to troubleshoot the issue between just the application and database server, what is the ideal set of MINIMAL steps you would take?

    A. Check the Inbound security rules for the database security group Check the Outbound security rules for the application security group
    B. Check the Outbound security rules for the database security group I Check the inbound security rules for the application security group
    C. Check the both the Inbound and Outbound security rules for the database security group Check the inbound security rules for the application security group
    D. Check the Outbound security rules for the database security group Check the both the Inbound and Outbound security rules for the application security group

  • Question 310:

    A company is building a data processing application mat 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

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.