aws.dms
Supported platform
- aws
Description
AWS Database Migration Service (DMS)
Use the aws.dms
resource to assess the configuration of the AWS Database Migration service.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
replicationInstances | []dict | List of DMS replication instances |
Examples
Return a list of AWS Database Migration service replication instances
aws.dms.replicationInstances
Check whether AWS Database Migration Service replication instances are public
aws.dms.replicationInstances.none(
_['PubliclyAccessible'] == true
)
References