Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instructions for How To Configure AWS Provider #839

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down Expand Up @@ -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 >}})
For more information on the command arguments visit [`rad credential register aws`]({{< ref rad_credential_register_aws >}})
Loading