Skip to content

AWS ECS setup #239

@code-bunny

Description

@code-bunny

I am a little confused about the setup process. It seems you are recommending SQLite3 for the cache which make sense as it means less 'real' databases to maintain.

On a AWS ECS cluster with the service running on two instances of a task would we want to give each instance of the application its own SQLite3 database with a cache with a docker volume. Or do we want to setup a EFS so the tasks can share the cache with some sort of alteration to SQLite3 to stop it from blocking the second process and therefore keep the cache alive between deploys?

Or in this setup do we stick with RDS Postgres?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions