Terraform Modules¶
This document explains the Terraform modules for the OQTOPUS Cloud project.
| Module | Description |
|---|---|
| API Server Module | This module creates an API Gateway and Lambda function to serve as the backend for the OQTOPUS API. |
| Cognito Module | This module creates a Cognito User Pool and User Pool Client. |
| DB Module | This module creates an RDS instance for the OQTOPUS database. |
| GuardDuty Module | This module creates an AWS GuardDuty service. |
| Management Module | This module creates an EC2 instance to act as a bastion. |
| Network Module | This module creates a VPC, subnets for the OQTOPUS system. |
| Security Group Module | This module creates security groups for the OQTOPUS system. |
| VPC Endpoint Module | This module creates a VPC Endpoint for the OQTOPUS system. |
| WAF Module | This module creates an AWS WAF service. |