
How I accidentally built a production tool with Amazon Q and stubbornness
I am not a developer. I want to be upfront about that. During my bachelor's degree I took a few courses in C, C++ and Java. I understood enough to pass. Later in my career I did some self-study in Python and Terraform, enough to read code, follow what it does and occasionally hack something together. But writing software has never been my job, and I have never pretended otherwise. I am an infrastructure architect and cloud consultant. I think in systems, not in syntax. I know what needs to happen; I just rarely write the thing that makes it happen. Which made what I did next slightly out of character. The problem: syncing Docker images from Artifactory to AWS ECR The situation was straightforward enough, at least on paper. A supplier was delivering a third-party application we needed to host in AWS. They provided their Docker images through a JFrog Artifactory instance. Our workloads ran in AWS, which meant we needed those images in Amazon ECR, Amazon's own container registry. There we
Continue reading on Dev.to
Opens in a new tab



