I’m having trouble finding how to restore an RDS i...
# general
e
I’m having trouble finding how to restore an RDS instance from a manual snapshot. Anyone have a pointer to docs or examples using node/typescript?
g
Don't have an example, but I think you need to specify
snapshotIdentifier
- https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/rds/#InstanceArgs-snapshotIdentifier.
e
oh, thanks!