Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
# | |
# Reference implementation of a load balanced PgBouncer service on Amazon ECS | |
# | |
# see: https://engineering.loyaltylion.com/load-balanced-pgbouncer-service-on-amazon-ecs-f02120d1733e | |
# | |
resource "aws_lb" "pgbouncer" { | |
name = "${var.environment}-pgbouncer" | |
internal = true | |
load_balancer_type = "network" |
Below CloudFormation stack which runs GitHub Self-hosted runners on EC2 Spot Instances managed by AutoScalingGroup. It automatically register new instances as self-hosted runners and removes them when Spot is interrupted.
UserData
fill stack parameter AdditionalUserData