Skip to content

liveflow-io/terraform-aws-ecs-datadog-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS ECS Datadog Agent Terraform Module

This module is used to deploy side-car container with a DataDog agent to Fargate ECS.

Security & Compliance

Security scanning is graciously provided by Bridgecrew.

Benchmark Description
Infrastructure Tests Infrastructure Security Compliance
Infrastructure Tests Center for Internet Security, AWS V1.2 Compliance
Infrastructure Tests Center for Internet Security, AZURE V1.1 Compliance
Infrastructure Tests Payment Card Industry Data Security Standards V3.2 Compliance
Infrastructure Tests National Institute of Standards and Technology Compliance
Infrastructure Tests Information Security Management System, ISO/IEC 27001 Compliance
Infrastructure Tests Service Organization Control 2 Compliance
Infrastructure Tests Center for Internet Security, GCP Compliance
Infrastructure Tests Health Insurance Portability and Accountability Compliance
Infrastructure Tests PCI-DSS V3.2.1 Compliance
Infrastructure Tests FEDRAMP (MODERATE) Compliance
Infrastructure Tests Center for Internet Security, KUBERNETES V1.5 Compliance
Infrastructure Tests Center for Internet Security, AWS V1.3 Compliance
Infrastructure Tests Center for Internet Security, AZURE V1.3 Compliance
Infrastructure Tests Center for Internet Security, Docker V1.2 Compliance
Infrastructure Tests Center for Internet Security, EKS V1.1 Compliance
Infrastructure Tests Center for Internet Security, GKE V1.1 Compliance
Infrastructure Tests Center for Internet Security, KUBERNETES V1.6 Compliance

Requirements

Name Version
terraform >= 0.12

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_caller_identity.current data source
aws_region.current data source

Inputs

Name Description Type Default Required
app_name n/a string n/a yes
cloudwatch_log_group n/a string "" no
docker_image_name n/a string "datadog/agent" no
docker_image_tag n/a string "latest" no
ecs_launch_type n/a any n/a yes
enabled n/a bool true no
env n/a any n/a yes
environment n/a map(string) {} no
name n/a string "datadog-agent" no
resource_requirements n/a list [] no
secret_names n/a list(string) [] no
socket_apm_enabled_on_ec2 n/a bool false no

Outputs

Name Description
container_definition n/a
volumes n/a

Releases

No releases published

Packages

No packages published

Languages

  • HCL 99.5%
  • Makefile 0.5%