quickstart-amazon-eks-cluster-resource-provider
quickstart-amazon-eks-cluster-resource-provider copied to clipboard
AWS Quick Start Team
I am sorry, possible my question is offtopic, but related with project I am trying to use CloudFormation with extensions ``` EKSClusterExtension: Type: AWS::CloudFormation::TypeActivation Properties: AutoUpdate: false TypeNameAlias: !Sub "EKS::Cluster::${EnvironmentName}"...
When using this CFN type to create an EKS cluster and using my Federated ID to run the CFN the User ID for cluster Creator is set to the assumed...
I want to deploy new API Access users to my "EKSQS" cloudformation managed stack and it gives me the following error message: > **Resource handler returned message: "InvalidParameterException: No changes...
See: - https://aws.amazon.com/blogs/aws/amazon-elastic-kubernetes-service-adds-ipv6-networking/ - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-kubernetesnetworkconfig.html#cfn-eks-cluster-kubernetesnetworkconfig-ipfamily
I receive an issue when I trying to add or removing the IP address from the list. Remote access without Bastion is very important for the Test/Dev stage. It will...
Dear all, I am trying to create a cluster and I am using the below CFN template. I have activated the third party extension "AWSQS::EKS::Cluster" in Cloudformation Registry. The role...
When I update any aspect of my cluster resource in CloudFormation that uses AWSQS::EKS::Cluster, the update fails and then do does the rollback. The CloudWatch Logs includes the following output...
Was the removal of the type registration in deploy.temlate.yaml in commit c2099dd intentional? The template no longer registers the custom type.
I'm getting the following errors `InvalidRequestException: User not authorized to perform kms:DescribeKey operation { RespMetadata: { StatusCode: 400, RequestID: "9d3ce0c8-2fb2-4849-80bc-7521fce89f1c" }, Message_: "User not authorized to perform kms:DescribeKey operation" }`....
Add a default value for the ServiceIpv4Cidr property in the schema. This value is commonly set to 10.43.0.0/16 for kubernetes clusters and, as of the most recent commit (0363b1d), will...