AWS Fundamentals Logo
AWS Fundamentals
AWS::FIS::ExperimentTemplate

FIS ExperimentTemplate

Resource schema for AWS::FIS::ExperimentTemplate

Properties

9 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
Required
RoleArn
string
Required
StopConditions
array
Required
Targets
ExperimentTemplateTargetMap
Required
Actions
ExperimentTemplateActionMap
ExperimentOptions
ExperimentTemplateExperimentOptions
ExperimentReportConfiguration
ExperimentTemplateExperimentReportConfiguration
LogConfiguration
ExperimentTemplateLogConfiguration
Tags
object

Return Values

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

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FIS::ExperimentTemplate

Resources:
  MyResource:
    Type: AWS::FIS::ExperimentTemplate
    Properties:
      Description: "value"
      StopConditions: "value"
      Targets: "value"
      RoleArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

fis:CreateExperimentTemplatefis:TagResourceiam:PassRole

read

fis:GetExperimentTemplatefis:ListTagsForResource

update

fis:UpdateExperimentTemplatefis:TagResourcefis:UntagResourceiam:PassRole

delete

fis:DeleteExperimentTemplate

list

fis:ListExperimentTemplatesfis:ListTagsForResource

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

ServiceFIS
Properties10
Required4
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ExperimentOptions/AccountTargeting

External Links