Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 1517

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To create a fleet**

This example creates a fleet. It attaches a tag named Region.

Command::

   aws robomaker create-fleet --name MyFleet --tags Region=East

Output::

  {
    "arn": "arn:aws:robomaker:us-west-2:111111111111:deployment-fleet/MyOtherFleet/1550771394395",
    "name": "MyFleet",
    "createdAt": 1550771394.0,
    "tags": {
        "Region": "East"
    }
  }