awslabs / benchmark-ai

Anubis (formerly known as Benchmark AI), measures the goodness of machine learning workloads
Apache License 2.0
17 stars 6 forks source link

ELB blocks destruction of aws_subnet.public and aws_internet_gateway #701

Open Chancebair opened 5 years ago

Chancebair commented 5 years ago

Theres two ELBs that when running baictl destroy infra stick around which times out the destruction of a few aws_subnet.public and the aws_internet_gateway

marcoabreu commented 5 years ago

Are we properly destroying all services before we tear down the infrastructure? Resources only get deleted if they deployed services are properly deleted; EKS will not clean them up and thus they'll be orphaned.

Chancebair commented 5 years ago

Need to add undeploy to the --destroy logic on anubis-setup