I hereby claim:
- I am Vrtak-CZ on github.
- I am vrtakcz (https://keybase.io/vrtakcz) on keybase.
- I have a public key whose fingerprint is 10B3 A28F 2CB4 7E2E B087 48DE 231E F960 7EB7 2E87
To claim this, I am signing this object:
#!/usr/bin/php | |
<?php | |
/** | |
* .git/hooks/pre-commit | |
* | |
* This pre-commit hooks will check for PHP error (lint). | |
* | |
* @author Mardix http://github.com/mardix | |
* @author Patrik Votoček http://patrik.votocek.cz | |
* @since Sept 4 2012 |
{ | |
"methodCalls": [ | |
{ | |
"class": "\\Slevomat\\Entity\\EntityManager", | |
"method": "create", | |
"position": 0 | |
}, | |
{ | |
"class": "\\Slevomat\\Entity\\EntityManager", | |
"method": "getByPrimary", |
I hereby claim:
To claim this, I am signing this object:
Zatím mám jenom jednu ECS instanci. A mám problém s portama. Task je v modu Host a container má Port mappings: Container port 80 tcp
.
Pokud service nastavím Number of tasks na 2. Tj chci aby běželi 2 containery tak dostanu error.
service goodbaby-test-service was unable to place a task because no container instance met all of its requirements. The closest matching container-instance bcf744e7-7ad5-xxxx-xxxx-ab277caa9c0d is already using a port required by your task. For more information, see the Troubleshooting section.
Celé to je napojené na ELB (classic protože TCP).
I hereby claim:
To claim this, I am signing this object:
<iframe id="BestTimes" width="2000" height="3000" scrolling="no" frameborder="0" align="middle" | |
allowtransparency="true" | |
src="https://live.racefacer.com/kartplanet?hide_header=0&hide_sidebar=1&theme=black"></iframe> |
locals { | |
task_definition_family = "${local.prefix}-${var.ecs_task_name}" | |
} | |
data "aws_region" "current" {} | |
data "aws_caller_identity" "current" {} | |
data "aws_ecs_task_definition" "hack_get_image" { | |
count = var.preserve_image ? 1 : 0 | |
task_definition = local.task_definition_family |