cloudstax / firecamp

Serverless Platform for the stateful services
https://www.cloudstax.io
Apache License 2.0
208 stars 21 forks source link

worker volumes are not tagged #61

Closed jazzl0ver closed 6 years ago

jazzl0ver commented 6 years ago

Please, fix

JuniusLuo commented 6 years ago

To confirm, you are suggesting to add tag to the EBS volume of the EC2 instance, right?

AWS CloudFormation AutoScalingGroup tags the EC2 instance, while not tag the EBS volume. We will have to add tag in the shell script, passed in user data. Will add a patch for it.

jazzl0ver commented 6 years ago

To confirm, you are suggesting to add tag to the EBS volume of the EC2 instance, right?

Correct. Thank you!

cloudstax commented 6 years ago

1.0 supports the worker volume tag. While, the volume of the Bastion node is not tagged. The Bastion node is created by the common Bastion template, which is developed by AWS.