This message was deleted.
# general
s
This message was deleted.
s
Both libraries can get you there.
pulumi_aws
(I assume you’re using Python?) requires you to do more things manually (create the IAM roles and policy attachments, create the cluster, create the nodegroup(s), etc.), whereas
pulumi_eks
does a lot of that for you automatically (at the expense of a loss of some flexibility). Which one is best for you will really depend on your specific requirements.