Route53 Record Undefined
- Query id: 445dce51-7e53-4e50-80ef-7f94f14169e4
- Query name: Route53 Record Undefined
- Platform: Ansible
- Severity: High
- Category: Networking and Firewall
- CWE: 778
- URL: Github
Description¶
Route53 Record should have a list of records
Documentation
Code samples¶
Code samples with security vulnerabilities¶
Positive test num. 1 - yaml file
---
- name: Use a routing policy to distribute traffic02
community.aws.route53:
state: present
zone: foo.com
record: www.foo.com
type: CNAME
value:
ttl: 30
identifier: "host1@www"
weight: 100
health_check: "d994b780-3150-49fd-9205-356abdd42e75"
- name: Use a routing policy to distribute traffic03
community.aws.route53:
state: present
zone: foo.com
record: www.foo.com
type: CNAME
ttl: 30
identifier: "host1@www"
weight: 100
health_check: "d994b780-3150-49fd-9205-356abdd42e75"