nerdexam
CompTIA

CV0-003 · Question #460

An administrator is creating new severs in a public cloud. The workflow creates and application group with three VMs, one web server, one application server and one database server. The three VMs are

The correct answer is D. Misconfigure routing. In a public cloud multi-tier deployment, successful SSH access to all VMs confirms basic connectivity, but a 503 database error indicates the application and database subnets cannot route traffic to each other due to missing or incorrect route table entries.

Troubleshooting

Question

An administrator is creating new severs in a public cloud. The workflow creates and application group with three VMs, one web server, one application server and one database server. The three VMs are all accessible via SSH, but the websites shows a 503-error referring to a database issue. Which of the following is the MOST likely cause of the error?

Options

  • AMisconfigured VLAN
  • BMisconfigured proxy
  • CMisconfigured firewall rule
  • DMisconfigure routing

How the community answered

(39 responses)
  • A
    13% (5)
  • B
    3% (1)
  • C
    10% (4)
  • D
    74% (29)

Why each option

In a public cloud multi-tier deployment, successful SSH access to all VMs confirms basic connectivity, but a 503 database error indicates the application and database subnets cannot route traffic to each other due to missing or incorrect route table entries.

AMisconfigured VLAN

A misconfigured VLAN would block all inter-VM communication including SSH, but SSH is confirmed working to all three VMs, eliminating VLAN misconfiguration as the cause.

BMisconfigured proxy

A misconfigured proxy affects HTTP or HTTPS forwarding at the web tier, not backend database connectivity, and would not produce a 503 error referencing a database issue.

CMisconfigured firewall rule

While a firewall rule blocking the database port is plausible, automated cloud workflows that create the VMs and security groups together are more likely to misconfigure routing between subnets than to create an intentionally open SSH rule while blocking the database port.

DMisconfigure routingCorrect

Public cloud environments place web, application, and database tier VMs in separate subnets, each governed by its own route table. SSH may succeed over a management path while application-to-database traffic fails if the route table for the application subnet lacks an entry directing database-bound traffic to the correct next hop. A misconfigured route table is the most common oversight in automated cloud workflows that create subnet-separated tier architectures, producing a 503 error when the app server cannot reach the database.

Concept tested: Cloud VPC route table configuration for multi-tier application subnets

Source: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html

Topics

#network troubleshooting#routing#503 error#database connectivity

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice