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

🎲 Try a Random Question  |  Total Questions in Quiz: 84  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Amazon Web Services (AWS) Quiz — practice the complete quiz, review flashcards, or try a random question.

AWS MCQs For LinkedIn Skill Assessments.


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