awslabs / rds-snapshot-tool

The Snapshot Tool for Amazon RDS automates the task of creating manual snapshots, copying them into a different account and a different region, and deleting them after a specified number of days
Apache License 2.0
341 stars 146 forks source link

states is not a supported service for a target #8

Closed NeckBeardPrince closed 6 years ago

NeckBeardPrince commented 6 years ago

The following resource(s) failed to create: [cwEventBackupRDS, cwEventDeleteOldSnapshotsRDS]. . Rollback requested by user.

cwEventBackupRDS cwEventDeleteOldSnapshotsRDS

Error: states is not a supported service for a target

NeckBeardPrince commented 6 years ago

@mrcoronel Any ideas or thoughts as to why this CF build fails with the errors above?

mrcoronel commented 6 years ago

Hello @NeckBeardPrince, could you tell me in which region it's failing?

NeckBeardPrince commented 6 years ago

@mrcoronel Sure. us-west-1.

NeckBeardPrince commented 6 years ago

@mrcoronel I've tried it in other regions with the same issue. It's odd, not sure what's causing the failure.

mrcoronel commented 6 years ago

Hello @NeckBeardPrince, it appears that Cloudwatch Events does not support Step Functions as a target in us-west-1 and in ap-northeast-2. It's a bit odd, but I'm sure support is coming soon. Other regions with support for Step Functions work as expected.

NeckBeardPrince commented 6 years ago

@mrcoronel Really odd, I was 99% sure that region supported Step Functions. I deployed and set the override and it worked fine. Thanks a lot. Really sorry about the boring issue.