CDK: How to restore a Redshift from a Snapshot ?

0

I have created a new Redshift using CfnCluster construct with snapshotIdentifier specified. The snapshot contains one table and some data in it.

However, the newly-created cluster does not contain the table or data. Do I miss something to restore a cluster from a snapshot ?

Taz
asked 2 years ago334 views
2 Answers
1

The snapshot identifier indicates the name of the snapshot from which the new cluster will be created. The stack looks good, however the issue needs further investigation to understand why the data is not restored from the snapshot.

I request you to Create a support case so that we may further dive into the specifics of your configuration.

AWS
SUPPORT ENGINEER
answered 2 years ago
0

Problem solved for me. This was because the snapshotIdentifier passed from external file was undefined. My bad.

Taz
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions