[ aws . configure ]

import

Description

Import CSV credentials generated from the AWS web console. Entries in the CSV will be imported as profiles in the AWS credentials file, with the profile name matching the IAM User Name.

See ‘aws help’ for descriptions of global parameters.

Synopsis

  import
--csv <value>
[--skip-invalid]
[--profile-prefix <value>]

Options

--csv (string) The credentials in CSV format generated by the AWS web console.

--skip-invalid (boolean) Skip entries that are invalid or do not have programmatic access instead of failing.

--profile-prefix (string) Adds the specified prefix to the beginning of all profile names.

See ‘aws help’ for descriptions of global parameters.

Examples

aws configure import –csv file://credentials.csv

aws configure import –csv file://credentials.csv –skip-invalid

aws configure import –csv file://credentials.csv –profile-prefix test-