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
Unlike the other ELB modules the elb_classic_lb module does not support the deletion_protection argument.
This is somewhat inconsistent as this is a flag supported by all ELB types on AWS. So it would be nice to add it to the Ansible module too.
So one could add this line to all elb modules: deletion_protection: true
Ok, rechecking the AWS Console, it might be that deletion protection might not be available on those ELBs on AWS side. was just confused by the Boto3 docs which make it appear like this is possible for all ELB types.
Summary
Unlike the other ELB modules the
elb_classic_lb
module does not support thedeletion_protection
argument.This is somewhat inconsistent as this is a flag supported by all ELB types on AWS. So it would be nice to add it to the Ansible module too.
So one could add this line to all elb modules:
deletion_protection: true
Thank you for your consideration.
Issue Type
Feature Idea
Component Name
amazon.aws.elb_classic_lb
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: