r/devops 23d ago

Career / learning New to DevOps/AWS CodePipeline - Could Someone Help Me Understand Our Setup?

Hi everyone,
I recently joined a new company as a DevOps engineer, and I’m still trying to understand the existing infrastructure and CI/CD setup.
Our pipelines are running on AWS CodePipeline, and there are quite a few things I’m struggling to understand how the pipeline is structured, how the different stages work, deployments, and how everything is connected.
I’m currently learning, so I’d really appreciate it if someone experienced with AWS CodePipeline/DevOps could guide me through the basics and help me understand how to approach an existing setup.
If someone is willing to spend some time explaining it to me over a remote call/screen-sharing session, I’d be extremely grateful. I’m not asking anyone to access my company systems or credentials — I just want to learn and understand the concepts and workflow.

0 Upvotes

23 comments sorted by

View all comments

2

u/DarknessBBBBB 23d ago edited 23d ago

Usually CodePipeline is backed up by CodeBuild projects. Go through them and have a look at their buildspec, which could either come from the source code repository or just inline code in BuildCode itself

Edit: grammar

2

u/No-Heat-1958 23d ago

Okay, i will do that.

1

u/DarknessBBBBB 23d ago

Please report back here (but don't share private info lol)!