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)

enhancement
Not set
normal

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: nobody → miles

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.

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.

[0] https://github.com/taskcluster/taskcluster/pull/2688

Blocks: 1601530
See Also: → 1601530

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.