When using an EBS only instance type (like a t2), root_ebs_size and root_ebs_type allow you to define the EBS volume generated.
root_ebs_type can be 'standard' (default), which is a magnetic disk; or 'gp2' which is an SSD.
root_ebs_size is an integer measured in gigabytes. If no value is provided, the default is 8GB.
When using an EBS only instance type (like a t2), root_ebs_size and root_ebs_type allow you to define the EBS volume generated.
root_ebs_type
can be 'standard' (default), which is a magnetic disk; or 'gp2' which is an SSD.root_ebs_size
is an integer measured in gigabytes. If no value is provided, the default is 8GB.An example config would now look like: