Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Create Terraform scripts for ECS backend #1137

Closed
andrewpeng02 opened this issue Feb 21, 2024 · 2 comments · Fixed by #1141
Closed

[FEATURE]: Create Terraform scripts for ECS backend #1137

andrewpeng02 opened this issue Feb 21, 2024 · 2 comments · Fixed by #1141
Assignees
Labels
enhancement New feature or request

Comments

@andrewpeng02
Copy link
Contributor

andrewpeng02 commented Feb 21, 2024

Feature Name

Create Terraform scripts for ECS backend

Your Name

Andrew Peng

Description

Create Terraform scripts to deploy the backend to ECS fargate and deploy the training containers on ECS:
Backend ECS cluster
a. ASG as a Capacity Provider
1. EC2 target group
b. Training ECS service (EC2 launch type)
1. Training load balancer
2. Deploy backend ECS task
c. Django ECS service (Fargate)

@andrewpeng02 andrewpeng02 added the enhancement New feature or request label Feb 21, 2024
@andrewpeng02 andrewpeng02 self-assigned this Feb 21, 2024
Copy link
Contributor

Hello @andrewpeng02! Thank you for submitting the Feature Request Form. We appreciate your contribution. 👋

We will look into it and provide a response as soon as possible.

To work on this feature request, you can follow these branch setup instructions:

  1. Checkout the main branch:
```
 git checkout nextjs
```
  1. Pull the latest changes from the remote main branch:
```
 git pull origin nextjs
```
  1. Create a new branch specific to this feature request using the issue number:
```
 git checkout -b feature-1137
```

Feel free to make the necessary changes in this branch and submit a pull request when you're ready.

Best regards,
Deep Learning Playground (DLP) Team

@karkir0003
Copy link
Member

@andrewpeng02 could you detail what infra you need to create here so that the project leads are in the loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants