Software Alternatives, Accelerators & Startups

Set up Event Store on AWS with CDK

Amazon VPC Amazon Elastic File System
  1. Open Source Cloud
    Create a VPC (Virtual Private Cloud) where the file system will reside,.

    #Cloud Computing #Cloud Infrastructure #VPS 19 social mentions

  2. Amazon Elastic File System is a cloud-native and serverless data store that provides simple saleable elastic shared file storage for Linux-based business applications.
    Event store can be deployed as a managed instance via Event Store Cloud which will take care of availability, clustering and other candies. The only drawback is the high cost of the hosting resources plus a separate cost (also high IMO 😛) for support. Here we won't take any fancy shortcuts with managed clouds and do it on our own in AWS using infrastructure as code with CDK in Typescript. We will have one event store cluster running in ECS Fargate service accessing an external file system, or EFS.

    #File Management #Work Collaboration #Project Management 22 social mentions

Discuss: Set up Event Store on AWS with CDK

Log in or Post with