It appears there is a new property on a source dms endpoint when it is of type s3 bucket
. In the image below, there is a CDC Path property, apparently on the endpoint itself. This does not appear to come from --s3-settings CdcPath
or the --extra-connection-attributes CdcPath
. I have set both values via modify-endpoint route and the CDC Path property remains blank.
Here is what appears to be a new CDC Path property
It is somewhat difficult to assertain, however, I feel that these are from the --s3-settings
And finally, I feel these are being depreciated or at least compressionType has been. These are the --extra-connection-attributes
When I attempt to attach this dms-endpoint
as a source to a dms-replication-task
, I keep getting an invalid ARN.
When I flip over to an environemsnt where I have write access and enter a value for the CDC Path, seen in the first image, then this endpoint can be used as a source for a replication task.
I am confused perhaps the documentation is stale or else I am missing something.
- How to update the CDC Path in the first image from cli?
- Would the lack of a value here cause a source endpoint of type s3 from being able to be attached to a
dms-replication-task
?