Sign in
agent:

Associating Cognito OIDC provider with EKS Cluster

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
aws eks associate-identity-provider-config \ --region <region_name> \ --cluster-name <cluster_name> \ --oidc identityProviderConfigName="eks-oidc-cognito",issuerUrl=<provider_url_cognito>,clientId=<client_id>
copied