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

    An application running on EC2 instances in a VPC must call an external web service via TLS (port 443). The instances run in public subnets.

    Which configurations below allow the application to function and minimize the exposure of the instances? Select 2 answers from the options given below

    A. A network ACL with a rule that allows outgoing traffic on port 443.
    B. A network ACL with rules that allow outgoing traffic on port 443 and incoming traffic on ephemeral ports
    C. A network ACL with rules that allow outgoing traffic on port 443 and incoming traffic on port 443.
    D. A security group with a rule that allows outgoing traffic on port 443
    E. A security group with rules that allow outgoing traffic on port 443 and incoming traffic on ephemeral ports.
    F. A security group with rules that allow outgoing traffic on port 443 and incoming traffic on port 443.

  • Question 722:

    An application running on EC2 instances in a VPC must access sensitive data in the data center. The access must be encrypted in transit and have consistent low latency. Which hybrid architecture will meet these requirements?

    A. Expose the data with a public HTTPS endpoint.
    B. A VPN between the VPC and the data center over a Direct Connect connection
    C. A VPN between the VPC and the data center.
    D. A Direct Connect connection between the VPC and data center

  • Question 723:

    Your CTO is very worried about the security of your IAM account. How best can you prevent hackers from completely hijacking your account?

    A. Use short but complex password on the root account and any administrators.
    B. Use IAM IAM Geo-Lock and disallow anyone from logging in except for in your city.
    C. Use MFA on all users and accounts, especially on the root account.
    D. Don't write down or remember the root account password after creating the IAM account.

  • Question 724:

    A company needs a forensic-logging solution for hundreds of applications running in Docker on Amazon EC2. The solution must perform real-time analytics on the logs, must support the replay of messages, and must persist the logs.

    Which AWS services should be used to meet these requirements? (Choose two.)

    A. Amazon Athena
    B. Amazon Kinesis
    C. Amazon SQS
    D. Amazon OpenSearch Service
    E. Amazon EMR

  • Question 725:

    A company is designing the securely architecture (or a global latency-sensitive web application it plans to deploy to IAM. A Security Engineer needs to configure a highly available and secure two-tier architecture. The security design must include controls to prevent common attacks such as DDoS, cross-site scripting, and SQL injection.

    Which solution meets these requirements?

    A. Create an Application Load Balancer (ALB) that uses public subnets across multiple Availability Zones within a single Region. Point the ALB to an Auto Scaling group with Amazon EC2 instances in private subnets across multiple Availability Zones within the same Region. Create an Amazon CloudFront distribution that uses the ALB as its origin. Create appropriate IAM WAF ACLs and enable them on the CloudFront distribution.
    B. Create an Application Load Balancer (ALB) that uses private subnets across multiple Availability Zones within a single Region. Point the ALB to an Auto Scaling group with Amazon EC2 instances in private subnets across multiple Availability Zones within the same Region. Create an Amazon CloudFront distribution that uses the ALB as its origin. Create appropriate IAM WAF ACLs and enable them on the CloudFront distribution.
    C. Create an Application Load Balancer (ALB) that uses public subnets across multiple Availability Zones within a single Region. Point the ALB to an Auto Scaling group with Amazon EC2 instances in private subnets across multiple Availability Zones within the same Region. Create appropriate IAM WAF ACLs and enable them on the ALB.
    D. Create an Application Load Balancer (ALB) that uses private subnets across multiple Availability Zones within a single Region. Point the ALB to an Auto Scaling group with Amazon EC2 instances in private subnets across multiple Availability Zones within the same Region. Create appropriate IAM WAF ACLs and enable them on the ALB.

  • Question 726:

    Your company has just set up a new central server in a VPC. There is a requirement for other teams who have their servers located in different VPC's in the same region to connect to the central server. Which of the below options is best suited to achieve this requirement?

    A. Set up VPC peering between the central server VPC and each of the teams VPCs.
    B. Set up IAM DirectConnect between the central server VPC and each of the teams VPCs.
    C. Set up an IPSec Tunnel between the central server VPC and each of the teams VPCs.
    D. None of the above options will work.

  • Question 727:

    What are the MOST secure ways to protect the AWS account root user of a recently opened AWS account? (Select TWO.)

    A. Use the AWS account root user access keys instead of the AWS Management Console.
    B. Enable multi-factor authentication for the AWS IAM users with the Adminis-tratorAccess managed policy attached to them.
    C. Enable multi-factor authentication for the AWS account root user.
    D. Use AWS KMS to encrypt all AWS account root user and AWS IAM access keys and set automatic rotation to 30 days.
    E. Do not create access keys for the AWS account root user; instead, create AWS IAM users.

  • Question 728:

    A company has AWS accounts in an organization in AWS Organizations. The organization includes a dedicated security account.

    All AWS account activity across all member accounts must be logged and reported to the dedicated security account. The company must retain all the activity logs in a secure storage location within the dedicated security account for 2 years.

    No changes or deletions of the logs are allowed.

    Which combination of steps will meet these requirements with the LEAST operational overhead? (Select TWO.)

    A. In the dedicated security account, create an Amazon S3 bucket. Configure S3 Object Lock in compliance mode and a retention period of 2 years on the S3 bucket. Set the bucket policy to allow the organization's management account to write to the S3 bucket.
    B. In the dedicated security account, create an Amazon S3 bucket. Configure S3 Object Lock in compliance mode and a retention period of 2 years on the S3 bucket. Set the bucket policy to allow the organization's member accounts to write to the S3 bucket.
    C. In the dedicated security account, create an Amazon S3 bucket that has an S3 Lifecycle configuration that expires objects after 2 years. Set the bucket policy to allow the organization's member accounts to write to the S3 bucket.
    D. Create an AWS Cloud Trail trail for the organization. Configure logs to be delivered to the logging Amazon S3 bucket in the dedicated security account.
    E. Turn on AWS CloudTrail in each account. Configure logs to be delivered to an Amazon S3 bucket that is created in the organization's management account. Forward the logs to the S3 bucket in the dedicated security account by using AWS Lambda and Amazon Kinesis Data Firehose.

  • Question 729:

    A company is investigating actions that an IAM role performed. The company must find out when the role last accessed AWS Security Hub and when the role last used the DeleteInsight action in Security Hub.

    Which solution will provide this information?

    A. Use the checks for the security category in AWS Trusted Advisor. Search for the role and examine the actions taken.
    B. Use the Access Advisor tab in AWS Identity and Access Management (IAM). Search for Security Hub and the actions taken.
    C. Use AWS Identity and Access Management (IAM) to generate a credential report. Search the report for Security Hub activity.
    D. Create an analyzer in AWS Identity and Access Management Access Analyzer. Examine the findings for the role's actions in Security Hub.

  • Question 730:

    A company hosts an application on Amazon EC2 instances. The application also uses Amazon S3 and Amazon Simple Queue Service (Amazon SQS). The application is behind an Application Load Balancer (ALB) and scales with AWS Auto Scaling.

    The company's security policy requires the use of least privilege access, which has been applied to all existing AWS resources. A security engineer needs to implement private connectivity to AWS services.

    Which combination of steps should the security engineer take to meet this requirement? (Select THREE.)

    A. Use an interface VPC endpoint for Amazon SQS
    B. Configure a connection to Amazon S3 through AWS Transit Gateway.
    C. Use a gateway VPC endpoint for Amazon S3.
    D. Modify the IAM role applied to the EC2 instances in the Auto Scaling group to allow outbound traffic to the interface endpoints.
    E. Modify the endpoint policies on all VPC endpoints. Specify the SQS and S3 resources that the application uses
    F. Configure a connection to Amazon S3 through AWS Firewall Manager

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.