Tag Specific Volume in a Multi-Volume Launch Template

0

I have a Launch Template with multiple volumes. I'd like to tag one of the volumes in a specific way so that I can make snapshots solely of this volume via DLM or AWS Backup, is there any way to do that ?

profile picture
asked 2 years ago547 views
2 Answers
1

One way to do this would be to use EventBridge. Configure an EventBridge Rule that matches the launch of your EC2 instance. The Rule would then invoke a Lambda function, written by you, that tags the attached volume according to your desired preferences.

AWS
EXPERT
answered 2 years ago
0

hi, by using AWS Resource Group / Tag Editor s ?

hope it helps !

aaagius
answered 2 years ago
  • Hi! Thank you for your help. I may not have been accurate enough in my question. I'd like the process to be automatic when the resource is being created. I am trying to achieve a redundant single instance that will run within an ASG spanning multiple AZs.

    One of the EBS shall be persistent among the multiple AZs; to achieve this I want it to be automatically snapshot'ed when created. If an AZ were to go down, the launch template (being updated with the latest snapshot every time a snapshot is taken) would be used to create an instance in the next available AZ. The new EBS in the new AZ should now automatically be the new source of snapshots.

    From what I understand using Tag Editor would be more as a manual procedure. When using a Launch Template I can tag my EBS volumes as a whole, but unfortunately not individually.

    Thanks.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions