<?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>Amazon ECR &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/amazon-ecr/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Fri, 03 Oct 2025 15:01:53 +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>Reduce Docker image build time on AWS CodeBuild using Amazon ECR as a remote cache</title>
		<link>https://noise.getoto.net/2025/10/03/reduce-docker-image-build-time-on-aws-codebuild-using-amazon-ecr-as-a-remote-cache/</link>
		
		<dc:creator><![CDATA[Kirubakaran Sundaramoorthy]]></dc:creator>
		<pubDate>Fri, 03 Oct 2025 15:01:53 +0000</pubDate>
				<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[codebuild]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Docker]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=c6159f4e04ee2ba0bc7a815a8abb11d2</guid>

					<description><![CDATA[In modern software development, containerization with Docker has revolutionized how we build and deploy applications. While Docker enables packaging applications into portable containers, the continuous need to update these images can be resource intensive. AWS CodeBuild addresses this challenge by providing a managed build service that eliminates infrastructure maintenance overhead. In this blog post, we’ll […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Best Practices to help secure your container image build pipeline by using AWS Signer</title>
		<link>https://noise.getoto.net/2023/12/22/best-practices-to-help-secure-your-container-image-build-pipeline-by-using-aws-signer/</link>
		
		<dc:creator><![CDATA[Jorge Castillo]]></dc:creator>
		<pubDate>Fri, 22 Dec 2023 18:18:40 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[Amazon EKS]]></category>
		<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7cfe13491b4ca56bbdde2eb0708a17b4</guid>

					<description><![CDATA[AWS Signer is a fully managed code-signing service to help ensure the trust and integrity of your code. It helps you verify that the code comes from a trusted source and that an unauthorized party has not accessed it. AWS Signer manages code signing certificates and public and private keys, which can reduce the overhead […]]]></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>How to Mitigate Docker Hub’s pull rate limit error through AWS Code build and ECR</title>
		<link>https://noise.getoto.net/2022/07/11/how-to-mitigate-docker-hubs-pull-rate-limit-error-through-aws-code-build-and-ecr/</link>
		
		<dc:creator><![CDATA[Bijith Nair]]></dc:creator>
		<pubDate>Mon, 11 Jul 2022 20:09:41 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[AWS Code Build]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS SERVICES - AWS Code Commit]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=27f713d770cf6e68594dc2084ea5fbd9</guid>

					<description><![CDATA[How to mitigate Docker Hub’s pull rate limit errors Docker, Inc. has announced that its hosted repository service, Docker Hub, will begin limiting the rate at which the Docker images are being pulled. The pull rate limit will purely be based on the individual IP Address. The anonymous user can do 100 pulls per 6 […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Orchestrate Jenkins Workloads using Dynamic Pod Autoscaling with Amazon EKS</title>
		<link>https://noise.getoto.net/2021/09/08/orchestrate-jenkins-workloads-using-dynamic-pod-autoscaling-with-amazon-eks/</link>
		
		<dc:creator><![CDATA[Vladimir Toussaint]]></dc:creator>
		<pubDate>Wed, 08 Sep 2021 20:04:09 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon EC2 Container Registry]]></category>
		<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[Amazon EKS]]></category>
		<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Jenkins]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7010fff2066ac8feeb79caa493ca5d79</guid>

					<description><![CDATA[This blog post will demonstrate how to leverage Jenkins with Amazon Elastic Kubernetes Service (EKS) by running a Jenkins Manager within an EKS pod. In doing so, we can run Jenkins workloads by allowing Amazon EKS to spawn dynamic Jenkins Agent(s) in order to perform application and infrastructure deployment. Traditionally, customers will setup a Jenkins Manager-Agent […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Using AWS CodePipeline for deploying container images to AWS Lambda Functions</title>
		<link>https://noise.getoto.net/2021/08/20/using-aws-codepipeline-for-deploying-container-images-to-aws-lambda-functions/</link>
		
		<dc:creator><![CDATA[Kirankumar Chandrashekar]]></dc:creator>
		<pubDate>Fri, 20 Aug 2021 18:25:51 +0000</pubDate>
				<category><![CDATA[Amazon CodeBuild]]></category>
		<category><![CDATA[Amazon CodePipeline]]></category>
		<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=6d0fc67c77700d575d8ea09e134afd18</guid>

					<description><![CDATA[AWS Lambda launched support for packaging and deploying functions as container images at re:Invent 2020. In the post working with Lambda layers and extensions in container images, we demonstrated packaging Lambda Functions with layers while using container images. This post will teach you to use AWS CodePipeline to deploy docker images for microservices architecture involving […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Secure and analyse your Terraform code using AWS CodeCommit, AWS CodePipeline, AWS CodeBuild and tfsec</title>
		<link>https://noise.getoto.net/2021/07/30/secure-and-analyse-your-terraform-code-using-aws-codecommit-aws-codepipeline-aws-codebuild-and-tfsec/</link>
		
		<dc:creator><![CDATA[César Prieto Ballester]]></dc:creator>
		<pubDate>Fri, 30 Jul 2021 04:14:34 +0000</pubDate>
				<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Infrastructure & Automation]]></category>
		<category><![CDATA[Terraform]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=1a7bb5444f41726550e74ece46947441</guid>

					<description><![CDATA[Introduction More and more customers are using Infrastructure-as-Code (IaC) to design and implement their infrastructure on AWS. This is why it is essential to have pipelines with Continuous Integration/Continuous Deployment (CI/CD) for infrastructure deployment. HashiCorp Terraform is one of the popular IaC tools for customers on AWS. In this blog, I will guide you through […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Choosing a CI/CD approach: AWS Services with BigHat Biosciences</title>
		<link>https://noise.getoto.net/2021/06/10/choosing-a-ci-cd-approach-aws-services-with-bighat-biosciences/</link>
		
		<dc:creator><![CDATA[Mike Apted]]></dc:creator>
		<pubDate>Thu, 10 Jun 2021 02:59:41 +0000</pubDate>
				<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS X-Ray]]></category>
		<category><![CDATA[BigHat]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[CloudFormation]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ddea6514bd193732cfb8a4cd0cb48d4c</guid>

					<description><![CDATA[Founded in 2019, BigHat Biosciences’ mission is to improve human health by reimagining antibody discovery and engineering to create better antibodies faster. Their integrated computational + experimental approach speeds up antibody design and discovery by combining high-speed molecular characterization with machine learning technologies to guide the search for better antibodies. They apply these design capabilities […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Build and Deploy Docker Images to AWS using EC2 Image Builder</title>
		<link>https://noise.getoto.net/2021/05/22/build-and-deploy-docker-images-to-aws-using-ec2-image-builder/</link>
		
		<dc:creator><![CDATA[Joseph Keating]]></dc:creator>
		<pubDate>Sat, 22 May 2021 01:11:42 +0000</pubDate>
				<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Pipelines]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=bc048e48db856ec582230ce3d1f6b8bd</guid>

					<description><![CDATA[The NFL, an AWS Professional Services partner, is collaborating with NFL’s Player Health and Safety team to build the Digital Athlete Program. The Digital Athlete Program is working to drive progress in the prevention, diagnosis, and treatment of injuries; enhance medical protocols; and further improve the way football is taught and played. The NFL, in […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Automate thousands of mainframe tests on AWS with the Micro Focus Enterprise Suite</title>
		<link>https://noise.getoto.net/2020/11/20/automate-thousands-of-mainframe-tests-on-aws-with-the-micro-focus-enterprise-suite/</link>
		
		<dc:creator><![CDATA[Kevin Yung]]></dc:creator>
		<pubDate>Fri, 20 Nov 2020 13:56:44 +0000</pubDate>
				<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[Amazon ECS]]></category>
		<category><![CDATA[Amazon ECS Fargate]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Healthcare]]></category>
		<category><![CDATA[Infrastructure & Automation]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[Mainframe Migration]]></category>
		<category><![CDATA[MicroFocus]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[modernization]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[retail]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Travel and Hospitality]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=fbbae1805020c9e9233cdba746d61736</guid>

					<description><![CDATA[We have seen mainframe customers often encounter scalability constraints, and they can&#8217;t support their development and test workforce to the scale required to support business requirements. These constraints can lead to delays, reduce product or feature releases, and make them unable to respond to market requirements. Furthermore, limits in capacity and scale often affect the quality of changes deployed, and are linked to unplanned or unexpected downtime in products or services. The conventional approach to address these constraints is to scale up, meaning to increase MIPS/MSU capacity of the mainframe hardware available for development and testing. The cost of this approach, however, is excessively high, and to ensure time to market, you may reject this approach at the expense of quality and functionality. If you&#8217;re wrestling with these challenges, this post is written specifically for you.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Reducing Docker image build time on AWS CodeBuild using an external cache</title>
		<link>https://noise.getoto.net/2020/09/04/reducing-docker-image-build-time-on-aws-codebuild-using-an-external-cache/</link>
		
		<dc:creator><![CDATA[Camillo Anania]]></dc:creator>
		<pubDate>Fri, 04 Sep 2020 00:20:34 +0000</pubDate>
				<category><![CDATA[Amazon EC2 Container Registry]]></category>
		<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Docker]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=b4096ccce6106828871d2ee7f73a2426</guid>

					<description><![CDATA[With the proliferation of containerized solutions to simplify creating, deploying, and running applications, coupled with the use of automation CI/CD pipelines that continuously rebuild, test, and deploy such applications when new changes are committed, it&#8217;s important that your CI/CD pipelines run as quickly as possible, enabling you to get early feedback and allowing for faster [&#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 43/320 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-06 14:50:14 by W3 Total Cache
-->