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

    An international company has established a new business entity in South Korea. The company also has established a new AWS account to contain the workload for the South Korean region. The company has set up the workload in the new account in the ap- northeast-2 Region. The workload consists of three Auto Scaling groups of Amazon EC2 instances. All workloads that operate in this Region must keep system logs and application logs for 7 years.

    A security engineer must implement a solution to ensure that no logging data is lost for each instance during scaling activities. The solution also must keep the logs for only the required period of 7 years. Which combination of steps should the security engineer take to meet these requirements? (Choose three.)

    A. Ensure that the Amazon CloudWatch agent is installed on all the EC2 instances that the Auto Scaling groups launch. Generate a CloudWatch agent configuration file to forward the required logs to Amazon CloudWatch Logs.
    B. Set the log retention for desired log groups to 7 years.
    C. Attach an IAM role to the launch configuration or launch template that the Auto Scaling groups use. Configure the role to provide the necessary permissions to forward logs to Amazon CloudWatch Logs.
    D. Attach an IAM role to the launch configuration or launch template that the Auto Scaling groups use. Configure the role to provide the necessary permissions to forward logs to Amazon S3.
    E. Ensure that a log forwarding application is installed on all the EC2 instances that the Auto Scaling groups launch. Configure the log forwarding application to periodically bundle the logs and forward the logs to Amazon S3.
    F. Configure an Amazon S3 Lifecycle policy on the target S3 bucket to expire objects after 7 years.

  • Question 492:

    You are responsible to deploying a critical application onto IAM. Part of the requirements for this application is to ensure that the controls set for this application met PCI compliance. Also there is a need to monitor web application logs to identify any malicious activity. Which of the following services can be used to fulfil this requirement. Choose 2 answers from the options given below

    A. Amazon Cloudwatch Logs
    B. Amazon VPC Flow Logs
    C. Amazon IAM Config
    D. Amazon Cloudtrail

  • Question 493:

    A company's data scientists want to create artificial intelligence and machine learning (AI/ML) training models by using Amazon SageMaker. The training models will use large datasets in an Amazon S3 bucket. The datasets contain sensitive information.

    On average. the data scientists need 30 days to train models. The S3 bucket has been secured appropriately The companfs data retention policy states that all data that is older than 45 days must be removed from the S3 bucket.

    Which action should a security engineer take to enforce this data retention policy?

    A. Configure an S3 Lifecycle rule on the S3 bucket to delete objects after 45 days.
    B. Create an AWS Lambda function to check the last-modified date of the S3 objects and delete objects that are older than 45 days. Create an S3 event notification to invoke the Lambda function for each PutObject operation.
    C. Create an AWS Lambda function to check the last-modified date of the S3 objects and delete objects that are older than 45 days. Create an Amazon EventBridge rule to invoke the Lambda function each month.
    D. Configure S3 Intelligent-Ttering on the S3 bucket to automatically transition objects to another storage class.

  • Question 494:

    A Security Engineer is working with the development team to design a supply chain application that stores sensitive inventory data in an Amazon S3 bucket. The application will use an IAM KMS customer master key (CMK) to encrypt the data on Amazon S3. The inventory data on Amazon S3 will be shared of vendors. All vendors will use IAM principals from their own IAM accounts to access the data on Amazon S3. The vendor list may change weekly, and the solution must support cross-account access.

    What is the MOST efficient way to manage access control for the KMS CMK7?

    A. Use KMS grants to manage key access. Programmatically create and revoke grants to manage vendor access.
    B. Use an IAM role to manage key access. Programmatically update the IAM role policies to manage vendor access.
    C. Use KMS key policies to manage key access. Programmatically update the KMS key policies to manage vendor access.
    D. Use delegated access across IAM accounts by using IAM roles to manage key access. Programmatically update the IAM trust policy to manage cross-account vendor access.

  • Question 495:

    You have an Amazon VPC that has a private subnet and a public subnet in which you have a NAT instance server. You have created a group of EC2 instances that configure themselves at startup by downloading a bootstrapping script from S3 that deploys an application via GIT.

    Which one of the following setups would give us the highest level of security?

    Choose the correct answer from the options given below.

    A. EC2 instances in our public subnet, no EIPs, route outgoing traffic via the IGW
    B. EC2 instances in our public subnet, assigned EIPs, and route outgoing traffic via the NAT
    C. EC2 instance in our private subnet, assigned EIPs, and route our outgoing traffic via our IGW
    D. EC2 instances in our private subnet, no EIPs, route outgoing traffic via the NAT

  • Question 496:

    An organization wants to log all IAM API calls made within all of its IAM accounts, and must have a central place to analyze these logs. What steps should be taken to meet these requirements in the MOST secure manner? (Select TWO)

    A. Turn on IAM CloudTrail in each IAM account
    B. Turn on CloudTrail in only the account that will be storing the logs
    C. Update the bucket ACL of the bucket in the account that will be storing the logs so that other accounts can log to it
    D. Create a service-based role for CloudTrail and associate it with CloudTrail in each account
    E. Update the bucket policy of the bucket in the account that will be storing the logs so that other accounts can log to it

  • Question 497:

    A security engineer is designing a cloud architecture to support an application. The application runs on Amazon EC2 instances and processes sensitive information, including credit card numbers.

    The application will send the credit card numbers to a component that is running in an isolated environment. The component will encrypt, store, and decrypt the numbers.

    The component then will issue tokens to replace the numbers in other parts of the application.

    The component of the application that manages the tokenization process will be deployed on a separate set of EC2 instances. Other components of the application must not be able to store or access the credit card numbers.

    Which solution will meet these requirements?

    A. Use EC2 Dedicated Instances for the tokenization component of the application.
    B. Place the EC2 instances that manage the tokenization process into a partition placement group.
    C. Create a separate VPC. Deploy new EC2 instances into the separate VPC to support the data tokenization.
    D. Deploy the tokenization code onto AWS Nitro Enclaves that are hosted on EC2 instances.

  • Question 498:

    A Security Engineer must implement mutually authenticated TLS connections between containers that communicate inside a VPC.

    Which solution would be MOST secure and easy to maintain?

    A. Use IAM Certificate Manager to generate certificates from a public certificate authority and deploy them to all the containers.
    B. Create a self-signed certificate in one container and use IAM Secrets Manager to distribute the certificate to the other containers to establish trust.
    C. Use IAM Certificate Manager Private Certificate Authority (ACM PCA) to create a subordinate certificate authority, then create the private keys in the containers and sign them using the ACM PCA API.
    D. Use IAM Certificate Manager Private Certificate Authority (ACM PCA) to create a subordinate certificate authority, then use IAM Certificate Manager to generate the private certificates and deploy them to all the containers.

  • Question 499:

    An organization is using Amazon CloudWatch Logs with agents deployed on its Linux Amazon EC2 instances. The agent configuration files have been checked and the application log files to be pushed are configured correctly. A review has identified that logging from specific instances is missing.

    Which steps should be taken to troubleshoot the issue? (Choose two.)

    A. Use an EC2 run command to confirm that the "IAMlogs" service is running on all instances.
    B. Verify that the permissions used by the agent allow creation of log groups/streams and to put log events.
    C. Check whether any application log entries were rejected because of invalid time stamps by reviewing /var/cwlogs/rejects.log.
    D. Check that the trust relationship grants the service "cwlogs.amazonIAM.com" permission to write objects to the Amazon S3 staging bucket.
    E. Verify that the time zone on the application servers is in UTC.

  • Question 500:

    Your CTO thinks your IAM account was hacked.

    What is the only way to know for certain if there was unauthorized access and what they did, assuming your hackers are very sophisticated IAM engineers and doing everything they can to cover their tracks?

    A. Use CloudTrail Log File Integrity Validation.
    B. Use IAM Config SNS Subscriptions and process events in real time.
    C. Use CloudTrail backed up to IAM S3 and Glacier.
    D. Use IAM Config Timeline forensics.

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.