CMChirag Manglikinchiragmanglik7.hashnode.devยทDec 12, 2023 ยท 1 min readYour CI/CD pipeline on AWS - Part 4 ๐ โCodePipeline:- AWS CodePipeline is a continuous integration and continuous delivery (CI/CD) service that automates the build, test, and deployment phases of your release process. It enables you to model, visualise, and automate the steps required to ...00
CMChirag Manglikinchiragmanglik7.hashnode.devยทDec 11, 2023 ยท 2 min readYour CI/CD pipeline on AWS - Part 3 ๐ โCodeDeploy:- AWS CodeDeploy is a service that automates the deployment of applications to Amazon EC2 instances, on-premises instances, or serverless Lambda functions. It allows you to coordinate the deployment of your applications across different en...00
CMChirag Manglikinchiragmanglik7.hashnode.devยทDec 10, 2023 ยท 2 min readYour CI/CD pipeline on AWS - Part 2 ๐ โCodeBuild:- AWS CodeBuild is a fully managed build service provided by Amazon Web Services (AWS). It allows you to build, test, and package your code quickly and efficiently. CodeBuild scales continuously and processes multiple builds concurrently, p...00
CMChirag Manglikinchiragmanglik7.hashnode.devยทDec 9, 2023 ยท 2 min readYour CI/CD pipeline on AWS - (Part-1 )๐ โCodeCommit:- AWS CodeCommit is a fully managed source control service that allows teams to host secure and scalable Git repositories. You can use CodeCommit to store your code and collaborate with others. Here's a basic overview of how to use AWS Cod...00
CMChirag Manglikinchiragmanglik7.hashnode.devยทDec 8, 2023 ยท 1 min readInterview Questions On AWSHere are some important questions that help understand AWS and interview preparation. 1) Name 5 AWS services you have used and what are the use cases? 2) What are the tools used to send logs to the cloud environment? 3) What are IAM Roles? How do you...00