You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: