AWS dms documentation change
Summary
Added documentation for new C7i and R7i instance types, including their compute/memory specifications and use cases for AWS DMS workloads.
Security assessment
The changes introduce new instance types and describe performance improvements for data migration tasks. There is no mention of security vulnerabilities, patches, or security-specific configurations. The updates focus on compute capabilities and workload suitability rather than security controls or mitigations.
Diff
diff --git a/dms/latest/userguide/CHAP_ReplicationInstance.Types.md b/dms/latest/userguide/CHAP_ReplicationInstance.Types.md index fb3d3ca69..38a6a6037 100644 --- a//dms/latest/userguide/CHAP_ReplicationInstance.Types.md +++ b//dms/latest/userguide/CHAP_ReplicationInstance.Types.md @@ -22,0 +23,4 @@ T3 instances can burst at any time for as long as required in `unlimited` mode. + * C7i instances offer better compute performance over comparable previous generation instances. For AWS DMS workloads, C7i instances excel at accelerating data transformation processes, handling compute-heavy schema conversions, and maintaining consistent throughput during high-volume migration tasks. These instances provide an ideal balance of compute performance that require sustained CPU performance. + + * R7i instances offer better compute performance over comparable previous generation instances, combined with high memory capacity for memory-intensive workloads. For AWS DMS workloads, R7i instances are particularly well-suited for tasks involving large databases that process high volumes of concurrent database transactions, enabling efficient handling of memory-intensive replication scenarios and complex data validation processes that require substantial memory buffers. + @@ -57,0 +62,9 @@ dms.c6i.32xlarge | 128 | 256 +dms.c7i.large | 2 | 4 +dms.c7i.xlarge | 4 | 8 +dms.x7i.2xlarge | 8 | 16 +dms.x7i.4xlarge | 16 | 32 +dms.x7i.8xlarge | 32 | 64 +dms.x7i.12xlarge | 48 | 96 +dms.x7i.16xlarge | 64 | 128 +dms.x7i.24xlarge | 96 | 192 +dms.x7i.48xlarge | 192 | 384 @@ -79,0 +93,9 @@ dms.r6i.32xlarge | 128 | 1024 +dms.r7i.large | 2 | 16 +dms.r7i.xlarge | 4 | 32 +dms.r7i.2xlarge | 8 | 64 +dms.r7i.4xlarge | 16 | 128 +dms.r7i.8xlarge | 32 | 256 +dms.r7i.12xlarge | 48 | 384 +dms.r7i.16xlarge | 64 | 512 +dms.r7i.24xlarge | 96 | 768 +dms.r7i.48xlarge | 192 | 1536