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
This is my first ever issue and I'm beginner in automation,( different profile) . This template is very helpful for encryption at rest for ebs volume except tagging issue.
Provided template stack2 doesn't copy the tags from describe API hence that can't be applied to create volume api.
I tried giving below in outputs under describe volume API but remediation gets failed in describe volume only.
Error :
Failure message
Step fails when it is Execute/Cancelling action. Error converting output: tags to String. Actual value: [{"Key":"Name","Value":"test"}]. Please refer to Automation Service Troubleshooting Guide for more diagnosis details.
Can we modify this template to work with the tags because we don't want to loose the tags, tags associated with the old volume should carry to new encrypted volume.
The text was updated successfully, but these errors were encountered:
Hi Team
This is my first ever issue and I'm beginner in automation,( different profile) . This template is very helpful for encryption at rest for ebs volume except tagging issue.
Provided template stack2 doesn't copy the tags from describe API hence that can't be applied to create volume api.
I tried giving below in outputs under describe volume API but remediation gets failed in describe volume only.
Selector: $.Volumes[0].Tags
Type: String
Error :
Failure message
Step fails when it is Execute/Cancelling action. Error converting output: tags to String. Actual value: [{"Key":"Name","Value":"test"}]. Please refer to Automation Service Troubleshooting Guide for more diagnosis details.
Can we modify this template to work with the tags because we don't want to loose the tags, tags associated with the old volume should carry to new encrypted volume.
The text was updated successfully, but these errors were encountered: