Hi,
I’m migrating data from IBM Db2 for z/OS to AWS Cloud using DMS, While selecting DMS source endpoint, we’ve option for selecting the engine as db2, but it’s defaulting to IBM Db2 LUW in AWS, i don’t see an option to create DMS endpoint for IBM Db2 for z/OS using Terraform.
Current Engine types in TF
aurora
, aurora-postgresql
, azuredb
, azure-sql-managed-instance
, db2
, docdb
, dynamodb
, elasticsearch
, kafka
, kinesis
, mariadb
, mongodb
, mysql
, opensearch
, oracle
, postgres
, redshift
, s3
, sqlserver
, sybase
It seems TF does not have an option to select db2-zos as an option, i checked AWS CLI and it has option to differentiate between "db2"
, "db2-zos"
.
Can someone help me on this?