假设一家公司有多个团队使用 EC2,那么在创建实例或 ami 时设置一些 TAG 指南的一些常见或实用的策略是什么,以便更轻松地搜索和过滤资源?
答案1
最初,我们尝试强制每个创建虚拟机的人使用以下格式的标签。
name [name of the person creating the vm] project [project for the vm created for] team [team the VM belongs to] purpose [what is the VM used for] application [what application will be served on the vm]
效果很好。我们即兴创建了一个简单的 PHP 表单,该表单将调用 EC2 API。PHP 表单经过验证,因此所有条目都是有效、一致和强制性的。团队和项目都有列表框。
使用简单的 fog.io EC2 api,我们将根据标签生成报告