Skip to content

Commit

Permalink
feat(tmpl/EKS/np): synced outputs to source
Browse files Browse the repository at this point in the history
  • Loading branch information
pregnor committed Nov 18, 2020
1 parent b1e2a58 commit 0fdbe23
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions templates/eks/amazon-eks-nodepool-cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -700,3 +700,19 @@ Resources:
MinInstancesInService: !If [ IsSpotInstance, 0, !Ref NodeAutoScalingGroupMinInstancesInService ] # Note: incompatible with spot instances.
PauseTime: PT5M
{{- end}}

Outputs:
# Note: node instance role is preinitialized.
#
# NodeInstanceRole:
# Description: The node instance role
# Value: !GetAtt NodeInstanceRole.Arn

# Note: node security group is preinitialized.
# NodeSecurityGroup:
# Description: The security group for the node group
# Value: !Ref NodeSecurityGroup

NodeAutoScalingGroup:
Description: The autoscaling group
Value: !Ref NodeGroup

0 comments on commit 0fdbe23

Please sign in to comment.