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-issuer
andcert-manager
Namespace. -
View the
certificate
status in thedefault
Namespace. It should be inReady
state, and be pointing to asecret
created 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.