Answers for "yaml with aws task placement strategy"

1

yaml with aws task placement strategy

services:
     - name: foobar-prod
       placement_strategy:
        - type: random
        - type: spread
          field: 'attribute:ecs.availability-zone'
Posted by: Guest on February-17-2021

Browse Popular Code Answers by Language