ELK stack and db-accessor instances are not labeled in the console. The Terraform resources that manage these instances, accept a Name tag which updates their display name.
Motivation and context
This will speed up the identification of a stack in our logging in the case of an unintentional shutdown. It also makes the EC2 console more informative from the dashboard view.
💡 Summary
ELK stack and db-accessor instances are not labeled in the console. The Terraform resources that manage these instances, accept a Name tag which updates their display name.
Motivation and context
This will speed up the identification of a stack in our logging in the case of an unintentional shutdown. It also makes the EC2 console more informative from the dashboard view.
Implementation notes
Tag: "db-accessor-${stage}" Tag: "elk-stack-${stage}"
Acceptance criteria
How do we know when this work is done?