Difference between revisions of "Aws ecs create-cluster"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
* <code>[[AWS::ECS]]</code>: <code>[[AWS::ECS::Cluster]]</code>
 
* <code>[[AWS::ECS]]</code>: <code>[[AWS::ECS::Cluster]]</code>
 
* [[Fargate]]
 
* [[Fargate]]
 +
* <code>[[aws_ecs_cluster]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 12:51, 14 July 2022

aws ecs create-service \
   --cluster MyCluster \
   --service-name MyService \
   --task-definition sample-fargate:1 \
   --desired-count 2 \
   --launch-type FARGATE \
   --platform-version LATEST \
   --network-configuration "awsvpcConfiguration={subnets=[subnet-12344321],securityGroups=[sg-12344321],assignPublicIp=ENABLED}" \
   --tags key=key1,value=value1 key=key2,value=value2 key=key3,value=value3

Related

See also

Advertising: