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

    You want to launch an EC2 Instance with your own key pair in IAM. How can you achieve this? Choose 3 answers from the options given below.

    A. Use a third party tool to create the Key pair
    B. Create a new key pair using the IAM CLI
    C. Import the public key into EC2
    D. Import the private key into EC2

  • Question 202:

    A company uses a third-party application to store encrypted data in Amazon S3. The company uses another third-party application trial decrypts the data from Amazon S3 to ensure separation of duties Between the applications A Security Engineer warns to separate the permissions using IAM roles attached to Amazon EC2 instances. The company prefers to use native IAM services.

    Which encryption method will meet these requirements?

    A. Use encrypted Amazon EBS volumes with Amazon default keys (IAM EBS)
    B. Use server-side encryption with customer-provided keys (SSE-C)
    C. Use server-side encryption with IAM KMS managed keys (SSE-KMS)
    D. Use server-side encryption with Amazon S3 managed keys (SSE-S3)

  • Question 203:

    You work as an administrator for a company. The company hosts a number of resources using IAM. There is an incident of a suspicious API activity which occurred 11 days ago. The Security Admin has asked to get the API activity from that point in time. How can this be achieved?

    A. Search the Cloud Watch logs to find for the suspicious activity which occurred 11 days ago
    B. Search the Cloudtrail event history on the API events which occurred 11 days ago.
    C. Search the Cloud Watch metrics to find for the suspicious activity which occurred 11 days ago
    D. Use IAM Config to get the API calls which were made 11 days ago.

  • Question 204:

    An organization is moving non-business-critical applications to IAM while maintaining a mission-critical application in an on-premises data center. An on-premises application must share limited confidential information with the applications in IAM. The internet performance is unpredictable.

    Which configuration will ensure continued connectivity between sites MOST securely?

    A. VPN and a cached storage gateway
    B. IAM Snowball Edge
    C. VPN Gateway over IAM Direct Connect
    D. IAM Direct Connect

  • Question 205:

    A company wants to encrypt data locally while meeting regulatory requirements related to key exhaustion. The encryption key can be no more than 10 days old or encrypt more than 2" 16 objects Any encryption key must be generated on a FlPS-validated hardware security module (HSM). The company is cost-conscious, as plans to upload an average of 100 objects to Amazon S3 each second for sustained operations across 5 data producers

    When approach MOST efficiently meets the company's needs?

    A. Use the IAM Encryption SDK and set the maximum age to 10 days and the minimum number of messages encrypted to 3" 16. Use IAM Key Management Service (IAM KMS) to generate the master key and data key Use data key caching with the Encryption SDk during the encryption process.
    B. Use IAM Key Management Service (IAM KMS) to generate an IAM managed CMK. Then use Amazon S3 client-side encryption configured to automatically rotate with every object
    C. Use IAM CloudHSM to generate the master key and data keys. Then use Boto 3 and Python to locally encrypt data before uploading the object Rotate the data key every 10 days or after 2" 16 objects have been Uploaded to Amazon 33
    D. Use server-side encryption with Amazon S3 managed encryption keys (SSE-S3) and set the master key to automatically rotate.

  • Question 206:

    Your company has a hybrid environment, with on-premise servers and servers hosted in the IAM cloud. They are planning to use the Systems Manager for patching servers. Which of the following is a pre-requisite for this to work?

    A. Ensure that the on-premise servers are running on Hyper-V.
    B. Ensure that an IAM service role is created
    C. Ensure that an IAM User is created
    D. Ensure that an IAM Group is created for the on-premise servers

  • Question 207:

    A company needs to store multiple years of financial records. The company wants to use Amazon S3 to store copies of these documents. The company must implement a solution to prevent the documents from being edited, replaced, or deleted for 7 years after the documents are stored in Amazon S3. The solution must also encrypt the documents at rest.

    A security engineer creates a new S3 bucket to store the documents. What should the security engineer do next to meet these requirements?

    A. Configure S3 server-side encryption. Create an S3 bucket policy that has an explicit deny rule for all users for s3:DeleteObject and s3:PutObject API calls. Configure S3 Object Lock to use governance mode with a retention period of 7 years.
    B. Configure S3 server-side encryption. Configure S3 Versioning on the S3 bucket. Configure S3 Object Lock to use compliance mode with a retention period of 7 years.
    C. Configure S3 Versioning. Configure S3 Intelligent-Tiering on the S3 bucket to move the documents to S3 Glacier Deep Archive storage. Use S3 server-side encryption immediately. Expire the objects after 7 years.
    D. Set up S3 Event Notifications and use S3 server-side encryption. Configure S3 Event Notifications to target an AWS Lambda function that will review any S3 API call to the S3 bucket and deny the s3:DeleteObject and s3:PutObject API calls. Remove the S3 event notification after 7 years.

  • Question 208:

    You need to establish a secure backup and archiving solution for your company, using IAM. Documents should be immediately accessible for three months and available for five years for compliance reasons. Which IAM service fulfills these requirements in the most cost-effective way? Choose the correct answer:

    A. Upload data to S3 and use lifecycle policies to move the data into Glacier for long-term archiving.
    B. Upload the data on EBS, use lifecycle policies to move EBS snapshots into S3 and later into Glacier for long-term archiving.
    C. Use Direct Connect to upload data to S3 and use IAM policies to move the data into Glacier for long-term archiving.
    D. Use Storage Gateway to store data to S3 and use lifecycle policies to move the data into Redshift for long-term archiving.

  • Question 209:

    An ecommerce website was down for 1 hour following a DDoS attack Users were unable to connect to the website during the attack period. The ecommerce company's security team is worried about future potential attacks and wants to prepare for such events The company needs to minimize downtime in its response to similar attacks in the future.

    Which steps would help achieve this? (Select TWO )

    A. Enable Amazon GuardDuty to automatically monitor for malicious activity and block unauthorized access.
    B. Subscribe to IAM Shield Advanced and reach out to IAM Support in the event of an attack.
    C. Use VPC Flow Logs to monitor network: traffic and an IAM Lambda function to automatically block an attacker's IP using security groups.
    D. Set up an Amazon CloudWatch Events rule to monitor the IAM CloudTrail events in real time use IAM Config rules to audit the configuration, and use IAM Systems Manager for remediation.
    E. Use IAM WAF to create rules to respond to such attacks

  • Question 210:

    A company uses Amazon API Gateway to present REST APIs to users. An API developer wants to analyze API access patterns without the need to parse the log files.

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

    A. Configure access logging for the required API stage.
    B. Configure an AWS CloudTrail trail destination for API Gateway events. Configure filters on the userldentity, userAgent, and sourcelPAddress fields.
    C. Configure an Amazon S3 destination for API Gateway logs. Run Amazon Athena queries to analyze API access information.
    D. Use Amazon CloudWatch Logs Insights to analyze API access information.
    E. Select the Enable Detailed CloudWatch Metrics option on the required API stage.

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.