Difference between revisions of "Block device mappings"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
  
 +
      block_device_mappings {
 +
          device_name = "/dev/xvda"
  
[[AWS Block device mapping]]
+
          [[ebs]] {
 +
              encrypted = "true"
 +
          }
 +
        }
 +
 
 +
* <code>[[AWS Block device mapping]]</code>
 +
* [[aws_launch_template]]
  
 
== See also ==
 
== See also ==
 
+
* {{AWS Block}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 14:43, 16 August 2023

Error: "block_device_mappings.0.ebs.0.kms_key_id" (arn:::aws) is an invalid ARN: arn: not enough sections


     block_device_mappings {
         device_name = "/dev/xvda"
         ebs {
             encrypted = "true"
         }
       }

See also[edit]

Advertising: