I am looking for some guidance from the serverfault community.
We are spinning up several new AWS instances (windows server 2008/2012) over the next few days. We have a naming convention in place for AWS, and tags so we can keep track of owner, date created, domain joined and cost center.
I am trying to figure out a good method to 'auto-tag' instances.
The use case would go like this:
Script (powershell/or app of some sort) would poll AWS each night at midnight and look for instances missing tags. Once the instance(s) have been found, it would then attempt to append the IP address of the instance as the AWS name and a predetermined set of default tags to keep track of the previously 'untagged' instance(s).
Anyone familiar with this? I am not very good at scripting, but am willing to try-but am unsure where to look.
Thanks