mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
(feat) init cloud form stack
This commit is contained in:
parent
1f15c79252
commit
da4b150398
1 changed files with 8 additions and 0 deletions
8
deploy/just_ec2.yaml
Normal file
8
deploy/just_ec2.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
Resources:
|
||||
MyEC2Instance:
|
||||
Type: "AWS::EC2::Instance"
|
||||
Properties:
|
||||
AvailabilityZone: "us-east-1a"
|
||||
ImageId: "ami-0f403e3180720dd7e" # Replace with your desired AMI ID
|
||||
InstanceType: "t2.micro"
|
||||
Loading…
Add table
Reference in a new issue