Giter Site home page Giter Site logo

terraform-aws-ecs-task-definition's Introduction

AWS ECS Task Definition

CI

AWS ECS Task Definition

Purpose: Provision an ECS Task Definition in AWS.

Rationale: Apply standards provide templates for Task Definitions.

Requirements

No requirements.

Providers

Name Version
aws n/a
template n/a

Inputs

Name Description Type Default Required
cpu Required vCPU units for the service number 256 no
docker_labels A map of docker labels to attach to the container definition map(any) {} no
efs_volumes A list of creation tokens of EFS volumes to mount on the container list(string) [] no
execution_role Name of the IAM Role assumed by ECS Tasks for initialisation any n/a yes
health_check The command, interval, timeout and number of retries for health check of the primary container tuple([list(string), number, number, number]) null no
image Docker image for ECS service any n/a yes
image_tag Docker image tag for ECS service string "latest" no
launch_type Launch an EC2 or FARGATE service string "ec2" no
log_group Name of the CloudWatch Log Group for service logging any n/a yes
memory Required memory for the service number 256 no
mounts A list of volume ids and mount paths for the container list(tuple([string, string, bool])) [] no
name A name to identify the ECS service any n/a yes
namespace Provides a context for the intended deployment of the Task Definition (e.g. environment, etc.) string "" no
network_mode Network mode for service containers (available options: bridge, host, awsvpc) string "bridge" no
ports A map of published ports for the ECS task list(tuple([number, number])) [] no
proxy_image Docker image for AppMesh proxy any null no
proxy_image_tag Docker image tag for AppMesh proxy string "latest" no
task_environment A map of environment variables configured on the primary container map(string) {} no
task_role Name of the IAM Role assumed by ECS Tasks any n/a yes
task_secrets A map of sensitive environment variables configured on the primary container map(string) {} no
tasks_desired Suggested number of tasks for the ECS service number 1 no
type A suffix applied to the family to indicate sub-module type string "" no
volumes A list of volume names and host paths to mount on the container list(tuple([string, string])) [] no

Outputs

Name Description
arn The ARN of the Task Definition
family n/a

terraform-aws-ecs-task-definition's People

Contributors

benfortuna avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

terraform-aws-ecs-task-definition's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.