Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec2_eni - Migrate to boto3 (ansible-collections#142)
* ec2_eni: Move to boto3, add support for tags and name Initial port from ansible/ansible#54950 Co-authored-by: Mike Healey <[email protected]> Co-authored-by: Tim <[email protected]> Co-authored-by: s-hertel <[email protected]> * early retry - doesn't do anything * Use random CIDR for VPC to reduce the risk of conflicts Start the ec2 instances early so we don't need to wait so long for them * Add AWSRetry to ec2_eni_info * ec2_eni_info - Add support for eni_id * Add minimal tests for ec2_eni Fix association / attachment documentation - Technically this changed with the boto2 -> boto3 migration. Since it's been this way for so long (Ansible 2.5), don't try adding backwards compatibility. * Add retries to ec2_eni * Add 'tags' as an output for ec2_eni_info for consistency * Purging IP addresses sometimes takes time. * Update version_added
- Loading branch information