route53resolver_update_firewall_config: Updates the configuration of the firewall behavior provided...

View source: R/route53resolver_operations.R

route53resolver_update_firewall_configR Documentation

Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC)

Description

Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).

See https://www.paws-r-sdk.com/docs/route53resolver_update_firewall_config/ for full documentation.

Usage

route53resolver_update_firewall_config(ResourceId, FirewallFailOpen)

Arguments

ResourceId

[required] The ID of the VPC that the configuration is for.

FirewallFailOpen

[required] Determines how Route 53 Resolver handles queries during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.

  • By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall blocks queries that it is unable to evaluate properly.

  • If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.

This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.