From 4be968e28cd20830ce952f6fcdfd351bbc533792 Mon Sep 17 00:00:00 2001 From: "Ruan G. Ellis" Date: Fri, 27 Mar 2020 19:37:10 +0000 Subject: [PATCH] Add name tag for gateway too! --- templates/aws/cluster.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/aws/cluster.yaml b/templates/aws/cluster.yaml index e72862a..f834535 100644 --- a/templates/aws/cluster.yaml +++ b/templates/aws/cluster.yaml @@ -292,6 +292,12 @@ Resources: Type: AWS::EC2::Instance DependsOn: flightcloudclustergateway1pubIPassociation Properties: + Tags: + - + Key: "Name" + Value: !Sub + - "${cn}_gateway1" + - { cn: !Ref clustername } AvailabilityZone: !Select - 0 - Fn::GetAZs: !Ref 'AWS::Region'