https://pulumi.com logo
#aws
Title
# aws
w

witty-park-12681

04/05/2022, 3:33 AM
Hey y'all question for Pulumi for RDS. Documentation states the following.
Copy code
snapshotIdentifier
string

Specifies whether or not to create this database from a snapshot. This correlates to the snapshot ID you'd find in the RDS console, e.g: rds:production-2015-06-26-06-05.
Is this the
snapshot name
? There is nothing in aws RDS specifically called
snapshot ID
.. there is
ARN
curious if this documentation should be updated?
l

little-cartoon-10569

04/05/2022, 3:49 AM
Yes, the value under the title "Snapshot name" is in the format "rds:<dbname>-<year>-<month>-<day>-<hour>-<minute>", which matches.
The column name isn't correct. Look at the value of the link: that "name" is called "id" in the URL.
w

witty-park-12681

04/05/2022, 1:22 PM
Oh you must be looking at system snapshots - manual snapshots can be named anything. It's just confusing that the documentation calls it
ID
and aws calls it
name
5 Views