AWS Code Pipeline with CloudFormation template (Part 1)

  • Post author:
  • Post category:AWS
  • Post comments:0 Comments
  • Post last modified:August 11, 2023
  • Reading time:5 mins read

AWS CloudFormation is a service that allows developers to deploy AWS resources in an orderly and predictable manner. To deploy the resources, they need to be specified in a document called “template”. The resources can be written in JSON or YAML format. CloudFormation makes it…

Continue ReadingAWS Code Pipeline with CloudFormation template (Part 1)

Continuous Delivery of code from GitHub to EC2 with AWS Code Pipeline – (Part 2)

  • Post author:
  • Post category:AWS
  • Post comments:0 Comments
  • Post last modified:July 13, 2023
  • Reading time:5 mins read

Till now we have launched EC2 instance connected it via MobaXterm installed CodeDeploy-Agent on it Attached IAM Role to the instance. If you want to visit Part 1 of this Blog, you can click here. In this blog, we will create a Code Build Project…

Continue ReadingContinuous Delivery of code from GitHub to EC2 with AWS Code Pipeline – (Part 2)

Continuous Delivery of code from GitHub to EC2 with AWS Code Pipeline – (Part 1)

  • Post author:
  • Post category:AWS
  • Post comments:0 Comments
  • Post last modified:July 13, 2023
  • Reading time:5 mins read

In software development, automating code deployment has become a crucial component of DevOps process, as it enables developers and operation team to work seamlessly. Here comes AWS Code Pipeline, which is a fully managed continuous delivery service that allows users to build, test and deploy…

Continue ReadingContinuous Delivery of code from GitHub to EC2 with AWS Code Pipeline – (Part 1)

End of content

No more pages to load