Skip to content

Commit eaf333d

Browse files
- [Docs] Updated Lambda reference page
- [Docs] Minor edits
1 parent a789342 commit eaf333d

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

docs/docs/reference/backends/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ You can use default credentials if you don't want to enter and store AWS credent
176176

177177
## 4. Create a project
178178

179-
Now that you set up the AWS credentials, log in to the `Hub`, open the `Projects` page, click `Add`, and select `AWS` in
179+
Now that you set up the AWS bucket and credentials, log in to the server UI, open the `Projects` page, click `Add`, and select `AWS` in
180180
the `Type` field.
181181

182182
![](../../../assets/images/dstack-hub-create-aws-project.png){ width=800 }

docs/docs/reference/backends/lambda.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,23 @@ click the `Generate API key` button to create a new API key.
3737

3838
## 3. Create a project
3939

40-
Now that you have AWS and Lambda credentials set up, log in to the Hub, open the `Projects` page, click `Add`, and select `Lambda` in the `Type` field.
40+
Now that you set up the Lambda Cloud API key, S3 bucket and AWS credentials,
41+
log in to the server UI, open the `Projects` page, click `Add`, and select `Lambda` in
42+
the `Type` field.
4143

4244
![](../../../assets/images/dstack-hub-create-lambda-project.png){ width=800 }
4345

4446
### Fields reference
4547

4648
The following fields are required:
4749

48-
- `API Key` - (Required) The API key for authenticating `dstack` with Lambda API
49-
- `Regions` - (Required) The regions where `dstack` will provision compute resources
50-
- `Storage` - (Required) The storage type that `dstack` will use to store state and artifacts
51-
- `Access key ID` - (Required) The Access key ID for authenticating `dstack` with S3
52-
- `Secret access key` - (Required) The Secret access key for authenticating `dstack` with S3
53-
- `Bucket` - (Required) The storage bucket that `dstack` will use to store state and artifacts
50+
- `API key` - (Required) The [API key] to authenticate `dstack` with Lambda Cloud
51+
- `Regions` - (Required) The list of regions where `dstack` may provision infrastructure. It is recommended
52+
to select as many regions as possible to maximize availability.
53+
- `Storage` - (Required) The storage provider that `dstack` will use to store the state and artifacts. Currently, only `AWS` is supported.
54+
- `Access key ID` - (Required) The [Access key ID](#13-create-an-access-key) to authenticate `dstack` with AWS
55+
- `Secret access key` - (Required) The [Secret access key](#13-create-an-access-key) to authenticate `dstack` with AWS
56+
- `Bucket` - (Required) The [S3 bucket](#11-create-an-s3-bucket) to store state and artifacts
5457

5558
## 4. Configure the CLI
5659

0 commit comments

Comments
 (0)