diff --git a/deploy/just_ec2.yaml b/enterprise/cloudformation_stack/litellm.yaml similarity index 93% rename from deploy/just_ec2.yaml rename to enterprise/cloudformation_stack/litellm.yaml index 97060b6c3..c30956b94 100644 --- a/deploy/just_ec2.yaml +++ b/enterprise/cloudformation_stack/litellm.yaml @@ -30,13 +30,13 @@ Resources: PolicyType: TargetTrackingScaling TargetTrackingConfiguration: PredefinedMetricSpecification: - PredefinedMetricType: ASGCPUUtilization + PredefinedMetricType: ASGAverageCPUUtilization TargetValue: 60.0 LiteLLMDB: Type: AWS::RDS::DBInstance Properties: - AllocatedStorage: 5 + AllocatedStorage: 20 Engine: postgres MasterUsername: litellmAdmin MasterUserPassword: litellmPassword