<?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>Joaquin Manuel Rinaudo &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/author/joaquin-manuel-rinaudo/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Tue, 22 Oct 2024 13:02:19 +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>How to use interface VPC endpoints to meet your security objectives</title>
		<link>https://noise.getoto.net/2024/10/22/how-to-use-interface-vpc-endpoints-to-meet-your-security-objectives/</link>
		
		<dc:creator><![CDATA[Joaquin Manuel Rinaudo]]></dc:creator>
		<pubDate>Tue, 22 Oct 2024 13:02:19 +0000</pubDate>
				<category><![CDATA[Amazon VPC]]></category>
		<category><![CDATA[AWS PrivateLink]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[VPC endpoint]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ee0050a098bd3778e45a55a5af3fd95a</guid>

					<description><![CDATA[Amazon Virtual Private Cloud (Amazon VPC) endpoints—powered by AWS PrivateLink—enable customers to establish private connectivity to supported AWS services, enterprise services, and third-party services by using private IP addresses. There are three types of VPC endpoints: interface endpoints, Gateway Load Balancer endpoints, and gateway endpoints. An interface VPC endpoint, in particular, allows customers to design […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrate Kubernetes policy-as-code solutions into Security Hub</title>
		<link>https://noise.getoto.net/2024/04/18/integrate-kubernetes-policy-as-code-solutions-into-security-hub/</link>
		
		<dc:creator><![CDATA[Joaquin Manuel Rinaudo]]></dc:creator>
		<pubDate>Thu, 18 Apr 2024 15:58:32 +0000</pubDate>
				<category><![CDATA[Amazon EKS]]></category>
		<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[AWS Security Hub]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[EKS]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security Hub]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=24090ec146aa3f1f5702d510eb378a48</guid>

					<description><![CDATA[Using Kubernetes policy-as-code (PaC) solutions, administrators and security professionals can enforce organization policies to Kubernetes resources. There are several publicly available PAC solutions that are available for Kubernetes, such as Gatekeeper, Polaris, and Kyverno. PaC solutions usually implement two features: Use Kubernetes admission controllers to validate or modify objects before they’re created to help enforce configuration best […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Enable Security Hub partner integrations across your organization</title>
		<link>https://noise.getoto.net/2023/10/04/enable-security-hub-partner-integrations-across-your-organization/</link>
		
		<dc:creator><![CDATA[Joaquin Manuel Rinaudo]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 20:57:07 +0000</pubDate>
				<category><![CDATA[AWS Security Hub]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=144cc12d80ef9aa94038a6be335743b5</guid>

					<description><![CDATA[AWS Security Hub offers over 75 third-party partner product integrations, such as Palo Alto Networks Prisma, Prowler, Qualys, Wiz, and more, that you can use to send, receive, or update findings in Security Hub. We recommend that you enable your corresponding Security Hub third-party partner product integrations when you use these partner solutions. By centralizing […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Extend your pre-commit hooks with AWS CloudFormation Guard</title>
		<link>https://noise.getoto.net/2022/04/26/extend-your-pre-commit-hooks-with-aws-cloudformation-guard/</link>
		
		<dc:creator><![CDATA[Joaquin Manuel Rinaudo]]></dc:creator>
		<pubDate>Tue, 26 Apr 2022 16:36:24 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Management Tools]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=0c5535cba7b3727d921cadbdf1544d76</guid>

					<description><![CDATA[Git hooks are scripts that extend Git functionality when certain events and actions occur during code development. Developer teams often use Git hooks to perform quality checks before they commit their code changes. For example, see the blog post Use Git pre-commit hooks to avoid AWS CloudFormation errors for a description of how the AWS […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How to import AWS IoT Device Defender audit findings into Security Hub</title>
		<link>https://noise.getoto.net/2021/05/24/how-to-import-aws-iot-device-defender-audit-findings-into-security-hub/</link>
		
		<dc:creator><![CDATA[Joaquin Manuel Rinaudo]]></dc:creator>
		<pubDate>Mon, 24 May 2021 16:41:39 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS IoT Device Defender]]></category>
		<category><![CDATA[AWS Security Hub]]></category>
		<category><![CDATA[IOT]]></category>
		<category><![CDATA[IoT Device Defender]]></category>
		<category><![CDATA[iot security]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=1fd906993d862c3bc759577a392f52df</guid>

					<description><![CDATA[AWS Security Hub provides a comprehensive view of the security alerts and security posture in your accounts. In this blog post, we show how you can import AWS IoT Device Defender audit findings into Security Hub. You can then view and organize Internet of Things (IoT) security findings in Security Hub together with findings from […]]]></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 35/121 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2026-03-13 03:16:16 by W3 Total Cache
-->