cloudposse / cloudposse/terraform-aws-ec2-instance
allow multiple volumes mount with different size or differnt types
- Dominant language
- HCL
- Stars
- 169
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/).
[](https://slack.cloudposse.com)
## Describe the Feature
Allow to have multiple volumes attach to instance with different sizes and differnt types
## Expected Behavior
Allow to have multiple volumes attach to instance with different sizes and differnt types
## Use Case
We need 2 volume mounts but the one volume is for log purpose and anohter where major data get stored. There size might differ as generated logs are 20% of data saved in data volume. also data volume need ssd where logs can be stored on gp2/gp3
## Describe Ideal Solution
Take each ebs details in array and create volume and attach
Contributor guide
Assessment
This issue has not been assessed yet.