✅ Execute volume tagging to honor AWS Service Control Policy

Customer AWS Service Control Policy in AWS requires the volumes to be tagged along with the instance during provisioning,


The current automation process for provisioning AWS services via Morpheus fails when trying to provision. We can set the blueprint to tag the service during provisioning, but the customer AWS Service Control policy requires the tagging of the instance AND the volume. Morpheus can not tag the volume at present. There may be a way to add a script that tags the volume via API.


2 Likes

Would be more useful if other resources can be tagged as well. eg: snapshot, s3 bucket etc

3 Likes

Agreed, there is an opportunity to look at where else we could tag within the UI natively. We do support IaC (TF / CF / ARM) which is a bit more manual but could be used as a work around to deploy with the tags at all levels required.

1 Like

This is actually a resource type TagSpecification during the EC2Launch API. This functionality has been changed for 6.0.6 and 6.2.1 to also apply to the volumes created as a result of the EC2Provision… Update has also been modified to do this.

2 Likes