Received response status [FAILED] from custom resource. Message returned: Failed to create user, "Error while connecting to MySQL 2003: Can't connect to MySQL server on '$db-endpoint:$db-port' (timed out) ...
This will then trigger a ROLLBACK_IN_PROGRESS and then ROLLBACK_COMPLETE, all under 1 minute.
This PR fixes this old "closed" issue: https://github.com/binxio/cfn-mysql-user-provider/issues/6 To avoid waiting/hanging for a hour till cloudformation stops the update/delete itself.
In cloudformation, you will get this output
This will then trigger a ROLLBACK_IN_PROGRESS and then ROLLBACK_COMPLETE, all under 1 minute.