Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 14 Next »

Activities

  • Attach Volume
  • Connect To AmazonEC2
  • Create OS Image
  • Create Snapshot
  • Create Subnet
  • Create Volume
  • Create VPC
  • Create VPN connection
  • Create VPN Gateway
  • Delete Snapshot By Id
  • Delete Volume By Id
  • Delete VPC By Id
  • Delete VPN By Id
  • Delete VPN Gateway By Id
  • Detach Volume
  • Disconnect From AmazonEC2
  • Get Availability Zones
  • Get Image By Id
  • Get Images
  • Get Instances
  • Get Snapshot By Id
  • Get Snapshots
  • Get Volume By Id
  • Get Volumes
  • Get VPC Ids
  • Get VPN Connections
  • Get VPN Gateways

 

Attach Volume

This activity attaches a volume.

Activity Parameters

The Attach Volume activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Device (text box editor type): enter the device where you want to attach the volume, for example "/dev/sdg"
  • Instance Id (text box editor type): enter an existing instance Id to which you want to attach the volume, for example "i-d2b4650f"
  • Volume Id (text box editor type): enter the existing volume Id that you want to attach

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Volume Id: outputs the ID of the newly created volume.

 

Connect To AmazonEC2

This activity connects to the specified AmazonEC2 account and outputs an AmazonEC2 client connection.

Activity Parameters

The Connect To AmazonEC2 activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Amazon AWS Access Key (text box editor type): enter the Amazon AWS Access Key of your AmazonEC2 account
  • Amazon AWS Secret Key (text box editor type): enter the Amazon AWS Secret Key of your AmazonEC2 account
  • Region (text box editor type): choose the account region

The Read Only Output variable is the possible output value that the activity will provide:

  • Output: outputs an Amazon EC2 connection. The output of this activity should be used as input for all Connection parameters used for all activities placed under AmazonEc2 category.

Create OS Image

This activity creates an operating system image.

Activity Parameters

The Create OS Image activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Description (text box editor type): enter the description for the new operating system image
  • Instance Id (text box editor type): enter the existing instance Id for the new operating system image
  • Name (text box editor type): enter the name for the new operating system image
  • No Reboot (text box editor type): by default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the No Reboot option is set, Amazon EC2 does not shut down the instance before creating the image. When this option is used, file system integrity on the created image can not be guaranteed

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Image Id: outputs the ID of the newly created operating system image.

Create Snapshot

This activity creates a snapshot.

Activity Parameters

The Create Snapshot activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Description (text box editor type): enter the description for the new snapshot
  • Volume Id (text box editor type): enter an existing volume Id for the snapshot

The Read Only Output variable is the possible output value that the activity will provide:

Output Snapshot Id: outputs the Id of the newly created snapshot.


Create Subnet

This activity creates a subnet.

Activity Parameters

The Create Subnet activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • CIDR Block (text box editor type): enter the network range for the subnet, in CIDR notation, for example "10.0.0.0/24"
  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • VPC Id (text box editor type): enter the Id of your Virtual Private Gateway (VPC)

The Read Only Output variable is the possible output value that the activity will provide:

Output Subnet Id: outputs the Id of the newly created subnet.

Create Volume

This activity creates a new volume.

Activity Parameters

The Create Volume activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Availability Zone (text box editor type): enter the availability zone in which to create the volume. Use the activity Get Availability Zones to list the Availability Zones that are currently available for your account
  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Size (text box editor type): enter the size of the volume, in GBs. Constraints: 1-16384 for gp2, 4-16384 for io1, 500-16384 for st1, 500-16384 for sc1, and 1-104 for standard. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size. If you are creating the volume from a snapshot and do not specify a volume size, the default is the snapshot size

The Read Only Output variable is the possible output value that the activity will provide:

Output Volume Id: outputs the Id of the newly created volume.

Create VPC

This activity creates a VPC (virtual private cloud).

Activity Parameters

The Create VPC activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Cidr Block (text box editor type): enter the network range for the VPC, in CIDR notation, for example "10.0.0/16"
  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity

The Read Only Output variable is the possible output value that the activity will provide:

Output VPC Id: outputs the Id of the newly created VPC.

Create VPN connection

This activity creates a VPN connection.

Activity Parameters

The Create VPN connection activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Customer Gateway Id (text box editor type): enter the Id of the customer gateway
  • Type (text box editor type): enter the type of VPN connection, for example "ipsec.1"
  • VPN Gateway Id (text box editor type): enter the Id of the virtual private gateway

The Read Only Output variable is the possible output value that the activity will provide:

  • Output VPN Id: outputs the ID of the newly created operating system image.

Create VPN Gateway

This activity creates a VPN gateway.

Activity Parameters

The Create VPN Gateway activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Value (text box editor type): enter the VPN gateway Id, for example "ipsec.1"

The Read Only Output variable is the possible output value that the activity will provide:

  • Output VPN Gateway Id: outputs the Id of the newly created VPN Gateway.

Delete Snapshot By Id

This activity deletes a snapshot by Id.

Activity Parameters

The Delete Snapshot By Id activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Snapshot Id (text box editor type): enter the Id of the snapshot that you want to delete

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Snapshot Id: outputs the Id of the deleted snapshot

Delete Volume By Id

This activity deletes a volume given its Id.

Activity Parameters

The Delete Volume By Id activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Volume Id (text box editor type): enter the Id of the volume that you want to delete

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Snapshot Id: outputs the Id of the deleted volume

 

Delete VPC By Id

This activity deletes a VPC given its Id.

Activity Parameters

The Delete VPC By Id activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • VPC Id (text box editor type): enter the Id of the VPC that you want to delete

The Read Only Output variable is the possible output value that the activity will provide:

  • Output VPC Id: outputs the Id of the deleted VPC

Delete VPN By Id

This activity deletes a VPN given its Id.

Activity Parameters

The Delete VPN By Id activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • VPN Id (text box editor type): enter the Id of the VPN that you want to delete

The Read Only Output variable is the possible output value that the activity will provide:

  • Output VPN Id: outputs the Id of the deleted VPN

Delete VPN Gateway By Id

This activity deletes a VPN gateway given its Id.

Activity Parameters

The Delete VPN Gateway By Id activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • VPN Gateway Id (text box editor type): enter the Id of the VPN gateway that you want to delete

The Read Only Output variable is the possible output value that the activity will provide:

  • Output VPN Id: outputs the Id of the deleted VPN gateway

Detach Volume

This activity detaches a volume.

Activity Parameters

The Detach Volume activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Device (text box editor type): enter the device name
  • Force (text box editor type): forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance would not have the opportunity to flush file system caches or a file system metadata. If you use this option, you must perform file system check and repair procedures
  • Instance Id (text box editor type): enter the instance Id from which you want to detach the volume
  • Volume Id (text box editor type): enter the volume Id that you want to detach

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Volume Id: outputs the Id of the deleted volume

Disconnect From AmazonEC2

This activity disconnects from AmazonEC2 account.

Activity Parameters

The Disconnect From AmazonEC2 activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity.

 

Get Availability Zones

This activity gets the available zones.

Activity Parameters

The Get Availability Zones activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Zones: outputs a list of available zones.

Get Image By Id

This activity gets an image given its Id.

Activity Parameters

The Get Image By Id activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Image Id (text box editor type): enter the Id of the image that you want to get

The Read Only Output variables are the possible output values that the activity will provide:

  • Output Architecture: outputs the architecture of the image
  • Output Creation Date: outputs the creation date of the image
  • Output Description: outputs the description of the image
  • Output Hypervisor: outputs the hypervisor
  • Output Image Location: outputs the image location
  • Output Image Owner Alias: outputs the image owner alias
  • Output Image Type: outputs the image type
  • Output Kernel Id: outputs the kernel Id of the image
  • Output Name: outputs the image name
  • Output State: outputs the image state

Get Images

This activity gets a list of images.

Activity Parameters

The Get Images activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Images: outputs a list of images.

Get Instances

This activity gets a list of instances.

Activity Parameters

The Get Instances activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Instances: outputs a list of instances.

Get Snapshot By Id

This activity gets a snapshot given its Id.

Activity Parameters

The Get Snapshot By Id activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Snapshot Id (text box editor type): enter the Id of the snapshot that you want to get

The Read Only Output variables are the possible output values that the activity will provide:

  • Output Size: outputs the volume size
  • Output Data Encryption Zone: outputs the availability zone
  • Output Description: outputs the snapshot description  
  • Output Encryption: outputs the snapshot encryption
  • Output KmsKeyId: outputs the snapshot KmsKeyId
  • Output Message State: outputs the message state
  • Output Owner Alias: outputs the snapshot owner alias
  • Output Owner Id: outputs the snapshot owner Id
  • Output Progress: outputs the snapshot progress
  • Output Snapshot State: outputs the snapshot state
  • Output Start Time: outputs the start time for the specified snapshot
  • Ouput VolumeId: outputs the snapshot volume Id

Get Snapshots

This activity gets a list of snapshots Ids.

Activity Parameters

The Get Snapshots activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Snapshots: outputs a list of snapshots Ids.

Get Volume By Id

This activity gets a volume given its Id.

Activity Parameters

The Get Volume By Id activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity
  • Volume Id (text box editor type): enter the Id of the volume that you want to get

The Read Only Output variables are the possible output values that the activity will provide:

  • Output Availability Zone: outputs the availability zone
  • Output Creation Time: outputs the creation time
  • Output Encrypted: outputs the encrypted state
  • Output IOPS: outputs the IOPS value. IOPS is the number of I/O operations per second(IOPS) that the volume supports. For io1, this represents the number of IOPS that are provisioned for the volume. Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS for gp2 volumes
  • Output KmsKeyId: outputs the KmsKeyId. The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume
  • Output Size : outputs the size of the volume in GB
  • Output Snapshot Id: outputs the snapshot Id from which the volume was created
  • Output State: outputs the volume state
  • Output Volume Type : outputs the volume type

Get Volumes

This activity gets a list of volumes Ids.

Activity Parameters

The Get Volumes activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Instances: outputs a list of instances.

Get VPC Ids

This activity gets a list of VPC Ids.

Activity Parameters

The Get VPC Ids activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity

The Read Only Output variable is the possible output value that the activity will provide:

  • Output VPC Ids: outputs a list of VPC Ids.

Get VPN Connections

This activity gets a list of VPN connections Ids.

Activity Parameters

The Get VPN Connections activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Instances: outputs a list of instances.

Get VPN Gateways

This activity gets a list of VPN gateways.

Activity Parameters

The Get VPN Gateways activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type): the AmazonEC2 connection, obtained after using a ConnectToAmazonEC2 activity

The Read Only Output variable is the possible output value that the activity will provide:

  • Output VPN Gateways: outputs a list of VPN gateways.

 

  • No labels