Deploy a Mixpanel Proxy on AWS
Feel free to fork or leave comments.
Give me a star ⭐️ if you like it!
- Install terraform
- Install aws cli
- Install aws session manager (optional)
- Create and validate ssl certificate in ACM
- Create and deploy ECR container
- Setup
terraform.tfvars
and deploy service - Create dns record on cloudflare for load balancer
terraform init
terraform plan
terraform apply
terraform console -plan
terraform state
Show terraform sensitive outputs
terraform output your_key
Install terraform linter:
brew install tflint