nerdexam
CompTIA

CV0-003 · Question #330

A security administrator wants to automate the implementation of network-based ACLs for services deployed within the company VPC. The security administrator is mostly concerned with intra-VPN…

The correct answer is C. Configure the appropriate IDS rules using the cloud portal. Configuring security rules through the cloud provider's portal enables centralized, cloud-native control over intra-VPC traffic, making it the appropriate mechanism for enforcing service-to-service separation.

Security

Question

A security administrator wants to automate the implementation of network-based ACLs for services deployed within the company VPC. The security administrator is mostly concerned with intra-VPN separation to prevent unauthorized communication between cloud deployed services within the VPC. Which of the following should the security administrator implement?

Options

  • AInclude a list of the firewall rules in the orchestration script
  • BUse the cloud API to deploy and configure anti-malware services
  • CConfigure the appropriate IDS rules using the cloud portal
  • DWrite custom scripts to deploy a network ACL between the VPC and the company's network

How the community answered

(33 responses)
  • A
    24% (8)
  • B
    12% (4)
  • C
    55% (18)
  • D
    9% (3)

Why each option

Configuring security rules through the cloud provider's portal enables centralized, cloud-native control over intra-VPC traffic, making it the appropriate mechanism for enforcing service-to-service separation.

AInclude a list of the firewall rules in the orchestration script

Including firewall rules in an orchestration script targets traditional firewall infrastructure rather than the cloud-native ACL mechanisms designed to govern communication between services inside a VPC.

BUse the cloud API to deploy and configure anti-malware services

Deploying anti-malware services via the cloud API addresses host-based threats and malicious software, not the network-layer access controls required to segment services within a VPC.

CConfigure the appropriate IDS rules using the cloud portalCorrect

Cloud provider portals expose native security rule engines - such as security groups and network ACLs - that operate at the VPC level to control traffic between deployed services. Configuring these rules through the portal directly targets intra-VPC lateral traffic, enforcing separation between cloud-deployed services without requiring custom infrastructure or scripts that could introduce errors or drift from the cloud's built-in policy enforcement.

DWrite custom scripts to deploy a network ACL between the VPC and the company's network

Writing scripts to deploy a network ACL between the VPC and the company's network addresses the perimeter boundary of the VPC, not the intra-VPC separation between cloud-deployed services.

Concept tested: Cloud portal configuration for intra-VPC network access control

Source: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html

Topics

#VPC security#network ACL#intra-VPC separation#firewall automation

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice