Skip to content

Instantly share code, notes, and snippets.

View ofiliz's full-sized avatar
💭
move.l #cop, $dff080 ; copper still alive!

Onur Filiz ofiliz

💭
move.l #cop, $dff080 ; copper still alive!
View GitHub Profile
@ofiliz
ofiliz / ecs-task-caldev-nginx
Created January 15, 2018 23:01
Simple ECS task definition consisting of a single nginx container
{
"containerDefinitions": [
{
"name": "nginx1",
"image": "nginx:latest",
"cpu": 0,
"memory": 512,
"essential": true
}
],
@ofiliz
ofiliz / ecs-agent.service
Last active April 24, 2018 09:55
Hacked ECS agent service systemd unit file
# Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the
# "License"). You may not use this file except in compliance
# with the License. A copy of the License is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR