Bird
0
0

Given this AWS CLI command:

medium📝 Predict Output Q13 of 15
AWS - Serverless Architecture
Given this AWS CLI command:
aws cognito-idp create-user-pool-client --user-pool-id us-east-1_123456789 --client-name MyAppClient
What does this command do?
ALists all user pools
BCreates a new user pool
CDeletes a user pool client
DCreates a new user pool client for an existing user pool
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the command action

    The command uses 'create-user-pool-client' which creates a client app for an existing user pool identified by --user-pool-id.
  2. Step 2: Understand the client role

    User pool clients connect apps to user pools for login; this command does not create or delete user pools themselves.
  3. Final Answer:

    Creates a new user pool client for an existing user pool -> Option D
  4. Quick Check:

    create-user-pool-client = new client for user pool [OK]
Quick Trick: Look for 'create-user-pool-client' to identify client creation [OK]
Common Mistakes:
  • Confusing client creation with user pool creation
  • Assuming deletion instead of creation
  • Misreading the command as a list operation

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes