Commit 1ede66fd by Feanil Patel Committed by GitHub

Default to ssd instead of standard storage.

parent 50f708e5
......@@ -65,7 +65,7 @@
assign_public_ip: "{{ ec2_assign_public_ip }}"
volumes:
- device_name: /dev/xvda
volume_type: standard
volume_type: 'gp2'
volume_size: "{{ ebs_volume_size }}"
wait: yes
wait_timeout: "{{ ec2_timeout }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment