From 323f15aa2f6146f80e826019c431cf687e13091b Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 7 Mar 2024 18:06:59 -0800 Subject: [PATCH] (fix) litellm cloud formation stack --- .../cloudformation_stack/litellm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename deploy/just_ec2.yaml => enterprise/cloudformation_stack/litellm.yaml (93%) 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