Courseiva
Security Logging and MonitoringmediumMultiple ChoiceObjective-mapped

SCS-C02 Security Logging and Monitoring Practice Question

Network Topology
aws configservice get-compliance-details-by-config-ruleconfig-rule-name s3-bucket-ssl-requests-onlycompliance-types NON_COMPLIANT"EvaluationResults": ["ComplianceResourceType": "AWS::S3::Bucket","ComplianceResourceId": "my-bucket","ComplianceType": "NON_COMPLIANT",Bucket policy for my-bucket:"Version": "2012-10-17","Statement": ["Effect": "Deny","Principal": "*","Action": "s3:*","Resource": "arn:aws:s3:::my-bucket/*","Condition": {"Bool": {"aws:SecureTransport": "false"

Refer to the exhibit. An AWS Config rule 's3-bucket-ssl-requests-only' evaluates whether S3 buckets deny HTTP requests. The exhibit shows the evaluation result and the bucket policy. Why is the bucket marked as NON_COMPLIANT despite having a Deny policy for HTTP requests?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The bucket policy is missing the 'aws:SecureTransport': 'false' condition for the bucket resource (without /*).

The Config rule likely evaluates the bucket-level policy. The current policy only denies HTTP requests to objects (/*), not to the bucket itself. To be compliant, the bucket must also have a Deny for the bucket resource ARN without the /*.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The bucket policy is missing the 'aws:SecureTransport': 'false' condition for the bucket resource (without /*).

    Why this is correct

    The rule may check that the bucket itself (not just objects) denies HTTP requests. The policy only covers objects. Adding a statement for the bucket ARN 'arn:aws:s3:::my-bucket' would fix the compliance.

  • The policy uses 'Deny' but the rule expects an 'Allow' statement for HTTPS only.

    Why it's wrong here

    A Deny for HTTP is valid; the rule is designed to check for a Deny on HTTP.

  • The bucket policy only denies HTTP requests to objects, not to the bucket itself.

    Why it's wrong here

    The resource is 'arn:aws:s3:::my-bucket/*' which applies to objects. The rule likely requires a bucket-level policy as well.

  • The annotation says 'Bucket does not have a policy that denies HTTP requests.' but the policy does have one, so this is a false positive.

    Why it's wrong here

    The annotation is accurate because the policy does not deny HTTP requests to the bucket itself, only to objects.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

Courseiva writes every SCS-C02 question from scratch — 376 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SCS-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SCS-C02 exam.