Skip to content
Snippets Groups Projects
Commit 5886cdc4 authored by MIchael Nguyen's avatar MIchael Nguyen
Browse files

updating params

parent 43e4cc34
Branches
Tags
1 merge request!6Trusted ibm
......@@ -545,8 +545,10 @@ Resources:
Properties:
ScheduleExpression: rate(5 minutes)
State: ENABLED
Targets:
-
Arn: !GetAtt ApplicationECSCluster.Arn
Id: !Sub ${Environment}-${ApplicationName}-target
Outputs:
ApplicationECSClusterArn:
Description: The ARN of the application's ECS cluster.
......
......@@ -5,7 +5,7 @@
"ChildTemplateBasePath" : "https://s3.amazonaws.com/dev-os-indexer-cloudformation-scripts/Automated/",
"ApplicationName" : "os-indexer",
"KeyName": "indexer-ecs-keypair",
"DesiredCapacity": "0",
"DesiredCapacity": "1",
"MinSize": "0",
"MaxSize": "3",
"InstanceType": "t3.micro",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment