confluentinc / ccloud-tools

Running Tools from Confluent Platform along with your Confluent Cloud™ Cluster
Apache License 2.0
66 stars 31 forks source link

Use root_block_device in AWS for easier usage #8

Closed adinb closed 5 years ago

adinb commented 5 years ago

Currently Terraform template for AWS provisioning includes ebs_block_device in the arguments. In addition of the default 8GB volume, this will provision EBS volumes and attach them to the instances, however it's not formatted and mounted and is not ready for use. The ccloud-tools will only use the default volume by default.

This PR will create the volume as root device instead, making it automatically available for ccloud-tools installation

Reference: https://www.terraform.io/docs/providers/aws/r/instance.html#block-devices