Skip to main content

art_configure_generate-aws-credentials

art configure generate-aws-credentials

Generates AWS credentials for a temporary session

Synopsis

For accountID specified, this command will generate AWS AccessKeyID, SecretKey & Session token credentials. When specified --format it will return commands to set environment variables & if not specified, it will return json having keys

art configure generate-aws-credentials [--region region] [--format format] [flags]

Examples


## Generate AWS Creds: output json
art configure generate-aws-credentials --region us-east-1
## Generate AWS Creds: output export commands
eval $(art configure generate-aws-credentials --region us-east-1 --format eval)

Options

      --format string   output format default is json can be override by eval (default "json")
-h, --help help for generate-aws-credentials
--region string AWS Region for the credentials (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