Commit 87e91d0a by Feanil Patel Committed by GitHub

Merge pull request #3167 from edx/feanil/launch_instance_disk_type

Default to ssd instead of standard storage.
parents e723c63e 1ede66fd
......@@ -64,7 +64,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