Courseiva
Back to AWS Certified Security - Specialty questions

Scenario-based practice

Hard Difficulty Questions

Practise AWS Certified Security - Specialty practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

20
scenario questions
SCS-C03
exam code
Amazon Web Services
vendor

Scenario guide

How to approach hard difficulty questions

These are the questions most candidates get wrong. They require connecting multiple concepts, reading tricky output, or knowing edge-case behaviour that isn't on most study cards. Practising them trains you to operate under uncertainty — a necessary skill on the real exam.

Quick answer

Hard Difficulty Questions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Related practice questions

Related SCS-C03 topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1hardmulti select
Full question →

Which THREE of the following are considered 'Detective' controls within the AWS security framework?

Question 2hardmultiple choice
Full question →

Refer to the exhibit. The log entry shows a denied 'DeleteTable' attempt. Which service, if configured, would have automatically triggered an alert based on this specific log entry?

Exhibit

2023-10-27T10:00:00Z | User: Admin | Action: DeleteTable | Resource: DynamoDB | Status: Denied
Question 3hardmultiple choice
Full question →

Refer to the exhibit. An administrator accidentally applied this bucket policy. What is the immediate impact on the ability to manage the S3 bucket?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Deny",
      "Action": "s3:DeleteBucket",
      "Resource": "arn:aws:s3:::production-data",
      "Principal": {
        "AWS": "*"
      }
    }
  ]
}
Question 4hardmulti select
Full question →

A security analyst suspects an EC2 instance is compromised and being used for command and control (C2) communication. Which TWO actions should be performed to preserve evidence while containing the threat?

Question 5hardmulti select
Full question →

Which THREE AWS services are critical for automating an incident response plan for detecting and containing unauthorized IAM credential usage?

Question 6hardmultiple choice
Full question →

An organization detects unauthorized access to their AWS account. They want to ensure they have an audit trail that cannot be tampered with by the attacker. Which configuration provides the highest level of integrity for CloudTrail logs?

Question 7hardmulti select
Full question →

Which THREE of the following resource types are currently supported by IAM Access Analyzer to identify potential public or cross-account access?

Question 8hardmultiple choice
Full question →

A security analyst needs to detect potential exfiltration of sensitive data from an S3 bucket that has public access blocked. Which Amazon GuardDuty feature should be configured to detect anomalous data access patterns by internal IAM users?

Question 9hardmultiple choice
Full question →

An organization is using AWS Direct Connect to link their on-premises data center to their AWS VPC. They have a strict requirement that all data in transit over the Direct Connect link must be encrypted at the network layer. Which solution should they implement?

Question 10hardmultiple choice
Full question →

A company requires all outbound internet traffic from its VPC to be inspected by a fleet of third-party firewall appliances. The solution must scale horizontally and ensure that traffic is symmetric, meaning requests and responses pass through the same firewall instance. Which architecture should the security engineer implement?

Question 11hardmulti select
Full question →

Which THREE actions are essential to harden an Amazon EC2 Linux instance against unauthorized SSH access?

Question 12hardmultiple choice
Review the full routing breakdown →

A company uses an Application Load Balancer (ALB) to route traffic to EC2 instances. A security engineer needs to ensure that only traffic originating from a specific Amazon CloudFront distribution can reach the ALB. What is the most secure way to implement this restriction?

Question 13hardmultiple choice
Full question →

Refer to the exhibit. An incident responder needs to access the production-data bucket to investigate a breach. They apply this policy to their IAM user, but get 'Access Denied' when running 'aws s3 ls s3://production-data'. Why?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:ListBucket",
      "Resource": "arn:aws:s3:::production-data"
    }
  ]
}

A security engineer is hardening an Amazon VPC environment. To achieve defense-in-depth, the engineer needs to implement network filtering mechanisms that apply stateful inspection at the instance level and stateless inspection at the subnet boundary. Which TWO AWS features should the engineer configure to meet these requirements? (Choose two)

Question 15hardmultiple choice
Full question →

Your company has a multi-account environment managed by AWS Organizations. A security incident reveals that a member account has been compromised. You must prevent the attacker from disabling CloudTrail or deleting logs in that account while maintaining central visibility. What is the most effective approach?

Question 16hardmulti select
Full question →

A security incident indicates an EC2 instance is likely compromised and communicating with a C2 server. The security team needs to perform memory forensics and isolate the instance while preserving evidence. Which TWO actions should the team perform?

Question 17hardmultiple choice
Full question →

An enterprise organization runs critical databases in Amazon RDS within a private VPC. Compliance mandates that traffic traversing between the application servers and the database must be encrypted in transit using strict mutual TLS authentication and strong cipher suites. Which configuration should the security engineer implement?

Question 18hardmulti select
Full question →

Which THREE conditions are required for a user to assume an IAM role in another account? (Select THREE)

Question 19hardmulti select
Full question →

An organization is migrating to AWS and needs to enforce security guardrails across multiple accounts. Which TWO actions should the security team perform to ensure compliance? (Select TWO)

Question 20hardmulti select
Full question →

Which THREE actions are best practices for managing root user account security? (Select THREE)

These SCS-C03 practice questions are part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style SCS-C03 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.