aws-elixir v0.5.0 AWS.DMS
AWS Database Migration Service
AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.
Summary
Functions
Adds metadata tags to a DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS
Creates an endpoint using the provided settings
Creates the replication instance using the specified parameters
Creates a replication subnet group given a list of the subnet IDs in a VPC
Creates a replication task using the specified parameters
Deletes the specified certificate
Deletes the specified endpoint
Deletes the specified replication instance
Deletes a subnet group
Deletes the specified replication task
Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota’s maximum value
Provides a description of the certificate
Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint
Returns information about the type of endpoints available
Returns information about the endpoints for your account in the current region
Returns information about the replication instance types that can be created in the specified region
Returns the status of the RefreshSchemas operation
Returns information about replication instances for your account in the current region
Returns information about the replication subnet groups
Returns information about replication tasks for your account in the current region
Returns information about the schema for the specified endpoint
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted
Uploads the specified certificate
Lists all tags for an AWS DMS resource
Modifies the specified endpoint
Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request
Modifies the settings for the specified replication subnet group
Modifies the specified replication task
Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation
Removes metadata tags from a DMS resource
Starts the replication task
Stops the replication task
Tests the connection between the replication instance and the endpoint
Functions
Creates the replication instance using the specified parameters.
Creates a replication subnet group given a list of the subnet IDs in a VPC.
Creates a replication task using the specified parameters.
Deletes the specified endpoint.
Deletes the specified replication instance.
Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota’s maximum value.
This command does not take any parameters.
Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
Returns information about the type of endpoints available.
Returns information about the endpoints for your account in the current region.
Returns information about the replication instance types that can be created in the specified region.
Returns the status of the RefreshSchemas operation.
Returns information about replication instances for your account in the current region.
Returns information about the replication subnet groups.
Returns information about replication tasks for your account in the current region.
Returns information about the schema for the specified endpoint.
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.
Some settings are applied during the maintenance window.
Modifies the settings for the specified replication subnet group.
Modifies the specified replication task.
You can’t modify the task endpoints. The task must be stopped before you can modify it.
Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.