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(infra): change api ecs cpu soft limit and delete memory hard limit #1837

Merged
merged 3 commits into from
Jul 21, 2024

Conversation

ssupecial
Copy link
Collaborator

Description

  • API ECS 설정을 수정하였습니다 (Admin, Client)
  • CPU의 Soft limit을 EC2 인스턴스 전체 용량의 30% 수준으로 낮추었습니다 (기존에는 50% 수준)
  • Memory의 Hard limit을 삭제하였습니다. 따라서, Soft limit만 존재합니다. Memory의 soft limit은 EC2 인스턴스 전체 용량의 25% 정도로 설정되어있습니다.
    Close API ECS Task Defintion 리소스 조정 #1836

Additional context


Before submitting the PR, please make sure you do the following

Copy link

vercel bot commented Jul 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
codedang ✅ Ready (Inspect) Visit Preview Jul 21, 2024 0:42am

Copy link
Member

@goathoon goathoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plan 확인 하셨으면 머지하셔도 좋을것 같습니다~

@ssupecial ssupecial merged commit e462f0f into main Jul 21, 2024
9 checks passed
@ssupecial ssupecial deleted the 1836-change-api-ecs-soft-limit branch July 21, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API ECS Task Defintion 리소스 조정
2 participants