Closed
Bug 1627116
Opened 6 years ago
Closed 5 years ago
[worker-manager] aws-provider should tag EC2 volumes with worker type
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: miles, Assigned: miles)
References
(Blocks 1 open bug)
Details
We need to track spending on EC2 volumes, and tagging will allow us to filter/search for them in the cost inspector.
We'll need to find the volumes for each instance, probably as part of the scanning loop, and tag them.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → miles
| Assignee | ||
Comment 1•5 years ago
|
||
It turns out we can tag volumes at instance creation time, greatly simplifying this process - no more need to check for volumes as part of the scanning loop.
| Assignee | ||
Comment 2•5 years ago
|
||
I've created a PR here [0] for this functionality in aws-provider, which will make all AWS provider workers tag their EBS volumes with the same tags as their EC2 instances.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 3•5 years ago
|
||
We've landed the PR above, marking this fixed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•