Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ✏️ move user facing modules to user guide #5248

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,7 @@ We have a series of repositories for our work. We have adopted the naming conven

#### User-facing

| Name | Description |
| ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [CloudFront](https://github.com/ministryofjustice/cloud-platform-terraform-cloudfront) | Creates a CloudFront distribution to serve objects from S3 |
| [Database Migration Service (DMS)](https://github.com/ministryofjustice/cloud-platform-terraform-dms) | Creates a DMS replication instance to move data from another database to one inside Cloud Platform |
| [DynamoDB cluster](https://github.com/ministryofjustice/cloud-platform-terraform-dynamodb-cluster) | Creates a non-global DynamoDB cluster |
| [Elastic Container repository](https://github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials) | Creates a container image repository |
| [ElastiCache for Redis cluster](https://github.com/ministryofjustice/cloud-platform-terraform-elasticache-cluster) | Creates a Redis cluster |
| [Kubernetes: IAM role for service accounts (IRSA)](https://github.com/ministryofjustice/cloud-platform-terraform-irsa) | Creates an IAM role for a Kubernetes service account |
| [Kubernetes: service account](https://github.com/ministryofjustice/cloud-platform-terraform-serviceaccount) | Creates a Kubernetes service account, role, and rolebinding within a namespace |
| [Kubernetes: service pod](https://github.com/ministryofjustice/cloud-platform-terraform-service-pod) | Creates a pod in a namespace to access AWS services using the AWS CLI |
| [OpenSearch](https://github.com/ministryofjustice/cloud-platform-terraform-opensearch) | Creates an OpenSearch domain |
| [Pushgateway](https://github.com/ministryofjustice/cloud-platform-terraform-pushgateway) | Creates a [Prometheus Pushgateway](https://prometheus.io/docs/instrumenting/pushing/) |
| [RDS Aurora cluster](https://github.com/ministryofjustice/cloud-platform-terraform-rds-aurora) | Creates an RDS Aurora cluster |
| [RDS database instance](https://github.com/ministryofjustice/cloud-platform-terraform-rds-instance) | Creates an RDS instance (Postgres, MySQL, MariaDB, MSSQL) |
| [S3 bucket](https://github.com/ministryofjustice/cloud-platform-terraform-s3-bucket) | Creates an S3 bucket |
| [Secrets Manager](https://github.com/ministryofjustice/cloud-platform-terraform-secrets-manager) | Creates and manages a secret in Secrets Manager |
| [SNS topic](https://github.com/ministryofjustice/cloud-platform-terraform-sns-topic) | Creates an SNS topic |
| [SQS queue](https://github.com/ministryofjustice/cloud-platform-terraform-sqs) | Creates an SQS queue |
Find an up to date list in our [user guide](https://user-guide.cloud-platform.service.justice.gov.uk/documentation/deploying-an-app/add-aws-resources.html#available-modules)

#### Team-facing

Expand Down
Loading