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

[DBInstance] Detect engine before running Create workflow #460

Closed khebul closed 1 year ago

khebul commented 1 year ago

This PR adds engine detection step before any create operations take place. This allows using create workflow instead of create-modify workflow in some cases when customer does not explicitly specify engine with restore-from-snapshot, create-read-replica and restore-to-point-in-time scenarios.

Create-modify workflow remains main method of provisioning any SQL server DBInstances

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