Difference between revisions of "Ebs block device argument"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* <code>ebs_block_device</code> [[input]] in [[ec2-instance]] module
 
* <code>ebs_block_device</code> [[input]] in [[ec2-instance]] module
  
 +
== Example ==
 +
  ebs_block_device {
 +
    [[device_name]] = "[[/dev/sdf]]"
 +
    volume_size = 50
 +
    volume_type = "gp3"
 +
    delete_on_termination = false
 +
  }
  
 
== Related ==
 
== Related ==

Revision as of 08:38, 15 February 2023

Example

 ebs_block_device {
   device_name = "/dev/sdf"
   volume_size = 50
   volume_type = "gp3"
   delete_on_termination = false
 }

Related

See also

Advertising: