AWS cli documentation change
Summary
Updated CLI version, added regional warning, expanded domain pattern validation, added DICTIONARY_DGA threat type
Security assessment
Added DICTIONARY_DGA threat detection capability documentation, which is a security feature against domain generation algorithms used by malware. Expanded domain pattern allows more special characters but no explicit security issue addressed.
Diff
diff --git a/cli/latest/reference/route53globalresolver/create-firewall-rule.md b/cli/latest/reference/route53globalresolver/create-firewall-rule.md index 7012a6624..9cb031347 100644 --- a//cli/latest/reference/route53globalresolver/create-firewall-rule.md +++ b//cli/latest/reference/route53globalresolver/create-firewall-rule.md @@ -15 +15 @@ - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) » @@ -60,0 +61,4 @@ Creates a DNS firewall rule. Firewall rules define actions (ALLOW, BLOCK, or ALE +### Warning + +Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify `--region us-east-2` on Amazon Web Services CLI commands. + @@ -146 +150 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/route5 -> * pattern: `\*?[-a-zA-Z0-9.]+` +> * pattern: `\*?[a-zA-Z0-9!"#$%&'()*+,./:;<=>?@\[\\\]^_`{|}~-]+` @@ -216,0 +221 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/route5 +> * `DICTIONARY_DGA` @@ -421 +426 @@ blockOverrideDomain -> (string) -> * pattern: `\*?[-a-zA-Z0-9.]+` +> * pattern: `\*?[a-zA-Z0-9!"#$%&'()*+,./:;<=>?@\[\\\]^_`{|}~-]+` @@ -482,0 +488 @@ dnsAdvancedProtection -> (string) +> * `DICTIONARY_DGA` @@ -583 +589 @@ updatedAt -> (timestamp) - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) »