From 6f8c33af4a2dfca9b8d9ba381aae5479aec3916d Mon Sep 17 00:00:00 2001 From: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Wed, 11 Dec 2019 14:13:34 -0600 Subject: [PATCH] Re-enabled stacks. --- .../indexer-aws/CloudFormation/Automated/ecs-cluster.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/provider/indexer-aws/CloudFormation/Automated/ecs-cluster.yml b/provider/indexer-aws/CloudFormation/Automated/ecs-cluster.yml index 5492ce598..3e2787b66 100644 --- a/provider/indexer-aws/CloudFormation/Automated/ecs-cluster.yml +++ b/provider/indexer-aws/CloudFormation/Automated/ecs-cluster.yml @@ -560,3 +560,9 @@ Outputs: Value: !Ref 'TaskDefinition' Export: Name: !Sub ${Environment}-${ApplicationName}-EcsTaskDefinitionArn + + IndexerEC2RoleArn: + Description: The ARN of the application's EC2 role. + Value: !GetAtt EC2Role.Arn + Export: + Name: !Sub ${Environment}-${ApplicationName}-EC2RoleArn -- GitLab