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.tfvarsand deploy service - Create dns record on cloudflare for load balancer
terraform init
terraform plan
terraform applyterraform console -plan
terraform stateShow terraform sensitive outputs
terraform output your_keyInstall terraform linter:
brew install tflint