Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/awscli/examples/redshift/ |
Upload File : |
Delete a Cluster with No Final Cluster Snapshot ----------------------------------------------- This example deletes a cluster, forcing data deletion so no final cluster snapshot is created. Command:: aws redshift delete-cluster --cluster-identifier mycluster --skip-final-cluster-snapshot Delete a Cluster, Allowing a Final Cluster Snapshot --------------------------------------------------- This example deletes a cluster, but specifies a final cluster snapshot. Command:: aws redshift delete-cluster --cluster-identifier mycluster --final-cluster-snapshot-identifier myfinalsnapshot