Add deploy plan - #141
Open
GErP83 wants to merge 1 commit into
Open
Add deploy plan#141GErP83 wants to merge 1 commit into
GErP83 wants to merge 1 commit into
Conversation
tib
approved these changes
Sep 2, 2026
| WebApp / Server | ||
| | | ||
| v | ||
| RDS PostgreSQL |
|
|
||
| | Executable | ECS mode | Purpose | | ||
| | --- | --- | --- | | ||
| | `WebApp` | ECS service behind ALB | Dynamic web application | |
Member
There was a problem hiding this comment.
Do we really need ALB? 🤔 Can we restrict ALB to only spawn X (one) instance max? What happens if we got 1trillion requests? We don't want to pay a lot of money if that happens... 😄
|
|
||
| Web-facing services require a desired count that permits rolling replacement. Production availability requirements normally require more than one task. `Worker` uses a separate service and is not registered in an ALB target group. `Migrator` is a one-shot task, never a long-running service. | ||
|
|
||
| `Static` may remain an ECS service during the initial deployment. Moving it to S3 and CloudFront is an independent optimization. |
Member
There was a problem hiding this comment.
I'd like to think a bit more about this. Static assets can be served from an S3 bucket with CloudFront, that's nice. What happens with uploaded assets to an S3 bucket? 🤔 How to serve those? Haven't thought too much about this just yet...
| - ECS service deployment status. | ||
| - Running and stopped task reasons. | ||
| - ALB target health. | ||
| - CloudWatch logs for the affected service. |
Member
There was a problem hiding this comment.
We need telemetry & log collection into the project... 😅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.