early-musician-41645
01/28/2019, 7:39 PMpulumi up
I get this:
Updating (tableau/online-sandbox-vpc-0d18addcc5815ae23):
Type Name Status Info
pulumi:pulumi:Stack eks-cluster-online-sandbox-vpc-0d18addcc5815ae23
- └─ aws:ec2:LaunchConfiguration online-sandbox-2-eks-cluster-nodeLaunchConfiguration **deleting failed** 1 error
Diagnostics:
aws:ec2:LaunchConfiguration (online-sandbox-2-eks-cluster-nodeLaunchConfiguration):
error: Plan apply failed: deleting urn:pulumi:online-sandbox-vpc-0d18addcc5815ae23::eks-cluster::eks:index:Cluster$aws:ec2/launchConfiguration:LaunchConfiguration::online-sandbox-2-eks-cluster-nodeLaunchConfiguration: ResourceInUse: Cannot delete launch configuration online-sandbox-2-eks-cluster-nodeLaunchConfiguration-dc81314 because it is attached to AutoScalingGroup online-sandbox-2-eks-cluster-6c6f620d-NodeGroup-132ENU1JW8B2B
status code: 400, request id: 596c44a8-2334-11e9-97f9-6729550f923e
and pulumi destroy
similarly fails:
Destroying (tableau/online-sandbox-vpc-0d18addcc5815ae23):
Type Name Status Info
pulumi:pulumi:Stack eks-cluster-online-sandbox-vpc-0d18addcc5815ae23
- └─ aws:ec2:LaunchConfiguration online-sandbox-2-eks-cluster-nodeLaunchConfiguration **deleting failed** 1 error
Diagnostics:
aws:ec2:LaunchConfiguration (online-sandbox-2-eks-cluster-nodeLaunchConfiguration):
error: Plan apply failed: deleting urn:pulumi:online-sandbox-vpc-0d18addcc5815ae23::eks-cluster::eks:index:Cluster$aws:ec2/launchConfiguration:LaunchConfiguration::online-sandbox-2-eks-cluster-nodeLaunchConfiguration: ResourceInUse: Cannot delete launch configuration online-sandbox-2-eks-cluster-nodeLaunchConfiguration-dc81314 because it is attached to AutoScalingGroup online-sandbox-2-eks-cluster-6c6f620d-NodeGroup-132ENU1JW8B2B
status code: 400, request id: 336158ed-2334-11e9-bcbc-199ef247c334
gentle-diamond-70147
01/28/2019, 7:45 PMfor some reason the ASG is not tracked in my stackDo you have the ASG defined in your app and it is missing from your stack? Or is the ASG defined elsewhere?
early-musician-41645
01/28/2019, 10:43 PMnew eks.Cluster
destroy
went throughup
instead I would have been in a jamgentle-diamond-70147
01/28/2019, 10:45 PMup
complete successfully or did it error out? I'm wondering if we can reproduce the stack missing your ASG.early-musician-41645
01/28/2019, 10:56 PMgentle-diamond-70147
01/28/2019, 11:00 PMup
for those resources?creamy-potato-29402
01/29/2019, 4:35 AM