AWS EC2 for Workflows

Latest Dynatrace

Create tags

Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
ResourceIds
string
The IDs of the resources to tag.
required
Tags
key-value
The tags to use.
optional

Output

Returns fields as described in CreateTags.

Delete tags

Deletes the specified set of tags from the specified set of resources.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
ResourceIds
string
The IDs of the resources to remove tags from.
required
Tags
key-value
Tags to remove.
optional

Output

Returns fields as described in DeleteTags.

Describe availability zones

Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
Options
Enum
Filter either by an id, a name or a custom filter.
required
Filters
key-value
The filters to use.
optional
ZoneNames
string
The names of the Availability Zones, Local Zones, and Wavelength Zones.
optional
ZoneIds
string
The IDs of the Availability Zones, Local Zones, and Wavelength Zones.
optional

Output

Returns fields as described in DescribeAvailabilityZones.

Describe hosts

Describes the specified Dedicated Hosts or all your Dedicated Hosts.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
MaxResults
number
The maximum number of results to return for the request in a single page.
optional
HostIds
string
The IDs of the Dedicated Hosts to describe.
optional
Filters
key-value
The filters to use.
optional

Output

Returns fields as described in DescribeHosts.

Describe instances

Describes the specified instances or all instances.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
MaxResults
number
The maximum number of items to return for this request.
optional
InstanceIds
string
The IDs of the instances to describe.
optional
Filters
key-value
The filters to use.
optional

Output

Returns fields as described in DescribeInstances.

Describe security groups

Describes the specified security groups or all of your security groups.

Inputs

Field
Type
Description
Required
Region
string
The region to use. true
required
Options
Enum
Filter either by an id, a name or a custom filter.
required
Filters
key-value
The filters to use.
optional
GroupNames
string
The names of the security groups.
optional
GroupIds
string
The IDs of the security groups.
optional

Output

Returns fields as described in DescribeSecurityGroups.

Describe tags

Describe the specified tags for your EC2 resources.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
MaxResults
number
The maximum number of items to return for this request.
optional
Filters
key-value
The filters to use.
optional

Output

Returns fields as described in DescribeTags.

Reboot instances

Requests a reboot of the specified instances.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
InstanceIds
string
The IDs of the instances to reboot.
required

Output

Returns fields as described in RebootInstances.

Run instances

Launches the specified number of instances using an Amazon Machine Image (AMI) for which you have permission.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
LaunchTemplateId
string
The ID of the launch template to use.
required
LaunchTemplateVersion
string
The launch template version number to use.
optional
MinCount
number
The minimum number of instances to launch.
required
MaxCount
number
The maximum number of instances to launch.
required

Output

Returns fields as described in RunInstances.

Start instances

Starts an Amazon EBS-backed instance that you've previously stopped.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
InstanceIds
string
The IDs of the instances to start.
required

Output

Returns fields as described in StartInstances.

Stop instances

Stops an Amazon EBS-backed instance.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
InstanceIds
string
The IDs of the instances to stop.
required

Output

Returns fields as described in StopInstances.

Terminate instances

Shuts down the specified instances.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
InstanceIds
string
The IDs of the instances to terminate.
required

Output

Returns fields as described in TerminateInstances.

Wait for state

Waits for EC2 instances in a specific region to be in a specific state.

Inputs

Field
Type
Description
Required
Region
string
The region to use.
required
InstanceIds
string
The IDs of the instances to wait for.
required
InstanceState
string
The desired instance state to wait for.
required

Output

Returns fields as described in DescribeInstances.