My approach to DevOps

Andrea Cola
1 min readJan 25, 2022

Hi all! Starting today, I’ll update this story with insights and comments into how I’m setting up a DevOps project on AWS.
In general I will try to tell aspects that can be easily translated into any other prodiver.

You can contact me through my social accounts for any suggestion, question and doubt. Be patient, I want to share my experience and NOT be the bible so if I will make a mistake just send me a message.

Last update: 27/01/2022

Introduction to the context

TBD

Repository

For this project, my choice is AWS CodeCommit as code repository, since it is integrated with AWS and I don’t want towaste my time in configuring the communication between AWS and external repository.

In general, I haven’t found my favourite code repository yet. I worked with Gitlab, Github and Azure DevOps. Maybe Github is the most famous among developers, Gitlab is the most equipped and Azure DevOps the most used by corporates. However, each of them has some defects, and the choice depends on your needs and what you will do.

Reading and articles

Today I started to read this article to learn the best pratices with Jira and DevOps: https://www.atlassian.com/solutions/devops/guides/beginner.

--

--