pulumi-eks icon indicating copy to clipboard operation
pulumi-eks copied to clipboard

Default Configuration results in "The Launch Configuration creation operation is not available"

Open chrisvander opened this issue 4 months ago • 3 comments

What happened?

With a standard EKS Cluster setup, I run into an error stating

The Launch Configuration creation operation is not available in your account. Use launch templates to create configuration templates for your Auto Scaling groups.

Launch configurations were deprecated.

Example

Standard setup in a new account should throw the issue:

const eksCluster = new eks.Cluster("cluster", {});

Output of pulumi about

CLI
Version      3.135.0
Go Version   go1.23.1
Go Compiler  gc

Plugins
KIND      NAME    VERSION
resource  auth0   3.7.1
resource  aws     6.50.1
resource  awsx    2.14.0
resource  eks     2.8.1
language  nodejs  unknown
resource  random  4.16.6

Host
OS       darwin
Version  15.0
Arch     arm64

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

chrisvander avatar Oct 06 '24 00:10 chrisvander