diff --git a/docs/content/guides/operations/providers/howto-aws-provider/index.md b/docs/content/guides/operations/providers/howto-aws-provider/index.md index cc0b7846b..341138bc8 100644 --- a/docs/content/guides/operations/providers/howto-aws-provider/index.md +++ b/docs/content/guides/operations/providers/howto-aws-provider/index.md @@ -14,9 +14,7 @@ The AWS provider allows you to deploy and connect to AWS resources from a Radius ## Prerequisites -- [EKS cluster]({{< ref "/guides/operations/kubernetes/overview#supported-clusters" >}}) - [AWS account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account) and an [IAM user](https://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started_create-admin-group.html) -- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) - [rad CLI]({{< ref "installation#step-1-install-the-rad-cli" >}}) ## Interactive configuration @@ -27,9 +25,9 @@ The AWS provider allows you to deploy and connect to AWS resources from a Radius ``` 1. Follow the prompts, specifying: - - **Namespace** - The Kubernetes namespace where your application containers and networking resources will be deployed (different than the Radius control-plane namespace, `radius-system`) - - **Add an AWS provider** - Enter your IAM credentials and pick a region to deploy your AWS resources to - - **Environment name** - The name of the environment to create + - **Namespace** - The Kubernetes namespace where your application containers and networking resources will be deployed (different than the Radius control-plane namespace, `radius-system`). + - **Add an AWS provider** - Enter your IAM access key and secret key and pick a region to deploy your AWS resources to. + - **Environment name** - The name of the environment to create. You should see the following output: @@ -61,4 +59,4 @@ The AWS provider allows you to deploy and connect to AWS resources from a Radius ```bash rad credential register aws --access-key-id myAccessKeyId --secret-access-key mySecretAccessKey ``` - For more information on the command arguments visit [`rad credential register aws`]({{< ref rad_credential_register_aws >}}) \ No newline at end of file + For more information on the command arguments visit [`rad credential register aws`]({{< ref rad_credential_register_aws >}})