Courseiva
Question 1,355 of 1,663
Monitoring and TroubleshootingeasyMultiple ChoiceObjective-mapped

DBS-C01 Monitoring and Troubleshooting Practice Question

A developer is receiving timeout errors when connecting to an Amazon ElastiCache for Redis cluster from an Amazon EC2 instance. The security group for the EC2 instance allows outbound traffic to the Redis cluster's security group on port 6379. The Redis cluster's security group does not allow inbound traffic from the EC2 instance. What is the most likely cause of the timeout?

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 Redis cluster security group does not have an inbound rule allowing traffic from the EC2 security group on port 6379

Security groups are stateful, meaning that if an outbound rule allows traffic, the return traffic is automatically allowed. However, inbound traffic must be explicitly permitted by the target security group. In this scenario, the EC2 instance's security group allows outbound traffic to the Redis cluster's security group on port 6379, but the Redis cluster's security group does not have an inbound rule allowing traffic from the EC2 security group on that port. Therefore, the connection is blocked, causing timeout errors. Option A is incorrect because network ACLs are stateless and would affect both inbound and outbound traffic, but the issue is specifically with security groups. Option C is incorrect because subnet route tables control network routing, not port-level access. Option D is incorrect because ElastiCache for Redis clusters are accessible within the same VPC if proper security group rules are configured.

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 network ACL for the Redis subnet is blocking inbound traffic on port 6379

    Why it's wrong here

    NACLs are stateless and would also block outbound response if not configured, but security group is the first check.

  • The Redis cluster security group does not have an inbound rule allowing traffic from the EC2 security group on port 6379

    Why this is correct

    Inbound rules are required for the target security group.

  • The subnet route table does not have a route to the Redis cluster

    Why it's wrong here

    Route tables direct traffic between subnets; they don't block specific ports.

  • The Redis cluster is not accessible from within the same VPC

    Why it's wrong here

    ElastiCache clusters are accessible within the VPC if security groups permit.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 20, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This DBS-C01 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 DBS-C01 exam.