From 87d4014b6b193949e3429aa70841ef2d1989e14c Mon Sep 17 00:00:00 2001 From: Jeremy Voorhis Date: Wed, 26 Jul 2017 08:44:06 -0700 Subject: [PATCH] s/alterate/alternate/ (#3056) --- website/source/docs/auth/aws.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/auth/aws.html.md b/website/source/docs/auth/aws.html.md index 19c8c640b..10efbabaf 100644 --- a/website/source/docs/auth/aws.html.md +++ b/website/source/docs/auth/aws.html.md @@ -671,7 +671,7 @@ The response will be in JSON. For example: the `ec2` auth method or using the `iam` auth method with inferencing, then these credentials need access to `ec2:DescribeInstances`. If additionally a `bound_iam_role` is specified, then these credentials - also need access to `iam:GetInstanceProfile`. If, however, an alterate + also need access to `iam:GetInstanceProfile`. If, however, an alternate sts configuration is set for the target account, then the credentials must be permissioned to call `sts:AssumeRole` on the configured role, and that role must have the permissions described here.