AWS
In this article I’m going to give a brief overview of some techniques to build ’least privilege’ roles in AWS. This assumes a basic …
Read moreWhen building Terraform modules, it is a common requirement to want to allow the client to be able to choose which region resources are created in, …
Read moreIn this article I’m going to show you how to set up OpenShift to integrate with Splunk for logging in a Docker container orchestration …
Read moreOpenShift is Red Hat’s platform-as-a-service offering for hosting and scaling applications. It’s built on top of Google’s popular …
Read moreIn this article I’m going to show you how to create a resilient Consul cluster, using Terraform and AWS. We can use this cluster for …
Read moretl;dr: Run DynamoDB locally using Docker:
docker run -d -p 8000:8000 dwmkerr/dynamodb Try it out by opening the shell, localhost:8000/shell: …
Read moretl;dr?
Check your mongodb.conf bind_ip settings to make sure that you’re not allowing connections only from localhost.
This may just end up …
Read more