1 Answer
- Newest
- Most votes
- Most comments
0
Think I found the issue:
DBSnapshot:
Type : "String"
Default: "arn:aws:rds:eu-west-1:300688157164:cluster-snapshot:snapshot"
Resources:
MyDB:
Type: "AWS::RDS::DBCluster"
Properties:
SnapshotIdentifier: !Ref DBSnapshot
Engine: "aurora"
You are restoring a cluster so need to use AWS::RDS::DBCluster and SnapshotIdentifier and not the AWS::RDS::DBInstance.
answered 7 years ago
Relevant content
- asked 3 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago