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