Skip to content

Commit

Permalink
update service account location link
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jan 19, 2025
1 parent 5b566cb commit 99487aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/disaster-recovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit 99487aa

Please sign in to comment.