community.aws
community.aws copied to clipboard
Add task to get managed prefix lists
Summary
We use managed prefix lists shared between accounts as a way of providing teams the ability to allow traffic from other team's applications. It would be really helpful to be able to retrieve CIDR ranges from these prefix lists so that we can use them in nginx allow/deny statements
Issue Type
Feature Idea
Component Name
ec2_vpc_managed_prefix_list
Additional Information
This would be an entirely new module by the looks of it. It would need to support getting a prefix list by name/id (aws ec2 describe-managed-prefix-lists
) and getting the contents of a prefix list by id (aws ec2 get-managed-prefix-list-entries
)
Code of Conduct
- [X] I agree to follow the Ansible Code of Conduct