Index Keywords

↶ Return

What is YAML?

YAML is a human-readable data-serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted.

Example:

1
2
3
4
5
6
7
8
9
---
Resources:
MyInstance:
Type: AWS::EC2::Instance
Properties:
AvailabilityZone: us-east-1a
ImageId: ami-0ed9277fb7eb570c9
InstanceType: t2.micro