AWS Fundamentals Logo
AWS Fundamentals
AWS::RoboMaker::Fleet

RoboMaker Fleet

AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Create-only
Tags
Tags

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RoboMaker::Fleet

Resources:
  MyResource:
    Type: AWS::RoboMaker::Fleet
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

robomaker:CreateFleet

read

robomaker:DescribeFleet

delete

robomaker:DeleteFleet

update

robomaker:TagResourcerobomaker:UntagResource

list

robomaker:ListFleets

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoboMaker
Properties3
Required0
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links