stratus-red-team
stratus-red-team copied to clipboard
Standardize Naming of Instances Created During Warmup Stage
Going through the tf code for each of the different scenarios in AWS I realized that the naming of created instances follows no particular pattern. I noticed one name something with the format "StratusRedTeam
I think standardizing these to being something of the form "stratus-red-team-
Related to this, I think that tagging resources with a tag stating that the instance was created by SRT rather than the name of the particular simulation name could help in identifying random resources if for some reason resources were not able to be destroyed properly.
Thanks for reporting! Definitely agree with you.
Created a PR related to this issue here: https://github.com/DataDog/stratus-red-team/pull/242
Done in #242