Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created December 7, 2021 08:53
Show Gist options
  • Select an option

  • Save denzhel/385c1ccbe8d3a59371eaf0c49c48d259 to your computer and use it in GitHub Desktop.

Select an option

Save denzhel/385c1ccbe8d3a59371eaf0c49c48d259 to your computer and use it in GitHub Desktop.
aws secret manager - force delete secrets without recovery

To delete a secret immediately, use the following command:

aws secretsmanager delete-secret --secret-id <SECRET_NAME> --force-delete-without-recovery --region <AWS_SM_REGION>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment