https://pulumi.com logo
Title
l

late-energy-66663

03/20/2022, 10:30 PM
Hi I am deploying EKS cluster using pulumi . I see there are different Go SDK I can use to deploy cluster .
<http://github.com/pulumi/pulumi-aws/sdk/v4/go/aws/eks|github.com/pulumi/pulumi-aws/sdk/v4/go/aws/eks>
or
"<http://github.com/pulumi/pulumi-eks/sdk/go/eks|github.com/pulumi/pulumi-eks/sdk/go/eks>"
Just wondering which SDK should i use for EKS cluster provisioning ?
q

quiet-wolf-18467

03/22/2022, 9:41 AM
pulumi-eks
is our abstraction on
aws
EKS objects, which is a lot simpler to work with
Start with pulumi-eks and fall back to a more manual build if needed
l

late-energy-66663

03/23/2022, 11:08 PM
Thanks