SJSzonja Jakabindevopsformula.hashnode.dev·Sep 1, 2020 · 4 min readCross account ECR push with JenkinsOne of my favorite moments is when I solve something faster than my team lead. This was the first, and I work hard to be more moments like this. So, the scenario is the following: Our Jenkins role has the following policies: We will gonna take a lo...00
SJSzonja Jakabindevopsformula.hashnode.dev·Aug 31, 2020 · 1 min readHow to connect to your RDS via MySQL-workbenchToday's post will be pretty short, but at least it will be useful, I promise. After a lot of failed port forwarding with our DBA (- ofc, I'm not a shell wizard yet), I tried to find a simpler way to connect to our RDS, which is placed in a VPC. Her...00
SJSzonja Jakabindevopsformula.hashnode.dev·Aug 30, 2020 · 1 min readHow to install EB CLI to Jenkins on AWSHi! In this post, I'm gonna show you how to install EB CLI to your ec2 instance, so you can call it from your Jenkins pipeline. Let's get to it! Step 1: Switch to root user You can achieve this with the following Linux command: sudo su Step 2: Insta...00