diff --git a/.changelog/4818.txt b/.changelog/4818.txt new file mode 100644 index 00000000000..69bf2b83866 --- /dev/null +++ b/.changelog/4818.txt @@ -0,0 +1,4 @@ +```release-note:bug +runnerinstall/aws-ecs: Fix ODR policy for AWS ECS runners to enable adding tags +to an ALB. +``` \ No newline at end of file diff --git a/internal/runnerinstall/ecs.go b/internal/runnerinstall/ecs.go index d68370e3ec7..b35f02fc866 100644 --- a/internal/runnerinstall/ecs.go +++ b/internal/runnerinstall/ecs.go @@ -84,6 +84,7 @@ const odrRolePolicy = `{ "ecs:DeregisterTaskDefinition", "ecs:RunTask", "ecs:StopTask", + "elasticloadbalancing:AddTags", "elasticloadbalancing:CreateListener", "elasticloadbalancing:CreateLoadBalancer", "elasticloadbalancing:CreateRule",