All Projects → aws-samples → Aws Containers Task Definitions

aws-samples / Aws Containers Task Definitions

Licence: apache-2.0
Task Definitions for running common applications Amazon ECS

Projects that are alternatives of or similar to Aws Containers Task Definitions

terraform-aws-ecs-alb-service-task
Terraform module which implements an ECS service which exposes a web service via ALB.
Stars: ✭ 108 (-48.57%)
Mutual labels:  task, container, ecs
Lastbackend
System for containerized apps management. From build to scaling.
Stars: ✭ 1,536 (+631.43%)
Mutual labels:  containers, container
Ouroboros
Automatically update running docker containers with newest available image
Stars: ✭ 1,474 (+601.9%)
Mutual labels:  containers, docker-container
Ecs Exporter
Export AWS ECS cluster metrics to Prometheus
Stars: ✭ 127 (-39.52%)
Mutual labels:  ecs, amazon
Ecs Nginx Proxy
Reverse proxy for AWS ECS. Lets you address your docker containers by sub domain.
Stars: ✭ 93 (-55.71%)
Mutual labels:  ecs, container
Aws Workflows On Github
Workflows for automation of AWS services setup from Github CI/CD
Stars: ✭ 95 (-54.76%)
Mutual labels:  ecs, amazon
Private Tor Network
Run an isolated instance of a tor network in Docker containers
Stars: ✭ 125 (-40.48%)
Mutual labels:  containers, docker-container
Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+418.57%)
Mutual labels:  amazon, containers
Core
Eru, a simple, stateless, flexible, production-ready orchestrator designed to easily integrate into existing workflows. Can run any virtualization things in long or short time.
Stars: ✭ 147 (-30%)
Mutual labels:  containers, container
Docker Wordpress
WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux
Stars: ✭ 148 (-29.52%)
Mutual labels:  containers, container
Singularity
Singularity: Application containers for Linux
Stars: ✭ 2,290 (+990.48%)
Mutual labels:  containers, container
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (-55.71%)
Mutual labels:  containers, container
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-58.1%)
Mutual labels:  containers, container
Criu
Checkpoint/Restore tool
Stars: ✭ 1,389 (+561.43%)
Mutual labels:  containers, container
Terraformize
Apply\Destory Terraform modules via a simple REST API endpoint.
Stars: ✭ 84 (-60%)
Mutual labels:  container, docker-container
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-40.48%)
Mutual labels:  containers, container
Eventstormingworkshop
EventStorming workshop, this is a hands-on workshop. Contains such topics: DDD, Event storming, Specification by example. Including the AWS product : Serverless Lambda , DynamoDB, Fargate, CloudWatch.
Stars: ✭ 184 (-12.38%)
Mutual labels:  ecs, container
Aws Scalable Big Blue Button Example
Demonstration of how to deploy a scalable video conference solution based on Big Blue Button
Stars: ✭ 29 (-86.19%)
Mutual labels:  ecs, container
Amazon Ecs
With Laravel, search and lookup Amazon products easily.
Stars: ✭ 43 (-79.52%)
Mutual labels:  ecs, amazon
Ladder
A general purpose extensible autoscaler for the cloud
Stars: ✭ 143 (-31.9%)
Mutual labels:  ecs, containers

Task Definitions for Amazon ECS

This repository holds task definitions, small blueprint files that tell Amazon EC2 Container Service (Amazon ECS) how to deploy containers on a managed cluster of Amazon EC2 instances. Task definitions are a core component of using Amazon ECS to run containerized applications.

The task definitions in this repository are for popular applications whose code images are publicly available, well-documented, and maintained.

Directory

Getting Started

To run task definitions in this repository you must:

  1. Have an active AWS account. If you don't have an active AWS account, you can sign up here.
  2. Have a running Amazon ECS cluster. You can learn how to start using Amazon ECS here.

Once you have an active account and a running cluster, follow these steps to build your task definition.

You can then run the Task Definition as a Task or Service.

What is a Task Definition?

A task definition is a set of instructions that tells Amazon ECS how to run Docker containers. Task definitions are written in JSON or manually configured through the AWS Management Console. Some of the parameters you can specify in a task definition include:

  • Which Docker images to use with the containers in your task.
  • How much CPU and memory to use with each container.
  • The Docker networking mode to use for the containers in your task.

Please see the Amazon ECS Documentation for detailed information.

Getting Help

About Amazon ECS

Amazon EC2 Container Service (Amazon ECS) is a container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon EC2 instances. Amazon ECS eliminates the need for you to install, operate, and scale your own cluster management infrastructure. Learn more here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].