From 99487aae2fb15e21aa6d086cfc4e41a4f05d746a Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Sun, 19 Jan 2025 16:48:48 +0000 Subject: [PATCH] update service account location link --- scripts/disaster-recovery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/disaster-recovery.sh b/scripts/disaster-recovery.sh index deec80e..08dcbdb 100755 --- a/scripts/disaster-recovery.sh +++ b/scripts/disaster-recovery.sh @@ -41,7 +41,7 @@ setup_aws() { if [ ! -f "/home/$(logname)/.aws/credentials" ]; then echo "!! AWS credentials file is absent, won't be able to restore backups without it !!\n" echo "Please go by the link and create new static key for the existing service account:" - echo "https://console.cloud.yandex.ru/folders/b1gm2f812hg4h5s5jsgn?section=service-accounts\n" + echo "https://console.yandex.cloud/folders/b1gm2f812hg4h5s5jsgn/iam/service-accounts\n" echo "\ You'll get ID and secret key, write them to /home/$(logname)/.aws/credentials in the following format:\n\n\ [default]\n\