You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a use-case where the AMI prepped by our team has multiple volumes created with varying sizes to satisfy CIS-Compliant Partition sizing requirements.
When spinning up via the EC2 console we get the option to set the volume sizes appropriately as/if required.
Is this possible with terraform and this EC2 module? I tried poking around with creating volumes and attachments based on the example, but as expected, the EC2 service fails saying that there is already a volume at the specified mount point (automatically attached as part of spinning up the EC2 via the module).