You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/deploy-to-aws.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ $ cd path/to/your/project
26
26
There are many ways to authenticate your [AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-authentication.html).
27
27
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:
28
28
* 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
30
30
31
31
:::tip
32
32
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