ec2 credentials

Identity v2

ec2 credentials create

Create EC2 credentials

os ec2 credentials create
    [--project <project>]
    [--user <user>]
--project <project>

Specify an alternate project (default: current authenticated project)

--user <user>

Specify an alternate user (default: current authenticated user)

The --project and --user options are typically only useful for admin users, but may be allowed for other users depending on the policy of the cloud and the roles granted to the user.

ec2 credentials delete

Delete EC2 credentials

os ec2 credentials delete
    [--user <user>]
    <access-key>
--user <user>

Specify a user

access-key

Credentials access key

The --user option is typically only useful for admin users, but may be allowed for other users depending on the policy of the cloud and the roles granted to the user.

ec2 credentials list

List EC2 credentials

os ec2 credentials list
    [--user <user>]
--user <user>

Filter list by <user>

The --user option is typically only useful for admin users, but may be allowed for other users depending on the policy of the cloud and the roles granted to the user.

ec2 credentials show

Display EC2 credentials details

os ec2 credentials show
    [--user <user>]
    <access-key>
--user <user>

Specify a user

access-key

Credentials access key

The --user option is typically only useful for admin users, but may be allowed for other users depending on the policy of the cloud and the roles granted to the user.

Table Of Contents

Previous topic

domain

Next topic

endpoint

This Page