logo
← 返回面试题库

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

中等aws

想查看完整答案?

登录匠人学院学习中心,获取 STAR 格式回答和详细技术解析

前往学习中心查看答案