Skip to content

Commit 7a9392b

Browse files
authored
Merge pull request #323 from DefangLabs/linda-starter-byoc-readme
Update BYOC readme in starter sample
2 parents b37183b + c03bea1 commit 7a9392b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

starter-sample/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,9 @@ Deploy your application to the Defang Playground by opening up your terminal and
4444
defang compose up
4545
```
4646

47-
### BYOC (AWS)
47+
### BYOC
4848

49-
If you want to deploy to your own cloud account, you can use Defang BYOC:
50-
51-
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`.
52-
2. Run in a terminal that has access to your AWS environment variables:
53-
```bash
54-
defang --provider=aws compose up
55-
```
49+
If you want to deploy to your own cloud account, you can [use Defang BYOC](https://docs.defang.io/docs/tutorials/deploy-to-your-cloud).
5650

5751
---
5852

0 commit comments

Comments
 (0)