Skip to content

Commit

Permalink
Add name tag for gateway too!
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruan G. Ellis committed Mar 27, 2020
1 parent 44c5c62 commit 4be968e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/aws/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4be968e

Please sign in to comment.