Identity v2
Create EC2 credentials
os ec2 credentials create
[--project <project>]
[--user <user>]
Specify an alternate project (default: current authenticated project)
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.
Delete EC2 credentials
os ec2 credentials delete
[--user <user>]
<access-key>
Specify a user
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.
List EC2 credentials
os ec2 credentials list
[--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.
Display EC2 credentials details
os ec2 credentials show
[--user <user>]
<access-key>
Specify a user
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.