Skip to content

Commit b05ac3f

Browse files
Merge pull request #2959 from thuandb/imdsv2
fix a typo in the new EC2 IMDSv2 configuration flag name #2
2 parents 3ecb291 + 8dfd6ea commit b05ac3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ and [adds defenses against additional vulnerabilities](https://aws.amazon.com/bl
4242
AWS recommends adopting IMDSv2 and disabling IMDSv1 [by configuring the Instance Metadata Service on the EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html).
4343

4444
By default *rabbitmq-aws* will attempt to use IMDSv2 first and will fallback to use IMDSv1 if calls to IMDSv2 fail. This behavior can be overridden
45-
by setting the ``aws_prefer_imdsv2`` setting to ``false``.
45+
by setting the ``aws.prefer_imdsv2`` setting to ``false``.
4646

4747
### Environment Variables
4848

0 commit comments

Comments
 (0)