mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 14:26:50 +00:00
docs: update scripts to reflect changes in aws. modify cluster name and added notes
This commit is contained in:
committed by
starbirdtech383
parent
122d8fec5e
commit
286d7a6b3e
21
cloud/setup/aws/ecs_cp.json
Normal file
21
cloud/setup/aws/ecs_cp.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user