TLS with AWS PCA Issuer¶
This pattern demonstrates how to enable TLS with AWS PCA issuer on an Amazon EKS cluster.
Deploy¶
See here for the prerequisites and steps to deploy this pattern.
Validate¶
-
List all the pods running in
aws-privateca-issuerandcert-managerNamespace. -
View the
certificatestatus in thedefaultNamespace. It should be inReadystate, and be pointing to asecretcreated in the same Namespace.
Destroy¶
terraform destroy -target="module.eks_blueprints_addons" -auto-approve
terraform destroy -target="module.eks" -auto-approve
terraform destroy -auto-approve
See here for more details on cleaning up the resources created.