<?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>AWS CodeDeploy &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/aws-codedeploy/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Mon, 29 Jul 2024 13:33:42 +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>Use OpenID Connect with AWS Toolkit for Azure DevOps to perform AWS CodeDeploy deployments</title>
		<link>https://noise.getoto.net/2024/07/29/use-openid-connect-with-aws-toolkit-for-azure-devops-to-perform-aws-codedeploy-deployments/</link>
		
		<dc:creator><![CDATA[Rakesh Singh]]></dc:creator>
		<pubDate>Mon, 29 Jul 2024 13:33:42 +0000</pubDate>
				<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS Toolkit for AzureDevOps]]></category>
		<category><![CDATA[CodeDeploy]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=45c4aa499b26195ab11dcae94deaac25</guid>

					<description><![CDATA[Introduction Many organizations with workloads hosted on AWS leverage the advantage of AWS services like AWS CloudFormation, AWS CodeDeploy, and other AWS developer tools while integrating with their existing development workflows. These customers seek to maintain their preferred version control systems, such as GitHub, and continue using their established continuous integration and continuous deployment (CI/CD) […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Fault-isolated, zonal deployments with AWS CodeDeploy</title>
		<link>https://noise.getoto.net/2024/06/22/fault-isolated-zonal-deployments-with-aws-codedeploy/</link>
		
		<dc:creator><![CDATA[Michael Haken]]></dc:creator>
		<pubDate>Sat, 22 Jun 2024 11:24:35 +0000</pubDate>
				<category><![CDATA[Amazon Route 53]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[resilience]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7c31c9556854f1422bb73d2705a3c149</guid>

					<description><![CDATA[In this blog post you’ll learn how to use a new feature in AWS CodeDeploy to deploy your application one Availability Zone (AZ) at a time to help increase the operational resilience or your services through improved fault isolation. Introducing change to a system can be a time of risk. Even the most advanced CI/CD […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Blue/Green Deployments to Amazon ECS using AWS CloudFormation and AWS CodeDeploy</title>
		<link>https://noise.getoto.net/2024/06/19/blue-green-deployments-to-amazon-ecs-using-aws-cloudformation-and-aws-codedeploy/</link>
		
		<dc:creator><![CDATA[Ajay Mehta]]></dc:creator>
		<pubDate>Wed, 19 Jun 2024 17:48:51 +0000</pubDate>
				<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[Blue/Green]]></category>
		<category><![CDATA[CodeDeploy]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=e4fac9d6ba6890713d0223ff052b5982</guid>

					<description><![CDATA[Introduction Many customers use Amazon Elastic Container Service (ECS) for running their mission critical container-based applications on AWS. These customers are looking for safe deployment of application and infrastructure changes with minimal downtime, leveraging AWS CodeDeploy and AWS CloudFormation. AWS CloudFormation natively supports performing Blue/Green deployments on ECS using a CodeDeploy Blue/Green hook, but this […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Multiple Load Balance Support in AWS CodeDeploy</title>
		<link>https://noise.getoto.net/2023/10/18/multiple-load-balance-support-in-aws-codedeploy/</link>
		
		<dc:creator><![CDATA[Brian Beach]]></dc:creator>
		<pubDate>Wed, 18 Oct 2023 20:53:46 +0000</pubDate>
				<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[Elastic Load Balancing]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=a6b10230bb77f4ce499451e56b0c1d1d</guid>

					<description><![CDATA[AWS CodeDeploy is a fully managed deployment service that automates software deployments to various compute services, such as Amazon Elastic Compute Cloud (Amazon EC2), Amazon Elastic Container Service (ECS), AWS Lambda, and on-premises servers. AWS CodeDeploy recently announced support for deploying to applications that use multiple AWS Elastic Load Balancers (ELB). CodeDeploy now supports multiple […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Blue/Green deployments using AWS CDK Pipelines and AWS CodeDeploy</title>
		<link>https://noise.getoto.net/2023/10/10/blue-green-deployments-using-aws-cdk-pipelines-and-aws-codedeploy/</link>
		
		<dc:creator><![CDATA[Luiz Decaro]]></dc:creator>
		<pubDate>Tue, 10 Oct 2023 19:17:09 +0000</pubDate>
				<category><![CDATA[Amazon ECS]]></category>
		<category><![CDATA[Amazon ECS Fargate]]></category>
		<category><![CDATA[Amazon Elastic Container Registry]]></category>
		<category><![CDATA[Amazon Elastic Container Service]]></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 CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Fargate]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[CodeDeploy]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Deployment]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7d5e2452bd45c323009fa937381cc706</guid>

					<description><![CDATA[Customers often ask for help with implementing Blue/Green deployments to Amazon Elastic Container Service (Amazon ECS) using AWS CodeDeploy. Their use cases usually involve cross-Region and cross-account deployment scenarios. These requirements are challenging enough on their own, but in addition to those, there are specific design decisions that need to be considered when using CodeDeploy. […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How to deploy workloads in a multicloud environment with AWS developer tools</title>
		<link>https://noise.getoto.net/2023/06/08/how-to-deploy-workloads-in-a-multicloud-environment-with-aws-developer-tools/</link>
		
		<dc:creator><![CDATA[Brent Van Wynsberge]]></dc:creator>
		<pubDate>Thu, 08 Jun 2023 13:04:08 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Systems Manager]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[codebuild]]></category>
		<category><![CDATA[CodeDeploy]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Hybrid Cloud Management]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=b2a95c40ad63e4a13e038f371b5cb41d</guid>

					<description><![CDATA[As organizations embrace cloud computing as part of “cloud first” strategy, and migrate to the cloud, some of the enterprises end up in a multicloud environment.  We see that enterprise customers get the best experience, performance and cost structure when they choose a primary cloud provider. However, for a variety of reasons, some organizations end […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Use the AWS Toolkit for Azure DevOps to automate your deployments to AWS</title>
		<link>https://noise.getoto.net/2022/05/24/use-the-aws-toolkit-for-azure-devops-to-automate-your-deployments-to-aws/</link>
		
		<dc:creator><![CDATA[Mahmoud Abid]]></dc:creator>
		<pubDate>Tue, 24 May 2022 20:29:40 +0000</pubDate>
				<category><![CDATA[Amazon Simple Queue Service (SQS)]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Toolkit for AzureDevOps]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=acce8bdaaa46673e9652c4747c641e43</guid>

					<description><![CDATA[Many developers today seek to improve productivity by finding better ways to collaborate, enhance code quality and automate repetitive tasks. We hear from some of our customers that they would like to leverage services such as AWS CloudFormation, AWS CodeBuild and other AWS Developer Tools to manage their AWS resources while continuing to use their […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrating with GitHub Actions – CI/CD pipeline to deploy a Web App to Amazon EC2</title>
		<link>https://noise.getoto.net/2022/03/29/integrating-with-github-actions-ci-cd-pipeline-to-deploy-a-web-app-to-amazon-ec2/</link>
		
		<dc:creator><![CDATA[Mahesh Biradar]]></dc:creator>
		<pubDate>Tue, 29 Mar 2022 14:48:03 +0000</pubDate>
				<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[GitHub Actions]]></category>
		<category><![CDATA[Web Identity Federation]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=e804871be5ca1eadbf1d85bcc50640c6</guid>

					<description><![CDATA[Many Organizations adopt DevOps Practices to innovate faster by automating and streamlining the software development and infrastructure management processes. Beyond cultural adoption, DevOps also suggests following certain best practices and Continuous Integration and Continuous Delivery (CI/CD) is among the important ones to start with. CI/CD practice reduces the time it takes to release new software […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building Blue/Green application deployment to Micro Focus Enterprise Server</title>
		<link>https://noise.getoto.net/2022/03/03/building-blue-green-application-deployment-to-micro-focus-enterprise-server/</link>
		
		<dc:creator><![CDATA[Kevin Yung]]></dc:creator>
		<pubDate>Thu, 03 Mar 2022 16:14:00 +0000</pubDate>
				<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Systems Manager]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Expert (400)]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=0e3c507587bc0a1014cb2b5a3e0bf677</guid>

					<description><![CDATA[Organizations running mainframe production workloads often follow the traditional approach of application deployment. To release new features of existing applications into production, the application is redeployed using the new version of software on the existing infrastructure. This poses the following challenges: The cutover of the application deployment from testing to production usually takes place during […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building an InnerSource ecosystem using AWS DevOps tools</title>
		<link>https://noise.getoto.net/2021/10/07/building-an-innersource-ecosystem-using-aws-devops-tools/</link>
		
		<dc:creator><![CDATA[Debashish Chakrabarty]]></dc:creator>
		<pubDate>Thu, 07 Oct 2021 05:29:26 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[AWS CodeArtifact]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[Closed Source]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[InnerSource]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OSS]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=c6a7a0a031f99012ea88a61e01348dc3</guid>

					<description><![CDATA[InnerSource is the term for the emerging practice of organizations adopting the open source methodology, albeit to develop proprietary software. This blog discusses the building of a model InnerSource ecosystem that leverages multiple AWS services, such as CodeBuild, CodeCommit, CodePipeline, CodeArtifact, and CodeGuru, along with other AWS services and open source tools. What is InnerSource […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Deploy data lake ETL jobs using CDK Pipelines</title>
		<link>https://noise.getoto.net/2021/07/30/deploy-data-lake-etl-jobs-using-cdk-pipelines/</link>
		
		<dc:creator><![CDATA[Ravi Itha]]></dc:creator>
		<pubDate>Fri, 30 Jul 2021 05:35:48 +0000</pubDate>
				<category><![CDATA[AWS Big Data]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS Cloud Development Kit]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Data Lake]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=a804acd036d895b2ec22e1a914325e29</guid>

					<description><![CDATA[Many organizations are building data lakes on AWS, which provides the most secure, scalable, comprehensive, and cost-effective portfolio of services. Like any application development project, a data lake must answer a fundamental question: “What is the DevOps strategy?” Defining a DevOps strategy for a data lake requires extensive planning and multiple teams. This typically requires […]]]></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>Building an end-to-end Kubernetes-based DevSecOps software factory on AWS</title>
		<link>https://noise.getoto.net/2021/06/26/building-an-end-to-end-kubernetes-based-devsecops-software-factory-on-aws/</link>
		
		<dc:creator><![CDATA[Srinivas Manepalli]]></dc:creator>
		<pubDate>Fri, 25 Jun 2021 22:35:53 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Security Hub]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[DevSecOps]]></category>
		<category><![CDATA[Expert (400)]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Public Sector]]></category>
		<category><![CDATA[Read More]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=246a953713ae9be29fb19636ef6cf3c5</guid>

					<description><![CDATA[DevSecOps software factory implementation can significantly vary depending on the application, infrastructure, architecture, and the services and tools used. In a previous post, I provided an end-to-end DevSecOps pipeline for a three-tier web application deployed with AWS Elastic Beanstalk. The pipeline used cloud-native services along with a few open-source security tools. This solution is similar, […]]]></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>
		<item>
		<title>How FactSet automates thousands of AWS accounts at scale</title>
		<link>https://noise.getoto.net/2021/01/05/how-factset-automates-thousands-of-aws-accounts-at-scale/</link>
		
		<dc:creator><![CDATA[Amit Borulkar]]></dc:creator>
		<pubDate>Tue, 05 Jan 2021 04:41:42 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon CodeBuild]]></category>
		<category><![CDATA[AWS Accounts automation]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Governance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=3edc4a388682d06bdd6201753a1c1a5f</guid>

					<description><![CDATA[This post is by FactSet&#8217;s Cloud Infrastructure team, Gaurav Jain, Nathan Goodman, Geoff Wang, Daniel Cordes, Sunu Joseph, and AWS Solution Architects Amit Borulkar and Tarik Makota. In their own words, &#8220;FactSet creates flexible, open data and software solutions for tens of thousands of investment professionals around the world, which provides instant access to financial [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Automating deployments to Raspberry Pi devices using AWS CodePipeline</title>
		<link>https://noise.getoto.net/2020/10/31/automating-deployments-to-raspberry-pi-devices-using-aws-codepipeline/</link>
		
		<dc:creator><![CDATA[Ahmed ElHaw]]></dc:creator>
		<pubDate>Sat, 31 Oct 2020 01:44:29 +0000</pubDate>
				<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[devops]]></category>
		<category><![CDATA[Rasperry Pi]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=99ac526c334557efab0fbb702acbc164</guid>

					<description><![CDATA[Managing applications deployments on Raspberry Pi can be cumbersome, especially in headless mode and at scale when placing the devices outdoors and out of reach such as in home automation projects, in the yard (for motion detection) or on the roof (as a humidity and temperature sensor). In these use cases, you have to remotely [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrating AWS CloudFormation Guard into CI/CD pipelines</title>
		<link>https://noise.getoto.net/2020/10/16/integrating-aws-cloudformation-guard-into-ci-cd-pipelines/</link>
		
		<dc:creator><![CDATA[Sergey Voinich]]></dc:creator>
		<pubDate>Fri, 16 Oct 2020 01:54:28 +0000</pubDate>
				<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Command Line Interface]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[CloudFormation]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[New stuff]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=5f0600b5db912a03bde96b4bc87cbfeb</guid>

					<description><![CDATA[In this post, we discuss and build a managed continuous integration and continuous deployment (CI/CD) pipeline that uses AWS CloudFormation Guard to automate and simplify pre-deployment compliance checks of your AWS CloudFormation templates. This enables your teams to define a single source of truth for what constitutes valid infrastructure definitions, to be compliant with your [&#8230;]]]></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>
		<item>
		<title>Why Deployment Requirements are Important When Making Architectural Choices</title>
		<link>https://noise.getoto.net/2020/09/29/why-deployment-requirements-are-important-when-making-architectural-choices/</link>
		
		<dc:creator><![CDATA[Yusuf Mayet]]></dc:creator>
		<pubDate>Tue, 29 Sep 2020 15:39:25 +0000</pubDate>
				<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon Elastic Container Service]]></category>
		<category><![CDATA[Amazon QuickSight]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[architecture best practices]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[deployability]]></category>
		<category><![CDATA[Disposability]]></category>
		<category><![CDATA[observability]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=916b1c5b70af08affb60f921b7d65220</guid>

					<description><![CDATA[Introduction Too often, architects fall into the trap of thinking the architecture of an application is restricted to just the runtime part of the architecture. By doing this we focus on only a single customer (such as the application&#8217;s users and how they interact with the system) and we forget about other important customers like [&#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 48/477 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-08 11:55:59 by W3 Total Cache
-->