Skip to main content

art_configure_aws-cli

art configure aws-cli

Create AWS profile and configure credentials for session

Synopsis

For configured art session, this command will generate AWS AccessKeyID, SecretKey & Session token credentials for current organization. It will configure AWS CLI profile with given name, default value for profile will be ART-ORGNAME

art configure aws-cli [--region region] [--aws-profile profile] [flags]

Examples


## configure AWS profile
art configure aws --region us-east-1 --profile test

Options

      --aws-profile string   local reference name for aws context
-h, --help help for aws-cli
--region string AWS Region for the credentials/profile (default "us-east-2")

Options inherited from parent commands

      --key string       art key (clientID you get when a token is generated from the ui)
--profile string art profile (default "default")
--secret string art secret (secret you get when a token is generated from the ui)

SEE ALSO

Auto generated by spf13/cobra on 29-Nov-2022