https://pulumi.com logo
#getting-started
Title
# getting-started
i

icy-pilot-31118

07/25/2022, 2:26 PM
How can I create an EKS fargate cluster using pulumi? I know how to create an EKS cluster:
Copy code
# Create an EKS cluster with the default configuration.
cluster = eks.Cluster(
    "theia-prod",
    eks.ClusterArgs(),
)
However, how do I specify for it to use fargate?
1
b

billowy-army-68599

07/25/2022, 2:41 PM
3 Views