Requires
- aws-cli - https://aws.amazon.com/cli/
- jq - https://stedolan.github.io/jq/
Configure path to your ECS SSH key file ~/.bashrc
echo 'export ECS_PEM_FILE=$HOME/docker.pem' >> ~/.bashrc
Requires
Configure path to your ECS SSH key file ~/.bashrc
echo 'export ECS_PEM_FILE=$HOME/docker.pem' >> ~/.bashrc
| static jmp_buf jmpEnv; | |
| enum { | |
| kPrepareBinaryAddress = 0x44dd, | |
| kMutexBinaryAddress = 0x9090 | |
| }; | |
| void signal_handler(int n, siginfo_t *info, void *context) | |
| { | |
| longjmp(jmpEnv, 1); |