cisagov / crossfeed

External monitoring for organization assets
https://docs.crossfeed.cyber.dhs.gov
Creative Commons Zero v1.0 Universal
372 stars 54 forks source link

Name EC2 instances for quick identification in console #2346

Closed Matthew-Grayson closed 1 year ago

Matthew-Grayson commented 1 year ago

💡 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?