AWS Fundamentals Logo
AWS Fundamentals
AWS::ECS::Daemon

ECS Daemon

Information about a daemon resource.

Properties

9 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CapacityProviderArns
Array<string>
Write-only
ClusterArn
string
Create-only
DaemonName
string
Create-onlyWrite-only
DaemonTaskDefinitionArn
string
Write-only
DeploymentConfiguration
DaemonDeploymentConfiguration
Write-only
EnableECSManagedTags
boolean
Write-only
EnableExecuteCommand
boolean
Write-only
PropagateTags
string
Write-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CreatedAtstring-
DaemonArnstring-
DaemonStatusstring-
DeploymentArnstring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ECS::Daemon

Resources:
  MyResource:
    Type: AWS::ECS::Daemon
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

read

ecs:DescribeDaemonecs:ListTagsForResource

create

ecs:CreateDaemonecs:DescribeDaemonecs:DescribeDaemonDeploymentsecs:ListDaemonDeploymentsecs:ListTagsForResourceecs:TagResourceiam:PassRole

update

ecs:UpdateDaemonecs:DescribeDaemonecs:DescribeDaemonDeploymentsecs:ListDaemonDeploymentsecs:TagResourceecs:UntagResourceecs:ListTagsForResourceiam:PassRole

list

ecs:DescribeDaemonecs:ListDaemons

delete

ecs:DeleteDaemonecs:DescribeDaemon

Get the ECS Cheat Sheet

Everything you need to know about ECS on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceECS
Properties14
Required0
TaggingSupported
Primary IDDaemonArn

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

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

DaemonNameClusterArn

External Links