Amazon EC2 Smart Services

Contains two Smart Services:

  1. Start EC2 Instance
    • Starts an already existing EC2 instance
    • Inputs:
      • EC2 Access Key - EC2 access key to use for authentication
      • EC2 Secret Key - EC2 secret key to use for authentication
      • AWS Endpoint URL - AWS endpoint URL if not using the default endpoint
      • Instance ID - EC2 Instance ID to start
  2. Stop EC2 Instance
    • Stops an already existing EC2 instance
    • Inputs:
      • EC2 Access Key - EC2 access key to use for authentication
      • EC2 Secret Key - EC2 secret key to use for authentication
      • AWS Endpoint URL - AWS endpoint URL if not using the default endpoint
      • Instance ID - EC2 Instance ID to stop

An Amazon Web Services account is required.

Anonymous