Hi everyone,
Could someone please guide me with a structured roadmap for learning AWS DevOps? I’m planning to focus on CI/CD using AWS services instead of Jenkins.
Hi everyone,
Could someone please guide me with a structured roadmap for learning AWS DevOps? I’m planning to focus on CI/CD using AWS services instead of Jenkins.
Hi @Ramesh3
CI/CD is just a concept, and there are many tools you can use to implement it. If you don’t want to use Jenkins, you can use CodeBuild and CodePipeline, or GitHub Actions if you don’t want to depend on a specific cloud provider.
In my experience, I usually use GitHub Actions for AWS projects and Azure DevOps for Azure projects.