Tag: CICD

Platform Engineering: Predictions and Prospects in 2023 & Beyond

Reading Time: 7 minutes Platform Engineering has received a lot of attention, but there is some misunderstanding about what it is and, perhaps more importantly, how it differs from more well-known disciplines like SRE and DevOps. Platform Engineering is the rebranded DevOps or it is the next stage of DevOps evolution? Why suddenly everyone has started talking about it? […]

How to set up a continuous deployment pipeline to deploy versions of an application on AWS Elastic Beanstalk using AWS CodePipeline (Part 2)?

Reading Time: 11 minutes AWS Elastic Beanstalk allows us to quickly deploy and manage applications without having to worry about the underlying infrastructure. One of its major benefits is that it reduces the complexity of management of the infrastructure without any restrictions thereby making it easy for developers to focus on just building the application and least worry about […]

How to set up a continuous deployment pipeline to deploy versions of an application on AWS Elastic Beanstalk using AWS CodePipeline (Part 1)?

Reading Time: 6 minutes Do you have concerns about managing and deploying web applications? With AWS Elastic Beanstalk, you can launch your full web application in just a few minutes by simply uploading the code. Starting with capacity provisioning, load balancing, auto-scaling, and application health monitoring, this service will take care of the whole deployment process for you. In […]

How to create CI/CD workflow using AWS CodeStar?

Reading Time: 8 minutes DevOps and CI/CD are the future of software development. AWS CodeStar makes building a full CI/CD workflow easier and helps us to create a CI/CD toolchain using AWS developer tools – CodeCommit, CodeBuild, and CodePipeline In this blog we will demonstrate how to create CI/CD workflow using AWS CodeStar. Before beginning to read this blog, […]

How to build a ROS CI Pipeline using AWS Robomaker and CodePipeline?

Reading Time: 10 minutes AWS RoboMaker is the most complete cloud solution for robotic developers to simulate, test, and securely deploy robotic applications at scale. RoboMaker’s managed ROS and Gazebo software stacks free up engineering resources and enable you to start building quickly. In this blog, we will navigate through the AWS Robomaker service and see how we can […]

Back To Top