sushantkumar-amagi
sushantkumar-amagi
Stumbled upon this issue. I have been developing using python and the following function works for me. Hopefully this helps people resolve their issues. Difference here being I associate an...
HI @johnharris85 * This is a managed node group. Created using pulumi_eks package itself. * This is how I am creating the node groups ``` def create_node_group(node_group, stack, cluster, ec2_role,...
Facing a similar issue even if I try to launch a simple EKS cluster with a NodeGroup. ``` cluster_name = f"{stack}-cluster" eks_cluster = pulumi_eks.Cluster( cluster_name, name=cluster_name, cluster_security_group=eks_sg, node_group_options=pulumi_eks.ClusterNodeGroupOptionsArgs( node_subnet_ids=subnet_ids, node_associate_public_ip_address=False,...
Can you try setting the `aws:skipCredentialsValidation` flag to True and `aws:skipMetadataApiCheck` to False