Module to migrate database to AWS
No requirements.
| Name | Version |
|---|---|
| aws | n/a |
| random | n/a |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| application | Client application | any |
n/a | yes |
| client | Client name | any |
n/a | yes |
| connection_attributes | Connection attributes | any |
n/a | yes |
| dms_engine_version | Data migration service engine version | any |
n/a | yes |
| environment | Environment like dev, staging, prod | any |
n/a | yes |
| instance_type | Migration instance type | any |
n/a | yes |
| publicly_accessible | True if you want DMS instance to be accessible publicly | any |
n/a | yes |
| replication_task_settings | replication task settings | any |
n/a | yes |
| source_database_host | Database host to migrate | any |
n/a | yes |
| source_database_name | Source database | any |
n/a | yes |
| source_database_password | Source database password | any |
n/a | yes |
| source_database_username | Source database user | any |
n/a | yes |
| source_engine | Database engine to migrate | any |
n/a | yes |
| source_port | Source database port | any |
n/a | yes |
| ssl_mode | Enable SSL encryption | any |
n/a | yes |
| storage_size | Replication task storage | string |
"30" |
no |
| subnets | List of Subnets | list(string) |
n/a | yes |
| target_database_host | Target database host | any |
n/a | yes |
| target_database_name | Target database name | any |
n/a | yes |
| target_database_password | Target database password | any |
n/a | yes |
| target_database_username | Target database user | any |
n/a | yes |
| target_engine | Target database engine | any |
n/a | yes |
| target_port | Target database port | any |
n/a | yes |
No output.