ceramic
ceramicnetwork/ceramic/aws
Deploy a Ceramic daemon to AWS
Install
README
terraform-aws-ceramic Terraform scripts to set up Ceramic infrastructure. Usage There is no root module available for use. Instead use one of the submodules like ECS: `` module "ceramic" { source = "ceramicnetwork/ceramic/aws//modules/ecs" version = "3.3.0" # insert variables here } ` Pre-conditions Make sure that the following AWS resources exist prior to the application of this Terraform module: - VPC with 2 subnets in 2 AZs, each subnet tagged with Ceramic and the name of your environment, e.g. dev. - S3 bucket for Ceramic/IPFS data store - ECS cluster for Ceramic/IPFS services - SSM parameter for your Infura RPC endpoint - EFS volume for Ceramic logs - ARN of S3 bucket to use as a backup for the IPFS repo (optional) Also make sure that you add the appropriate CNAME entries to your DNS
Topics & Tags
Details
Similar packages
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,