Kibana proxy for AWS ECS (Fargate) edit

Kibana proxy for AWS ECS (Fargate)

23 January 2019

One of the most annoying parts of setting up Elastic Search on AWS is the way access is configured for that service. From what we’ve gathered you have one of two options to protect it:

  1. Make sure it’s...

Kibana proxy for AWS ECS (Fargate)

One of the most annoying parts of setting up Elastic Search on AWS is the way access is configured for that service. From what i've gathered you have one of two options to protect it:

  1. Make sure it's running internally only (i.e. not internet facing...

UE4 Tutorial 11 - Compass

In this tutorial we discuss how to implement both text and image based compasses for use in any game where you need to provide a sense of direction to the player.

[youtube=FDTOTsAeS7o]

Terraform - Infrastructure as code

We recently started using this outstanding devops tool called Terraform at Drover. Basically it allows us to describe how we want our environments to be and apply that "plan" automatically. It's a bit like Ansible and its playbooks concept but - IMO -...