export BUCKET="devops-workshop-$(uuidgen | tr "[:upper:]" "[:lower:]")"
export ACCOUNT_ID=""
aws s3api create-bucket --bucket "${BUCKET}"
terragrunt init
cd infra/vpc
terragrunt apply
terragrunt init
cd infra/eks
terragrunt apply
terragrunt init
cd infra/efs
terragrunt apply
terragrunt init
cd infra/nodeGroups/managed-node-group/internal-services
terragrunt apply
terragrunt init
cd infra/metrics-server
terragrunt apply
terragrunt init
cd services/ingress-nginx
terragrunt apply
Add the following to your /etc/hosts:
echo "$(dig +short <NLB DNS>) anthonycornell.com."
navigate: https://anthonycornell.com/apple https://anthonycornell.com/banana
curl http://anthonycornell.com/apple
curl http://anthonycornell.com/banana