CertNova
Menu
← Back to PBQ types

Firewall PBQs: CompTIA Cloud+ (CV0-004)

easy

Question 1 of 3

You are a cloud administrator reviewing the security group rules for a web application instance in a VPC. The instance serves a public-facing website over HTTPS. A security review found that SSH ingress is allowed from any source, which violates company policy. Correct the security group: keep HTTPS open to the internet, restrict SSH to the management subnet (10.0.2.0/24) only, and add a default deny rule for all other ingress traffic.

Firewall Rules

#DirectionSourcePortProtocolActionOrder
1inboundany443tcpallow
2inboundany22tcpallow
3inboundanyanyanyallow

Rules are evaluated top to bottom. Use ▲▼ to reorder.

Progress

0 of 3 rules correct

Edit or add rules to configure the firewall, then mark complete

0 of 3 marked complete