What does the following AWS CLI create-service command for ECS do?\naws ecs create-service \\\n --cluster production \\\n --service-name rest-api \\\n --task-definition rest-api:1 \\\n --desired-count 2 \\\n --launch-type \"FARGATE\" \\\n --network-configuration \\\n \"awsvpcConfiguration={subnets=[subnet-0b29129ab],securityGroups=[sg-0b29129ab]}\",

🎲 Try a Random Question  |  Total Questions in Quiz: 105  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
AWS Practice Test (LinkedIn Skills Assessment) — practice the complete quiz, review flashcards, or try a random question.


What does the following AWS CLI create-service command for ECS do?\naws ecs create-service \\\n --cluster production \\\n --service-name rest-api \\\n --task-definition rest-api:1 \\\n --desired-count 2 \\\n --launch-type \"FARGATE\" \\\n --network-configuration \\\n \"awsvpcConfiguration={subnets=[subnet-0b29129ab],securityGroups=[sg-0b29129ab]}\",