Skip to content

Commit 4bc8806

Browse files
Add AWS_REGION to credential requirements
Updated authentication requirements for AWS credentials.
1 parent 72eac75 commit 4bc8806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/deploy-to-aws.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ cd path/to/your/project
2626
There are many ways to authenticate your [AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-authentication.html).
2727
Once you've done that, Defang will look for your AWS credentials in your shell environment and expect to find one of the following credential sets:
2828
* the `AWS_PROFILE` environment variable
29-
* or, the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables
29+
* or, the `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_REGION` environment variables
3030

3131
:::tip
3232
If you have the AWS CLI installed (which is not required in order to use the Defang CLI), you can verify that you've authenticated to AWS by running `aws sts get-caller-identity` and see your account ID.

0 commit comments

Comments
 (0)