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
I have created an ebs volume with cloudformation which I want to bind to my ec2 instance using the ec2_vol plugin.
When I want to attach an existing ebs volume to my ec2 it does not work. The plugin wants to delete aws specific tags (in this example created by cloudformation). With ansible v.2.9.9 the ebs volume will be attached successfully.
Summary
I have created an ebs volume with cloudformation which I want to bind to my ec2 instance using the
ec2_vol
plugin.When I want to attach an existing ebs volume to my ec2 it does not work. The plugin wants to delete aws specific tags (in this example created by cloudformation). With ansible v.2.9.9 the ebs volume will be attached successfully.
Issue Type
Bug Report
Component Name
ec2_vol
Ansible Version
Configuration
$ ansible-config dump --only-changed
OS / Environment
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
Steps to Reproduce
Expected Results
I expected that my existing ebs volume will be attached to my ec2 instance. With ansible version 2.9.9 it works as expected.
Actual Results
The text was updated successfully, but these errors were encountered: