Bird
0
0

Which of the following is the correct AWS CLI command to create a new KMS key?

easy📝 Syntax Q3 of 15
AWS - Advanced Security
Which of the following is the correct AWS CLI command to create a new KMS key?
Aaws kms generate-key
Baws kms new-key
Caws kms create-key
Daws kms make-key
Step-by-Step Solution
Solution:
  1. Step 1: Recall AWS CLI syntax for KMS key creation

    The correct command is 'aws kms create-key'.
  2. Step 2: Verify other options

    Options A, B, and D are invalid AWS CLI commands.
  3. Final Answer:

    aws kms create-key -> Option C
  4. Quick Check:

    Correct CLI command = create-key [OK]
Quick Trick: Use 'create-key' to make new KMS keys via CLI [OK]
Common Mistakes:
  • Using non-existent commands like new-key
  • Confusing generate-key with create-key

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes