Skip to content

Commit 1e05514

Browse files
committed
readme updates
1 parent e67caa9 commit 1e05514

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

samples/rails/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Deploy your application to the defang playground by opening up your terminal and
3838

3939
If you want to deploy to your own cloud account, you can use Defang BYOC:
4040

41-
1. [Authenticate your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), and that you have properly set your environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.
41+
1. [Authenticate your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), and check that you have properly set your environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.
42+
2. Run `defang --provider=aws up` in a terminal that has access to your AWS environment variables.
4243

4344
---
4445

samples/rocket/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Deploy your application to the defang playground by opening up your terminal and
3131

3232
If you want to deploy to your own cloud account, you can use Defang BYOC:
3333

34-
1. [Authenticate your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), and that you have properly set your environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.
35-
2. Run `defang up` in a terminal that has access to your AWS environment variables.
34+
1. [Authenticate your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), and check that you have properly set your environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.
35+
2. Run `defang --provider=aws up` in a terminal that has access to your AWS environment variables.
3636

3737
---
3838

starter-sample/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
},
66
"features": {
77
"ghcr.io/defanglabs/devcontainer-feature/defang-cli:1.0.4": {},
8-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
8+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
9+
"ghcr.io/devcontainers/features/aws-cli:1": {}
910
}
1011
}

starter-sample/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a sample that shows the rough structure of an actual Defang sample. This
77
## Prerequisites
88

99
1. Download [Defang CLI](https://github.com/DefangLabs/defang)
10-
2. (Optional) If you are using [Defang BYOC](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) authenticated with your AWS account
10+
2. (Optional) If you are using [Defang BYOC](https://docs.defang.io/docs/concepts/defang-byoc) authenticate with your cloud provider account
1111
3. (Optional for local development) [Docker CLI](https://docs.docker.com/engine/install/)
1212

1313
## Development
@@ -40,8 +40,8 @@ Deploy your application to the defang playground by opening up your terminal and
4040

4141
If you want to deploy to your own cloud account, you can use Defang BYOC:
4242

43-
1. [Authenticate your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), and that you have properly set your environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.
44-
2. Run `defang up` in a terminal that has access to your AWS environment variables.
43+
1. [Authenticate your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), and check that you have properly set your environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.
44+
2. Run `defang --provider=aws up` in a terminal that has access to your AWS environment variables.
4545

4646
---
4747

0 commit comments

Comments
 (0)