Sha256: fb867b874fb05def49fbd26d056032811360e04159d187353e24ed087cc4bfcc

Contents?: true

Size: 400 Bytes

Versions: 36

Compression:

Stored size: 400 Bytes

Contents

scheduler:
  type: ecs
  region: ap-northeast-1
  cluster: eagletmt
  desired_count: 1
app:
  image: busybox
  memory: 128
  cpu: 256
  command: ['echo', 'hello awslogs']
  log_configuration:
    log_driver: awslogs
    options:
      awslogs-group: my-logs
      awslogs-region: ap-northeast-1
      awslogs-stream-prefix: example
scripts:
  - <<: !include create_aws_cloud_watch_logs_log_group.yml

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
hako-2.0.4 examples/hello-awslogs-driver.yml
hako-2.0.3 examples/hello-awslogs-driver.yml
hako-2.0.2 examples/hello-awslogs-driver.yml
hako-2.0.1 examples/hello-awslogs-driver.yml
hako-2.0.0 examples/hello-awslogs-driver.yml
hako-1.9.0 examples/hello-awslogs-driver.yml
hako-1.8.4 examples/hello-awslogs-driver.yml
hako-1.8.3 examples/hello-awslogs-driver.yml
hako-1.8.2 examples/hello-awslogs-driver.yml
hako-1.8.1 examples/hello-awslogs-driver.yml
hako-1.8.0 examples/hello-awslogs-driver.yml
hako-1.7.0 examples/hello-awslogs-driver.yml
hako-1.6.2 examples/hello-awslogs-driver.yml
hako-1.6.1 examples/hello-awslogs-driver.yml
hako-1.6.0 examples/hello-awslogs-driver.yml
hako-1.5.2 examples/hello-awslogs-driver.yml
hako-1.5.1 examples/hello-awslogs-driver.yml
hako-1.5.0 examples/hello-awslogs-driver.yml
hako-1.4.0 examples/hello-awslogs-driver.yml
hako-1.3.3 examples/hello-awslogs-driver.yml