AWS

Official action store to integrate Kubiya workflows with AWS

Action store: AWS

An action store which supports execution of AWS actions - allowing to manipulate with resources such as ECS clusters, SQS queues, and more around AWS

Requirements

  • Works only with local runner installations
  • Kubiya SDK version: python-sdk: 0.1.1

Secrets

This action store requires the following Kubiya secrets:
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN
  • AWS_DEFAULT_REGION

Actions reference

ecs_list_clusters

List all ECS clusters defined in the account.
Parameters:
None

get_available_subresources

returns list of available subresources for queue
Parameters:
  • messages: List of messages
  • queue_name: The name of the queue

list_sqs_queues

returns list of available subresources for queue
Parameters:
None

receive_sqs_messages

returns list of available subresources for queue
Parameters:
  • messages: List of messages
  • queue_name: The name of the queue

return_sqs_messages_to_queue

returns list of available subresources for queue
Parameters:
  • messages: List of messages
Last modified 7mo ago