rad credential register aws access-key CLI reference
rad credential register aws access-key
Register (Add or update) AWS cloud provider credential for a Radius installation.
Synopsis
Register (Add or update) AWS cloud provider credential for a Radius installation..
This command is intended for scripting or advanced use-cases. See ‘rad init’ for a user-friendly way to configure these settings.
Radius will use the provided IAM credential for all interactions with AWS.
Radius cloud providers enable Radius Environments to deploy and integrate with cloud resources (Azure, AWS). The Radius control-plane stores credentials for use when accessing cloud resources.
Cloud providers are configured per-Radius-installation. Configuration commands will use the current workspace or the workspace specified by ‘–workspace’ to configure Radius. Modifications to cloud provider configuration or credentials will affect all Radius Environments and applications of the affected installation.
rad credential register aws access-key [flags]
Examples
# Register (Add or update) cloud provider credential for AWS with IAM authentication
rad credential register aws access-key --access-key-id <access-key-id> --secret-access-key <secret-access-key>
Options
--access-key-id string The AWS IAM access key id.
-h, --help help for access-key
-o, --output string output format (supported formats are json, table) (default "table")
--secret-access-key string The AWS IAM secret access key.
-w, --workspace string The workspace name
Options inherited from parent commands
--config string config file (default "$HOME/.rad/config.yaml")
SEE ALSO
- rad credential register aws - Register (Add or update) AWS cloud provider credential for a Radius installation.
Feedback
Was this page helpful?
Glad to hear it! Please feel free to star our repo and join our Discord server to stay up to date with the project.
Sorry to hear that. If you would like to also contribute a suggestion visit and tell us how we can improve.