Skip to content

Commit

Permalink
Merge pull request #4436 from EnterpriseDB/docs/biganimal/aws-cli
Browse files Browse the repository at this point in the history
BigAnimal: update CLI commands for connecting to AWS
  • Loading branch information
drothery-edb authored Jul 14, 2023
2 parents 67bf8e6 + f224345 commit 1177b21
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ To connect your cloud:
1. Create a BigAnimal CLI credential:

```shell
biganimal create-credential --name <cred> --address portal.biganimal.com --port 443
biganimal credential create --name <cred>
```

1. To set up your cloud provider, run the `setup-csp` command:

```shell
biganimal setup-csp
biganimal cloud-provider setup
```
The command checks for cloud account readiness and displays the results.

Expand All @@ -44,6 +44,6 @@ To connect your cloud:
1. Connect your cloud account to BigAnimal:

```shell
biganimal connect-csp --provider aws --project <project-name>
biganimal cloud-provider connect --provider aws --project <project-name>
```
After your cloud account is successfully connected to BigAnimal, you and other users with the correct permissions can create clusters.

1 comment on commit 1177b21

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.