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
已提問 2 年前檢視次數 548 次
2 個答案
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
專家
已回答 2 年前
0

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

hope it helps !

aaagius
已回答 2 年前
  • 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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南