Is there a way to tag a root volume when initializing from the cloudformation template?

前端 未结 4 1584
傲寒
傲寒 2021-02-13 01:15

I am creating an instance through the cloud formation script.

The only way I found to attach an OS partition was through \"BlockDeviceMappings\" property. (I\'ve tried t

4条回答
  •  鱼传尺愫
    2021-02-13 02:06

    You can use CloudFormation template to create resources like CloudWatch event rule and Lambda. The lambda invocation can get triggered not only when there is instance creation event but when updates happen to instance tags.

提交回复
热议问题