AWSTemplateFormatVersion: "2010-09-09" Resources: myInstance: Type: AWS::EC2::Instance Properties: ImageId: ami-123456 Outputs: dns.Name: Value: !GetAtt myInstance.PrivateDnsName