AWS - Advanced SecurityWhich of the following is the correct AWS CLI command to create a new KMS key?Aaws kms generate-keyBaws kms new-keyCaws kms create-keyDaws kms make-keyCheck Answer
Step-by-Step SolutionSolution:Step 1: Recall AWS CLI syntax for KMS key creationThe correct command is 'aws kms create-key'.Step 2: Verify other optionsOptions A, B, and D are invalid AWS CLI commands.Final Answer:aws kms create-key -> Option CQuick 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-keyConfusing generate-key with create-key
Master "Advanced Security" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Advanced Security - AWS WAF for web application firewall - Quiz 15hard Architecture Best Practices - Operational excellence pillar - Quiz 7medium Architecture Best Practices - Reliability pillar principles - Quiz 2easy Architecture Best Practices - Performance efficiency pillar - Quiz 3easy CloudFormation - Resources section - Quiz 9hard Cost Optimization - Reserved Instances and Savings Plans - Quiz 8hard Cost Optimization - Budgets and cost anomaly detection - Quiz 12easy EKS - EKS networking with VPC CNI - Quiz 5medium EKS - EKS networking with VPC CNI - Quiz 9hard Serverless Architecture - Lambda with DynamoDB Streams - Quiz 11easy