Skip to content

EKS Addon support configuring namespaceΒ #44086

@phuhung273

Description

@phuhung273

Description

EKS Addon now support configuring namespace https://aws.amazon.com/about-aws/whats-new/2025/08/amazon-eks-namespace-configuration-addons/

We should:

  • Expose this feature for aws_eks_addon
  • Namespace cannot be updated. Can only be remove and recreate as announced

Affected Resource(s) or Data Source(s)

aws_eks_addon

Potential Terraform Configuration

resource "aws_eks_addon" "example" {
  namespace = "my-namespace"
}

References

https://aws.amazon.com/about-aws/whats-new/2025/08/amazon-eks-namespace-configuration-addons/

Would you like to implement the enhancement?

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/eksIssues and PRs that pertain to the eks service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions