ceramic

ceramicnetwork/ceramic/aws

Terraform Module HCL AWS ⏱ stale 2y 6mo

Deploy a Ceramic daemon to AWS

Install

module "ceramic" {
source = "ceramicnetwork/ceramic/aws"
version = "3.3.3"
}
⭐ Source on GitHub 📦 Registry page

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

Details

FrameworkTerraform Module
LanguageHCL
Version3.3.3
Cloud AWS
★ Stars13
Forks14
Total downloads5.9k
Examples1
Submodules3
Namespaceceramicnetwork
Updated