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

Feat: Deploy ECS Cluster Separately Using AWS CDK #4

Open
abakermi opened this issue Feb 11, 2024 · 2 comments
Open

Feat: Deploy ECS Cluster Separately Using AWS CDK #4

abakermi opened this issue Feb 11, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@abakermi
Copy link

I've been exploring the project and its deployment setup. After reviewing the infrastructure and considering the potential for scalability and modularity, I believe there's an opportunity to enhance the deployment process.

Proposal:
Instead of deploying the ECS cluster directly within the project setup, I suggest deploying it separately using AWS CDK. This approach would offer several benefits:

  • Improved scalability and flexibility: Decoupling the ECS cluster deployment allows for independent scaling and management.
  • Simplified updates: With the ECS cluster managed separately, updates to the task ARN or other configurations can be performed more seamlessly without affecting the main project deployment.
  • Better resource management: Separating the ECS cluster deployment enables more granular control over resources and configurations, optimizing performance and cost-effectiveness.

Steps:

  1. Utilize AWS CDK to define and deploy the ECS cluster infrastructure.
  2. Integrate the deployed ECS cluster with the main project setup by updating the necessary configurations (e.g., task ARN).
  3. Ensure seamless communication and interaction between the deployed ECS cluster and other project components.
@piyushgarg-dev piyushgarg-dev self-assigned this Feb 12, 2024
@piyushgarg-dev
Copy link
Owner

Would you like to contribute to the AWS CDK part and automate the resource creation?

@abakermi
Copy link
Author

@piyushgarg-dev sure

@piyushgarg-dev piyushgarg-dev added the enhancement New feature or request label Feb 13, 2024
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
None yet
Development

No branches or pull requests

2 participants