ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security key-manager external aws update-credentials

    Update AWS secret access key and access key ID

    Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

    Description

    This command allows the user to update the secret access key which is used by the Amazon Web Service Key Management Service (AWSKMS) configured for the given Vserver. The secret access key is initially set by running the security key-manager external aws enable command. This command will fail if AWSKMS has not been enabled for the Vserver.

    Parameters

    -vserver <Vserver Name> - Vserver

    Use this parameter to specify the Vserver for which the AWSKMS secret access key will be updated.

    -access-key-id <text> - Access Key ID

    Use this parameter to specify the new access key id of the updated credentials.

    [-skip-verify {true|false}] - Don’t verify user credentials

    Set this parameter to true to skip verification of the updated credentials.

    Examples

    The following example updates the AWSKMS secret access key for Vserver v1.

    cluster-1::> security key-manager external aws update-credentials -vserver v1
    
    Enter the new secret access key: Press <Enter> when done
    Top of Page