idealo
terraform-emr-pyspark
HCL

Quickstart PySpark with Anaconda on AWS/EMR using Terraform

Last updated Feb 6, 2026
48
Stars
31
Forks
2
Issues
0
Stars/day
Attention Score
20
Language breakdown
No language data available.
Files click to expand
README

Terraform + EMR Bootstrap PySpark with Anaconda

This code should help to jump start PySpark with Anaconda on AWS using Terraform.

This project is no longer actively maintained and has been archived on Jan 7, 2025.

Getting Started

  • Install Terraform on Mac: brew install terraform
  • Adjust the scripts (bootstrapactions.sh and pysparkquick_setup.sh) in scripts if necessary
  • Set parameters in terraform.tfvars
  • Start cluster:
terraform init
terraform apply
  • Destroy cluster:
terraform destroy

Notes

  • Configure AWS on your local machine: aws configure
  • AWS instance cost for eu-central-1

Maintainers

Copyright

See LICENSE for details.

🔗 More in this category

© 2026 GitRepoTrend · idealo/terraform-emr-pyspark · Updated daily from GitHub