aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
26 stars 42 forks source link

[Integration] Update timeout values to work better with the service. #514

Closed wbkang closed 4 months ago

wbkang commented 4 months ago

Integration can take 4+ hours to create if the source database is huge. Likewise, the delete should not take more than 30 minutes, so the timeouts are being adjusted.

Issue #, if available: N/A

Description of changes:

AWS::RDS::Integration can actually take 4+ hours to create/modify if the source database is huge. Likewise, the deletion should not take more than 30 minutes (as opposed to the default 90 minutes). We are adjusting the timeout values to reflect that.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. - YES