https://pulumi.com logo
Title
b

big-state-95297

02/12/2021, 9:00 AM
Trying to add
EncryptionConfigKeyArn
to eks cluster configuration fails in replacing eks cluster with the following error:
-   ├─ aws:ec2:LaunchConfiguration  eks-cluster-nodeLaunchConfiguration  **deleting failed**     1 error
     └─ aws:eks:Cluster              eks-cluster-eksCluster

Diagnostics:
  aws:ec2:LaunchConfiguration (eks-cluster-nodeLaunchConfiguration):
    error: deleting urn:pulumi:dev::inferencio::eks:index:Cluster$aws:ec2/launchConfiguration:LaunchConfiguration::eks-cluster-nodeLaunchConfiguration: 1 error occurred:
    	* error deleting Autoscaling Launch Configuration (eks-cluster-nodeLaunchConfiguration-3bbda96): ResourceInUse: Cannot delete launch configuration eks-cluster-nodeLaunchConfiguration-3bbda96 because it is attached to AutoScalingGroup eks-cluster-bcd4ea99-NodeGroup-1Q6K169TLRD57
    	status code: 400, request id: c1e24bce-aced-45b1-bdad-47d2d4f89a8e

  pulumi:pulumi:Stack (inferencio-dev):
    error: update failed
I'm using the new
pulumi-eki
sdk for cluster creation. Will appreciate any help. Thanks!