EC2 list instances

List AWS EC2 instances using optional filters.

Fork and customize

Integrations

  • Name: AWS EC2

Configuration

Input parameters

  • Name: name_filter
  • Description: (Optiional) Display only instance that have this name
  • Type: STRING
  • Name: state_filter
  • Description: (Optiional) Display only instance in these states. Possible values: pending, running, shutting-down, terminated, stopping, stopped.
  • Type: ARRAY
  • Name: tag_filter_key
  • Description: (Optional) Display only instance with this tag. Can either be a tag key alone, or a pair of key:value
  • Type: STRING
  • Name: tag_filter_value
  • Description: (Optional) Display only instance with this tag value. Must be used with a tag filter key.
  • Type: STRING