Bird
0
0

Which of the following is the correct way to specify the launch type as Fargate in an ECS service JSON?

easy📝 Configuration Q12 of 15
AWS - ECS and Fargate
Which of the following is the correct way to specify the launch type as Fargate in an ECS service JSON?
A"launchType": "EC2"
B"launchType": "FARGATE"
C"launchType": "Serverless"
D"launchType": "Container"
Step-by-Step Solution
Solution:
  1. Step 1: Check valid launch type values in ECS

    ECS supports "EC2" and "FARGATE" as launch type values in uppercase.
  2. Step 2: Identify correct Fargate syntax

    The correct string for Fargate is "FARGATE" in uppercase letters.
  3. Final Answer:

    "launchType": "FARGATE" -> Option B
  4. Quick Check:

    Fargate launch type syntax = A [OK]
Quick Trick: Use uppercase "FARGATE" for launchType in ECS JSON [OK]
Common Mistakes:
  • Using lowercase "fargate" instead of uppercase
  • Using invalid launch type names like "Serverless"
  • Confusing EC2 and Fargate strings

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes