(fix) litellm cloud formation stack

This commit is contained in:
ishaan-jaff 2024-03-07 18:06:59 -08:00
parent 2f960a9651
commit 323f15aa2f

View file

@ -30,13 +30,13 @@ Resources:
PolicyType: TargetTrackingScaling PolicyType: TargetTrackingScaling
TargetTrackingConfiguration: TargetTrackingConfiguration:
PredefinedMetricSpecification: PredefinedMetricSpecification:
PredefinedMetricType: ASGCPUUtilization PredefinedMetricType: ASGAverageCPUUtilization
TargetValue: 60.0 TargetValue: 60.0
LiteLLMDB: LiteLLMDB:
Type: AWS::RDS::DBInstance Type: AWS::RDS::DBInstance
Properties: Properties:
AllocatedStorage: 5 AllocatedStorage: 20
Engine: postgres Engine: postgres
MasterUsername: litellmAdmin MasterUsername: litellmAdmin
MasterUserPassword: litellmPassword MasterUserPassword: litellmPassword