<?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>CodeCommit &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/codecommit/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Fri, 13 Jan 2023 16:12:52 +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>Setting up a secure CI/CD pipeline in a private Amazon Virtual Private Cloud with no public internet access</title>
		<link>https://noise.getoto.net/2023/01/13/setting-up-a-secure-ci-cd-pipeline-in-a-private-amazon-virtual-private-cloud-with-no-public-internet-access/</link>
		
		<dc:creator><![CDATA[MJ Kubba]]></dc:creator>
		<pubDate>Fri, 13 Jan 2023 16:12:52 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[codebuild]]></category>
		<category><![CDATA[CodeCommit]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[VPC]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=af69a5f7570f75b06e2da30f71dd5bdb</guid>

					<description><![CDATA[With the rise of the cloud and increased security awareness, the use of private Amazon VPCs with no public internet access also expanded rapidly. This setup is recommended to make sure of proper security through isolation. The isolation requirement also applies to code pipelines, in which developers deploy their application modules, software packages, and other […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Multi-Region Terraform Deployments with AWS CodePipeline using Terraform Built CI/CD</title>
		<link>https://noise.getoto.net/2022/06/24/multi-region-terraform-deployments-with-aws-codepipeline-using-terraform-built-ci-cd/</link>
		
		<dc:creator><![CDATA[Lerna Ekmekcioglu]]></dc:creator>
		<pubDate>Fri, 24 Jun 2022 18:36:55 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[codebuild]]></category>
		<category><![CDATA[CodeCommit]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[multi-region]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Terraform]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=a8fc4c647cb27c4c979c27c178130941</guid>

					<description><![CDATA[As of February 2022, the AWS Cloud spans 84 Availability Zones within 26 geographic Regions, with announced plans for more Availability Zones and Regions. Customers can leverage this global infrastructure to expand their presence to their primary target of users, satisfying data residency requirements, and implementing disaster recovery strategy to make sure of business continuity. […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Blue/Green deployment with AWS Developer tools on Amazon EC2 using Amazon EFS to host application source code</title>
		<link>https://noise.getoto.net/2021/07/28/blue-green-deployment-with-aws-developer-tools-on-amazon-ec2-using-amazon-efs-to-host-application-source-code/</link>
		
		<dc:creator><![CDATA[Rakesh Singh]]></dc:creator>
		<pubDate>Tue, 27 Jul 2021 22:44:46 +0000</pubDate>
				<category><![CDATA[Amazon Elastic File System (EFS)]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[codebuild]]></category>
		<category><![CDATA[CodeCommit]]></category>
		<category><![CDATA[CodeDeploy]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=bb5d7e63e89b664e52e0aa6275b5a9ca</guid>

					<description><![CDATA[Many organizations building modern applications require a shared and persistent storage layer for hosting and deploying data-intensive enterprise applications, such as content management systems, media and entertainment, distributed applications like machine learning training, etc. These applications demand a centralized file share that scales to petabytes without disrupting running applications and remains concurrently accessible from potentially […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Complete CI/CD with AWS CodeCommit, AWS CodeBuild, AWS CodeDeploy, and AWS CodePipeline</title>
		<link>https://noise.getoto.net/2020/10/01/complete-ci-cd-with-aws-codecommit-aws-codebuild-aws-codedeploy-and-aws-codepipeline/</link>
		
		<dc:creator><![CDATA[Nitin Verma]]></dc:creator>
		<pubDate>Thu, 01 Oct 2020 01:57:46 +0000</pubDate>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[codebuild]]></category>
		<category><![CDATA[CodeCommit]]></category>
		<category><![CDATA[CodeDeploy]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Pipeline]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=f3f4c4a64939b334ccce617fc543e482</guid>

					<description><![CDATA[Many organizations have been shifting to DevOps practices, which is the combination of cultural philosophies, practices, and tools that increases your organization&#8217;s ability to deliver applications and services at high velocity; for example, evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. An integral part of [&#8230;]]]></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 40/140 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-08 14:18:10 by W3 Total Cache
-->