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

    An organization has three applications running on IAM, each accessing the same data on Amazon S3. The data on Amazon S3 is server-side encrypted by using an IAM KMS Customer Master Key (CMK).

    What is the recommended method to ensure that each application has its own programmatic access control permissions on the KMS CMK?

    A. Change the key policy permissions associated with the KMS CMK for each application when it must access the data in Amazon S3.
    B. Have each application assume an IAM role that provides permissions to use the IAM Certificate Manager CMK.
    C. Have each application use a grant on the KMS CMK to add or remove specific access controls on the KMS CMK.
    D. Have each application use an IAM policy in a user context to have specific access permissions on the KMS CMK.

  • Question 252:

    A company is hosting a website that must be accessible to users for HTTPS traffic. Also port 22 should be open for administrative purposes. The administrator's workstation has a static IP address of 203.0.113.1/32.

    Which of the following security group configurations are the MOST secure but still functional to support these requirements? Choose 2 answers from the options given below

    A. Port 443 coming from 0.0.0.0/0
    B. Port 443 coming from 10.0.0.0/16
    C. Port 22 coming from 0.0.0.0/0
    D. Port 22 coming from 203.0.113.1/32

  • Question 253:

    A Security Engineer has been asked to create an automated process to disable IAM user access keys that are more than three months old.

    Which of the following options should the Security Engineer use?

    A. In the IAM Console, choose the IAM service and select "Users". Review the "Access Key Age" column.
    B. Define an IAM policy that denies access if the key age is more than three months and apply to all users.
    C. Write a script that uses the GenerateCredentialReport, GetCredentialReport, and UpdateAccessKey APIs.
    D. Create an Amazon CloudWatch alarm to detect aged access keys and use an IAM Lambda function to disable the keys older than 90 days.

  • Question 254:

    A company's AWS CloudTrail logs are all centrally stored in an Amazon S3 bucket. The security team controls the company's AWS account. The security team must prevent unauthorized access and tampering of the CloudTrail logs.

    Which combination of steps should the security team take? (Choose three.)

    A. Configure server-side encryption with AWS KMS managed encryption keys (SSE-KMS)
    B. Compress log file with secure gzip.
    C. Create an Amazon EventBridge (Amazon CloudWatch Events) rule to notify the security team of any modifications on CloudTrail log files.
    D. Implement least privilege access to the S3 bucket by configuring a bucket policy.
    E. Configure CloudTrail log file integrity validation.
    F. Configure Access Analyzer for S3.

  • Question 255:

    A developer operations team uses AWS Identity and Access Management (IAM) to manage user permissions. The team created an Amazon EC2 instance profile role that uses an AWS managed ReadOnlyAccess policy. When an application that is running on Amazon EC2 tries to read a file from an encrypted Amazon S3 bucket, the application receives an AccessDenied error.

    The team administrator has verified that the S3 bucket policy allows everyone in the account to access the S3 bucket. There is no object ACL that is attached to the file.

    What should the administrator do to fix the IAM access issue?

    A. Edit the ReadOnlyAccess policy to add kms:Decrypt actions
    B. Add the EC2 IAM role as the authorized Principal to the S3 bucket policy
    C. Attach an inline policy with kms:Decrypt permissions to the IAM role
    D. Attach an inline policy with S3:* permissions to the IAM role

  • Question 256:

    A company maintains an open-source application that is hosted on a public GitHub repository. While creating a new commit to the repository, an engineer uploaded their IAM access key and secret access key. The engineer reported the mistake to a manager, and the manager immediately disabled the access key.

    The company needs to assess the impact of the exposed access key. A security engineer must recommend a solution that requires the least possible managerial overhead.

    Which solution meets these requirements?

    A. Analyze an AWS Identity and Access Management (IAM) use report from AWS Trusted Advisor to see when the access key was last used.
    B. Analyze Amazon CloudWatch Logs for activity by searching for the access key.
    C. Analyze VPC flow logs for activity by searching for the access key.
    D. Analyze a credential report in AWS Identity and Access Management (IAM) to see when the access key was last used.

  • Question 257:

    Which of the following minimizes the potential attack surface for applications?

    A. Use security groups to provide stateful firewalls for Amazon EC2 instances at the hypervisor level.
    B. Use network ACLs to provide stateful firewalls at the VPC level to prevent access to any specific IAM resource.
    C. Use IAM Direct Connect for secure trusted connections between EC2 instances within private subnets.
    D. Design network security in a single layer within the perimeter network (also known as DMZ, demilitarized zone, and screened subnet) to facilitate quicker responses to threats.

  • Question 258:

    A Security Engineer is defining the logging solution for a newly developed product. Systems Administrators and Developers need to have appropriate access to event log files in IAM CloudTrail to support and troubleshoot the product.

    Which combination of controls should be used to protect against tampering with and unauthorized access to log files? (Choose two.)

    A. Ensure that the log file integrity validation mechanism is enabled.
    B. Ensure that all log files are written to at least two separate Amazon S3 buckets in the same account.
    C. Ensure that Systems Administrators and Developers can edit log files, but prevent any other access.
    D. Ensure that Systems Administrators and Developers with job-related need-to-know requirements only are capable of viewing--but not modifying--the log files.
    E. Ensure that all log files are stored on Amazon EC2 instances that allow SSH access from the internal corporate network only.

  • Question 259:

    A security team is working on a solution that will use Amazon EventBridge (Amazon CloudWatch Events) to monitor new Amazon S3 objects. The solution will monitor for public access and for changes to any S3 bucket policy or setting that result in public access. The security team configures EventBridge to watch for specific API calls that are logged from AWS CloudTrail. EventBridge has an action to send an email notification through Amazon Simple Notification Service (Amazon SNS) to the security team immediately with details of the API call.

    Specifically, the security team wants EventBridge to watch for the s3:PutObjectAcl, s3:DeleteBucketPolicy, and s3:PutBucketPolicy API invocation logs from CloudTrail. While developing the solution in a single account, the security team discovers that the s3:PutObjectAcl API call does not invoke an EventBridge event However, the s3:DeleteBucketPolicy API call and the s3:PutBucketPolicy API call do invoke an event.

    The security team has enabled CloudTrail for AWS management events with a basic configuration in the AWS Region in which EventBridge is being tested. Verification of the EventBridge event pattern indicates that the pattern is set up correctly. The security team must implement a solution so that the s3:PutObjectAcl API call will invoke an EventBridge event. The solution must not generate false notifications.

    Which solution will meet these requirements?

    A. Modify the EventBridge event pattern by selecting Amazon S3. Select All Events as the event type.
    B. Modify the EventBridge event pattern by selecting Amazon S3. Select Bucket Level Operations as the event type.
    C. Enable CloudTrail Insights to identify unusual API activity.
    D. Enable CloudTrail to monitor data events for read and write operations to S3 buckets.

  • Question 260:

    A company is planning on using IAM EC2 and IAM Cloudfrontfor their web application. For which one of the below attacks is usage of Cloudfront most suited for?

    A. Cross side scripting
    B. SQL injection
    C. DDoS attacks
    D. Malware attacks

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.