<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CICD Pipeline &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/cicd-pipeline/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Mon, 19 Feb 2024 19:50:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Best practices for managing Terraform State files in AWS CI/CD Pipeline</title>
		<link>https://noise.getoto.net/2024/02/19/best-practices-for-managing-terraform-state-files-in-aws-ci-cd-pipeline/</link>
		
		<dc:creator><![CDATA[Arun Kumar Selvaraj]]></dc:creator>
		<pubDate>Mon, 19 Feb 2024 19:50:44 +0000</pubDate>
				<category><![CDATA[*Post Types]]></category>
		<category><![CDATA[Amazon CodeBuild]]></category>
		<category><![CDATA[Amazon DynamoDB]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Amazon Simple Storage Service (S3)]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS Identity and Access Management (IAM)]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Professional Services]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CICD Pipeline]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[IAM]]></category>
		<category><![CDATA[Infrastructure as Code]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Terraform]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=73d09ea4e56c8005ba870919d4573d4f</guid>

					<description><![CDATA[Introduction Today customers want to reduce manual operations for deploying and maintaining their infrastructure. The recommended method to deploy and manage infrastructure on AWS is to follow Infrastructure-As-Code (IaC) model using tools like AWS CloudFormation, AWS Cloud Development Kit (AWS CDK) or Terraform. One of the critical components in terraform is managing the state file which […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How to add notifications and manual approval to an AWS CDK Pipeline</title>
		<link>https://noise.getoto.net/2023/08/17/how-to-add-notifications-and-manual-approval-to-an-aws-cdk-pipeline/</link>
		
		<dc:creator><![CDATA[Jehu Gray]]></dc:creator>
		<pubDate>Thu, 17 Aug 2023 16:32:43 +0000</pubDate>
				<category><![CDATA[Amazon CodePipeline]]></category>
		<category><![CDATA[Amazon Simple Notification Service (SNS)]]></category>
		<category><![CDATA[Amazon SNS]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS Cloud Development Kit]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[CICD Pipeline]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=8356427a9f073aab970319d530a0abed</guid>

					<description><![CDATA[A deployment pipeline typically comprises several stages such as dev, test, and prod, which ensure that changes undergo testing before reaching the production environment. To improve the reliability and stability of release processes, DevOps teams must review Infrastructure as Code (IaC) changes before applying them in production. As a result, implementing a mechanism for notification and manual approval […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implementing automatic drift detection in CDK Pipelines using Amazon EventBridge</title>
		<link>https://noise.getoto.net/2023/08/14/implementing-automatic-drift-detection-in-cdk-pipelines-using-amazon-eventbridge/</link>
		
		<dc:creator><![CDATA[DAMODAR SHENVI WAGLE]]></dc:creator>
		<pubDate>Mon, 14 Aug 2023 20:03:04 +0000</pubDate>
				<category><![CDATA[Amazon DynamoDB]]></category>
		<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS Cloud Development Kit]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[CICD Pipeline]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=04dc89fec9e2a875a55bd66ac5849b8b</guid>

					<description><![CDATA[The AWS Cloud Development Kit (AWS CDK) is a popular open source toolkit that allows developers to create their cloud infrastructure using high level programming languages. AWS CDK comes bundled with a construct called CDK Pipelines that makes it easy to set up continuous integration, delivery, and deployment with AWS CodePipeline. The CDK Pipelines construct […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Deploy container applications in a multicloud environment using Amazon CodeCatalyst</title>
		<link>https://noise.getoto.net/2023/07/31/deploy-container-applications-in-a-multicloud-environment-using-amazon-codecatalyst/</link>
		
		<dc:creator><![CDATA[Pawan Shrivastava]]></dc:creator>
		<pubDate>Mon, 31 Jul 2023 14:41:24 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon CodeCatalyst]]></category>
		<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[CICD Pipeline]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[GitHub Actions]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Hybrid Cloud Management]]></category>
		<category><![CDATA[Management Tools]]></category>
		<category><![CDATA[Multicloud]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=bcde807eab5dba528dc40fd369c9741c</guid>

					<description><![CDATA[In the previous post of this blog series, we saw how organizations can deploy workloads to virtual machines (VMs) in a hybrid and multicloud environment. This post shows how organizations can address the requirement of deploying containers, and containerized applications to hybrid and multicloud platforms using Amazon CodeCatalyst. CodeCatalyst is an integrated DevOps service which […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrate GitHub monorepo with AWS CodePipeline to run project-specific CI/CD pipelines</title>
		<link>https://noise.getoto.net/2021/04/27/integrate-github-monorepo-with-aws-codepipeline-to-run-project-specific-ci-cd-pipelines/</link>
		
		<dc:creator><![CDATA[Vivek Kumar]]></dc:creator>
		<pubDate>Tue, 27 Apr 2021 19:56:01 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[CICD Pipeline]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[monorepos]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=67c3a579da0e42540dac11a68e52f646</guid>

					<description><![CDATA[Understand how to automate trigger of project specific code pipeline for GitHub mono repos users. Currently, if a customer is using GitHub as a version control system and he has only one repository which contains multiple folders each for a different project, change in any file, triggers the code pipeline for the whole repository rather than for the appropriate project. With this blog, they would be able to automate trigger of appropriate pipeline based on the project folder where the file gets changed.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building end-to-end AWS DevSecOps CI/CD pipeline with open source SCA, SAST and DAST tools</title>
		<link>https://noise.getoto.net/2021/01/22/building-end-to-end-aws-devsecops-ci-cd-pipeline-with-open-source-sca-sast-and-dast-tools/</link>
		
		<dc:creator><![CDATA[Srinivas Manepalli]]></dc:creator>
		<pubDate>Thu, 21 Jan 2021 23:16:59 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[CICD Pipeline]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[DevSecOps]]></category>
		<category><![CDATA[Expert (400)]]></category>
		<category><![CDATA[Public Sector]]></category>
		<category><![CDATA[Read More]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7335102aed98efbe3f58a77d9a450b54</guid>

					<description><![CDATA[DevOps is a combination of cultural philosophies, practices, and tools that combine software development with information technology operations. These combined practices enable companies to deliver new application features and improved services to customers at a higher velocity. DevSecOps takes this a step further, integrating security into DevOps. With DevSecOps, you can deliver secure and compliant […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 61/196 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-08 09:16:54 by W3 Total Cache
-->