Skip to content

Commit 8599d5c

Browse files
authored
v7.5.7: br: support imdsv2 to retrive IAM Role (#18934) (#21464)
1 parent b007fc6 commit 8599d5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

br/backup-and-restore-storages.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ Before backup, configure the following privileges to access the backup directory
111111

112112
If you have not yet created a backup directory, refer to [Create a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html) to create an S3 bucket in the specified region. If necessary, you can also create a folder in the bucket by referring to [Create a folder](https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-folders.html).
113113

114+
> **Note:**
115+
>
116+
> In 2024, AWS changed the default behavior, and newly created instances now only support IMDSv2 by default. For more details, see [Set IMDSv2 as default for all new instance launches in your account](https://aws.amazon.com/about-aws/whats-new/2024/03/set-imdsv2-default-new-instance-launches/). Therefore, starting from v7.5.7, BR supports obtaining IAM role permissions on Amazon EC2 instances with only IMDSv2 enabled. When using BR of an earlier version before v7.5.7, you need to configure the instance to support both IMDSv1 and IMDSv2.
117+
114118
It is recommended that you configure access to S3 using either of the following ways:
115119

116120
- Method 1: Specify the access key

0 commit comments

Comments
 (0)