Expand AWS integration docs with ECS launch types and EC2 storage guide#4734
Merged
magnetised merged 2 commits intoJul 23, 2026
Conversation
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
alco
approved these changes
Jul 23, 2026
| - [Fly.io](/docs/sync/integrations/fly) | ||
| - [Render](/docs/sync/integrations/render) | ||
|
|
||
| The [AWS guide](/docs/sync/integrations/aws#deploy-electric) goes into the most depth, covering how to choose an ECS launch type and storage backing. It comes with [example Terraform and Pulumi configurations](https://github.com/electric-sql/electric-aws) that provision the whole stack — database, sync service and load balancer. |
|
|
||
| | Launch type | Storage | Characteristics | | ||
| |---|---|---| | ||
| | [Fargate](https://aws.amazon.com/fargate/) | Ephemeral task storage | Simplest; cache is lost on every deploy | |
Member
There was a problem hiding this comment.
on every deploy
on every restart rather
Contributor
Author
There was a problem hiding this comment.
not sure that's true. "restart" means various things here, e.g. running a remote shell and restarting the app will not lose the data. I think 'deploy' in the ecs sense is the most accurate word.
magnetised
deleted the
magnetised/cross-link-the-deployment-guide-to-the-aws-guide-and-example-conf/ppolmowtutzy
branch
July 23, 2026 15:01
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.
Links to new updated AWS deployment code here: electric-sql/electric-aws#2 and requires that repo to be renamed to
electric-sql/electric-aws