docs: update scripts to reflect changes in aws. modify cluster name and added notes

This commit is contained in:
starbirdtech383
2023-02-09 15:57:46 +05:30
committed by starbirdtech383
parent 122d8fec5e
commit 286d7a6b3e
12 changed files with 124 additions and 21 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "nocohub-001-cp",
"autoScalingGroupProvider": {
"autoScalingGroupArn": "arn:aws:autoscaling:us-east-2:249717198246:autoScalingGroup:9481301f-2990-4dd9-93df-3886cc2f2d60:autoScalingGroupName/nocohub-001-t3small-for-ecs-temp-10",
"managedScaling": {
"status": "ENABLED",
"targetCapacity": 100,
"minimumScalingStepSize": 1,
"maximumScalingStepSize": 10000,
"instanceWarmupPeriod": 300
},
"managedTerminationProtection": "DISABLED"
},
"tags": [
{
"key": "nocohub-001",
"value": "true"
}
]
}