Sha256: dbda8353f725eb6b504b1e6de901b9c79f12869b4eba3852ed42ba4442335bf5

Contents?: true

Size: 733 Bytes

Versions: 6

Compression:

Stored size: 733 Bytes

Contents

scheduler:
  type: ecs
  region: us-east-1
  cluster: eagletmt
  # Fargate
  execution_role_arn: arn:aws:iam::012345678901:role/ecsTaskExecutionRole
  cpu: '1024'
  memory: '2048'
  requires_compatibilities: ['FARGATE']
  network_mode: awsvpc
  launch_type: FARGATE
  network_configuration:
    awsvpc_configuration:
      subnets:
        - subnet-XXXXXXXX
      security_groups: []
      assign_public_ip: DISABLED

app:
  image: ryotarai/hello-sinatra
  cpu: 1024
  memory: 256
  memory_reservation: 128
  log_configuration:
    log_driver: awslogs
    options:
      awslogs-group: /ecs/hello-fargate-batch
      awslogs-region: us-east-1
      awslogs-stream-prefix: ecs
scripts:
  - type: create_aws_cloud_watch_logs_log_group

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hako-2.0.4 examples/hello-fargate-batch.yml
hako-2.0.3 examples/hello-fargate-batch.yml
hako-2.0.2 examples/hello-fargate-batch.yml
hako-2.0.1 examples/hello-fargate-batch.yml
hako-2.0.0 examples/hello-fargate-batch.yml
hako-1.9.0 examples/hello-fargate-batch.yml