Extend example to demonstrate usage of ephemeral disks. (#3550)
This commit is contained in:
parent
aa4100524d
commit
522fb9b2cd
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ EXAMPLES = '''
|
||||||
device_type: io1
|
device_type: io1
|
||||||
iops: 3000
|
iops: 3000
|
||||||
delete_on_termination: true
|
delete_on_termination: true
|
||||||
|
- device_name: /dev/sdb
|
||||||
|
ephemeral: ephemeral0
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue