Bird
0
0

Which of the following is the correct JSON key to specify the start time for a scheduled scaling action in AWS?

easy📝 Configuration Q3 of 15
AWS - Auto Scaling
Which of the following is the correct JSON key to specify the start time for a scheduled scaling action in AWS?
A"BeginAt"
B"StartTime"
C"ScheduleStart"
D"ActionStartTime"
Step-by-Step Solution
Solution:
  1. Step 1: Recall AWS scheduled scaling JSON keys

    The official key to set the start time is "StartTime".
  2. Step 2: Verify other keys are invalid

    Keys like "BeginAt", "ScheduleStart", and "ActionStartTime" are not recognized by AWS.
  3. Final Answer:

    "StartTime" -> Option B
  4. Quick Check:

    Start time key = "StartTime" [OK]
Quick Trick: Use "StartTime" to set scheduled action start time [OK]
Common Mistakes:
MISTAKES
  • Using incorrect key names
  • Confusing schedule expressions with keys
  • Omitting the start time key
  • Using camelCase instead of PascalCase

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes