Tag: aws

  • Devops Tooling

    I’ve been putting together this WordPress site as a DevOps exercise. Now that it’s starting to take shape a little bit it’s probably worth taking note of some of the tools which I’ve used to help me.We’ll start with the software that actually runs the site WordPress running as a docker container on ECS-EC2 MySQL…

  • Jenkins, Docker and AWS ECR

    There’s a difficulty using Jenkins to access ECR in a security conscious environment, such as an environment requiring HIPAA or PCI compliance. Even if Jenkins is on an EC2 instance, using the standard docker login command documented by AWS utilising IAM roles and the STS to get short-lived AWS credentials, the docker login command generated…