Command option Sample:aws rds delete-db-snapshot

Search command sample in the internet.It is the result.

Deletes a DBSnapshot.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/delete-db-snapshot.html

aws rds delete-db-snapshot --db-snapshot-identifier=
    aws-for-data-classes/delete-snapshots.sh at master 揃 michaelsmit/aws-for-data-classes 揃 GitHub : http://github.com/michaelsmit/aws-for-data-classes/blob/master/delete-snapshots.sh
aws rds delete-db-snapshot --db-snapshot-identifier test
    amazon web services - Unable to delete a RDS-mysql snapshot - Stack Overflow : http://stackoverflow.com/questions/45332843/unable-to-delete-a-rds-mysql-snapshot
aws rds delete-db-snapshot db-snapshot-identifier \
     How to create RDS in Amazon AWS : http://www.thesisscientist.com/docs/E-Booklets/887a5399-607c-49fc-b2d8-703cec1eb5fd

aws のオプション一覧