Pinned Repositories
terraform-aws-elasticache-redis
Terraform module to provision an ElastiCache Redis Cluster
terraform-aws-rds-aurora
Terraform module which creates RDS Aurora resources on AWS
terraform-account-starter
Starting point for account level terraform. To be modified as needed.
terraform-aws-config-recorder
Configures config recorder for an AWS account
terraform-aws-ecs-fargate-codepipeline
ecs-fargate-codepipeline creates an end to end fargate cluster with a single task (but can be multiple containers in the task), a CodeDeploy application deployment configuration, a CodePipeline to wrap around it, and all relevant iam roles etc.
terraform-aws-ecs-service
ecs-fargate-service is used to create an ecs service and the corresponding codedeploy, log groups, codepipeline artifacts, etc. It is intended to be used with StratusGrid's multi-account ecs pipeline module to allow for container images to be passed immutably from cluster to cluster in different environments and accounts in a single contiguous pipeline.
terraform-aws-multiaccount-application-pipeline
This terraform module creates a multi-account Fargate application deployment pipeline.
terraform-aws-multiaccount-pipeline
Terraform module to create a CICD pipeline for planning and applying terraform in a multi-account scenario.
terraform-aws-terraform-state-s3-bucket-centralized-with-roles
This is intended to be used by an organization for all of their own accounts. This does not protect access to DynamoDB locking of other accounts, it only restricts access S3 paths for each account. This restriction is put in place by creating a unique role for each account, then creating an assumerole policy that trusts the corresponding account to assume it.
terraform-aws-transfer-server-custom-idp
This is a Terraform module to create a custom identity provider based on AWS Secrets for the AWS SFTP service.
chrischildresssg's Repositories
chrischildresssg/terraform-aws-elasticache-redis
Terraform module to provision an ElastiCache Redis Cluster
chrischildresssg/terraform-aws-rds-aurora
Terraform module which creates RDS Aurora resources on AWS