cloudera-labs / cloudera-deploy

A general purpose framework for automating Cloudera Products
Apache License 2.0
63 stars 61 forks source link

Add definition for PVC Base and ECS cluster on AWS IaaS #143

Closed jimright closed 4 months ago

rsuplina commented 4 months ago

Tested the deployment, ✅ "works on my Machine"

clevesque commented 4 months ago

a few notes on this example: Can we avoid hardcoding instance type, instance counts, disk sizes/types and ami types inside the terraform config files? Would like to have the option parameterize those values and pass in from definition.yml Would like to use a ElasticIP on the bastion, instead of transient public IP. ty