Bird
0
0

Which syntax correctly represents an AWS Trusted Advisor check for cost optimization in AWS CLI?

easy📝 Syntax Q3 of 15
AWS - Cost Optimization
Which syntax correctly represents an AWS Trusted Advisor check for cost optimization in AWS CLI?
Aaws support describe-trusted-advisor-checks --language en
Baws trustedadvisor describe-cost-optimization-checks
Caws trustedadvisor list-cost-checks
Daws advisor get-cost-optimization
Step-by-Step Solution
Solution:
  1. Step 1: Recall AWS CLI command for Trusted Advisor checks

    The correct AWS CLI command to list Trusted Advisor checks is 'aws support describe-trusted-advisor-checks'.
  2. Step 2: Verify syntax correctness

    aws support describe-trusted-advisor-checks --language en uses the correct command and includes the language parameter, matching AWS CLI syntax.
  3. Final Answer:

    aws support describe-trusted-advisor-checks --language en -> Option A
  4. Quick Check:

    Correct CLI syntax = A [OK]
Quick Trick: Use 'aws support describe-trusted-advisor-checks' for listing checks [OK]
Common Mistakes:
  • Using incorrect service names
  • Missing required parameters

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes