ecs_helpers 0.0.1

A tool for managing the deployment process of an application in Amazon Elastic Container Service (ECS)
Documentation

ECS HelpeRS

codecov

Mostly drop-in replacement for ecs_helper written in Rust to provide better performance and less container size.

Installation

Prerequisites:

The available commands are

  • build_and_push: builds and pushes the Docker image to Amazon Elastic Container Registry (ECR).
  • deploy: deploys the Docker image to Amazon Elastic Container Service (ECS).
  • export_images: exports Docker images to a file.
  • ecr_login: logs in to Amazon Elastic Container Registry (ECR).
  • run_command: runs a command in a container.
  • export_env_secrets: exports environment variables to a file.
  • deploy: deploys the Docker image to Amazon Elastic Container Service (ECS).

You can select the desired command by passing the argument to the ecs_helpers command. For example, to build and push an image with the tag api, you can use the following command:

ecs_helpers build_and_push --image=api