diff --git a/product_docs/docs/biganimal/release/getting_started/02_connecting_to_your_cloud/connecting_aws.mdx b/product_docs/docs/biganimal/release/getting_started/02_connecting_to_your_cloud/connecting_aws.mdx index 8c508effa7a..f98f9bb2e2b 100644 --- a/product_docs/docs/biganimal/release/getting_started/02_connecting_to_your_cloud/connecting_aws.mdx +++ b/product_docs/docs/biganimal/release/getting_started/02_connecting_to_your_cloud/connecting_aws.mdx @@ -23,13 +23,13 @@ To connect your cloud: 1. Create a BigAnimal CLI credential: ```shell - biganimal create-credential --name --address portal.biganimal.com --port 443 + biganimal credential create --name ``` 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. @@ -44,6 +44,6 @@ To connect your cloud: 1. Connect your cloud account to BigAnimal: ```shell - biganimal connect-csp --provider aws --project + biganimal cloud-provider connect --provider aws --project ``` After your cloud account is successfully connected to BigAnimal, you and other users with the correct permissions can create clusters. \ No newline at end of file