Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

ALB Releaser doesn't implement destroy functions #1081

Closed
evanphx opened this issue Feb 12, 2021 · 1 comment · Fixed by #1648
Closed

ALB Releaser doesn't implement destroy functions #1081

evanphx opened this issue Feb 12, 2021 · 1 comment · Fixed by #1648
Assignees
Labels
enhancement New feature or request plugin/aws
Milestone

Comments

@evanphx
Copy link
Contributor

evanphx commented Feb 12, 2021

Currently, when using the aws-alb plugin for releasing, it's not possible to use waypoint destroy because the ALB plugin does not implement DestroyRelease nor DestroyWorkspace.

Steps to Reproduce

  1. Use aws-alb as a releaser (ECS or Lambda as deploy most likely)
  2. Do a deploy, then do a waypoint destroy
  3. AWS errors will indicate that the TargetGroups to be destroy are still wired up to the ALB.

Expected behavior
The ALB should delete it's usage of TargetGroups when it's destroyed. Then the deployments that provided those TargetGroups can be deleted.

Waypoint Platform Versions
0.2.1 and main.

  • Waypoint CLI Version: 0.2.1 and main
  • Waypoint Plugin: aws/alb
@briancain briancain added enhancement New feature or request plugin/aws labels Feb 12, 2021
@briancain briancain added this to the 0.2.x milestone Feb 12, 2021
@krantzinator
Copy link
Contributor

This relates to #1011. I'll close that issue in favor of this one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request plugin/aws
Projects
None yet
3 participants