Jump to a Section

Overview

Fields :

  • Connection Nickname (text): The name of the connection you want it to be known as.
  • Access Key (text): The access key ID of your aws user.
  • Access Secret (text): The secret access key that was generated for the user by IAM.
  • Region (dropdown) : The region of your ec2 instance.

NOTE: The aws user need to have a AmazonEC2FullAccess policy or similar permission to use this connector. You can add this policy in the aws console on the IAM section.

  • EC2 Errors

    Authentication

    Having difficulties connecting to your Adobe account? Make sure you have the proper permission or policy AmazonEC2FullAccess tied to your user id and secret. Also make sure the region of you instance is correct. If auth still failed try reauthorizing your account in Settings –> Accounts, or deleting the account and adding it again. You can find a list of all your available accounts under Settings –> Accounts.

    We are constantly aggregating more data about errors, so if this article doesn’t help solve your problem, check back soon.

Actions

  • Attach Volume

    Attach an EBS volume to an EC2 instance.

  • Describe Instance Status

    Describe the status of a provisioned EC2 instance.

  • Describe Instances

    Describe available EC2 instances.

  • Describe Security Groups

    Describe available security groups.

  • Describe Subnets

    Describe available subnets.

  • Describe VPCs

    Describe available VPCs.

  • Describe Volumes

    Describe available EBS volumes.

  • Detach Volume

    Detach an EBS volume from an EC2 instance.

  • Get Console Output

    Retrieve console output from the most recent state change.

  • Monitor Instances

    This card enables monitoring on a set of provisoned EC2 instances in the region.

    Input

    • Filter

      • Dry Run (true/false) : Checks whether you have the required permissions for the action, without actually making the request. If you have the required permissions, the request returns DryRunOperation; otherwise, it returns UnauthorizedOperation.
    • Instances

      • Ids (list of text) : The ids of the provisoned EC2 instance you want to monitor.

    Output

    • Response
      • Instances (list of object)
        • instance id (text) : Unique identification for the instance.
        • monitoring
          • enabled (true/false) : is the monitoring in this card is enabled.
  • Reboot Instances

    This card reboot a set of provisoned EC2 instances in the region.

    Input

    • Filter

      • Dry Run (true/false) : Checks whether you have the required permissions for the action, without actually making the request. If you have the required permissions, the request returns DryRunOperation; otherwise, it returns UnauthorizedOperation.
    • Instances

      • Ids (list of text) : The ids of the provisoned EC2 instance you want to reboot.

    Output

    This card doesn’t have output.

  • Run Instances

    Provision a set of EC2 instances to run.

  • Start Instances

    This card start a set of provisoned EC2 instances in the region.

    Input

    • Filter

      • Dry Run (true/false) : Checks whether you have the required permissions for the action, without actually making the request. If you have the required permissions, the request returns DryRunOperation; otherwise, it returns UnauthorizedOperation.
    • Instances

      • Ids (list of text) : The ids of the provisoned EC2 instance you want to start.

    Output

    • Response
      • Instances (list of object)
        • instance id (text) : Unique identification for the instance.
        • current state : The current state of the instance.
        • previous state : The previous state of the instance.
  • Stop Instances

    This card stop a set of provisoned EC2 instances in the region.

    Input

    • Filter

      • Dry Run (true/false) : Checks whether you have the required permissions for the action, without actually making the request. If you have the required permissions, the request returns DryRunOperation; otherwise, it returns UnauthorizedOperation.
    • Instances

      • Ids (list of text) : The ids of the provisoned EC2 instance you want to stop.

    Output

    • Response
      • Instances (list of object)
        • instance id (text) : Unique identification for the instance.
        • current state : The current state of the instance.
        • previous state : The previous state of the instance.
  • Terminate Instances

    This card terminates a set of provisoned EC2 instances in the region.

    Input

    • Filter

      • Dry Run (true/false) : Checks whether you have the required permissions for the action, without actually making the request. If you have the required permissions, the request returns DryRunOperation; otherwise, it returns UnauthorizedOperation.
    • Instances

      • Ids (list of text) : The ids of the provisoned EC2 instance you want to terminate.

    Output

    • Response
      • Instances (list of object)
        • instance id (text) : Unique identification for the instance.
        • current state : The current state of the instance.
        • previous state : The previous state of the instance.
  • Unmonitor Instances

    This card disabled monitoring on a set of provisoned EC2 instances in the region.

    Input

    • Filter

      • Dry Run (true/false) : Checks whether you have the required permissions for the action, without actually making the request. If you have the required permissions, the request returns DryRunOperation; otherwise, it returns UnauthorizedOperation.
    • Instances

      • Ids (list of text) : The ids of the provisoned EC2 instance you want to disable the monitor function.

    Output

    • Response
      • Instances (list of object)
        • instance id (text) : Unique identification for the instance.
        • monitoring
          • enabled (true/false) : Is the monitoring in this card is enabled.