-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error setting aws_dms_endpoint with extra_connection_attributes setting cdcMaxBatchInterval #8807
Comments
Manually defining the bucketName in the extra connection attribute will get around the endpoint corruption However cdcMaxBatchInterval will be missing from the endpoint if viewed via DMS task manager - the state however will show it as there...
ie
So i believe the endpoint corruption issue is something to do with the bucketName not being automatically appended when you use the cdcMaxBatchInterval setting And finally that the cdcMaxBatchInterval is not being applied to the endpoint perhaps due to it being an unknown property |
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Version
0.11.11
"aws" (2.0.0)...
Affected Resource(s)
aws_dms_endpoint
extra_connection_attributes
Terraform Configuration Files
Debug Output
Terraform will perform the following actions:
Panic Output
StartReplicationTask operation: Test connection for replication instance dms-eu-west-2-s-adsprocessor and endpointname should be successful for starting the replication task
Endpoint test result: Test Endpoint failed: Application-Status: 1020912, Application-Message: Failed to connect to database.
Expected Behavior
The endpoint extra connection attribute cdcMaxBatchInterval should exist
The bucket name should be set in the endpoint
Actual Behavior
-The endpoint loses its bucket name (in the aws console) and test fails when attempted
-Setting the bucket name back into the endpoint and testing still fails test
-The endpoint must be destroyed to fix the issue
-You cannot destroy an endpoint that is in use by a task, therefore you must destroy everything else
-AWS support cannot resolve the issue without destroying the endpoint
-They say the issue is terraform
Steps to Reproduce
terraform apply
Important Factoids
No
The text was updated successfully, but these errors were encountered: