Deploying PrestaShop with NGINX and SSL on AWS EKS [draft]
This is a file that contains cmd I run in the terminal The purpose of this file is to deploy PrestaShop on AWS EKS using NGINX Ingress, cert-manager and best practices for cost-effective, production-ready setups. Update kubeconfig aws eks update-kubeconfig --region eu-central-1 --name myr-eks Aws get user, to check if the user is the one we expect aws iam get-user Verify Configuration, to check if the configuration is correct...