<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Minimal AWS Permissions needed by the FluentSMTP WordPress Plugin	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/minimal-aws-permissions-needed-by-the-fluentsmtp-wordpress-plugin/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/minimal-aws-permissions-needed-by-the-fluentsmtp-wordpress-plugin</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Thu, 06 Mar 2025 15:30:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/minimal-aws-permissions-needed-by-the-fluentsmtp-wordpress-plugin/comment-page-1#comment-217645</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Thu, 06 Mar 2025 15:30:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.brandonchecketts.com/?p=1133#comment-217645</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.brandonchecketts.com/archives/minimal-aws-permissions-needed-by-the-fluentsmtp-wordpress-plugin/comment-page-1#comment-217550&quot;&gt;NetVicious&lt;/a&gt;.

That&#039;s a good point about limiting access to only the specified IP Address NetVicious]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.brandonchecketts.com/archives/minimal-aws-permissions-needed-by-the-fluentsmtp-wordpress-plugin/comment-page-1#comment-217550">NetVicious</a>.</p>
<p>That&#8217;s a good point about limiting access to only the specified IP Address NetVicious</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: NetVicious		</title>
		<link>https://www.brandonchecketts.com/archives/minimal-aws-permissions-needed-by-the-fluentsmtp-wordpress-plugin/comment-page-1#comment-217550</link>

		<dc:creator><![CDATA[NetVicious]]></dc:creator>
		<pubDate>Thu, 27 Feb 2025 08:53:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.brandonchecketts.com/?p=1133#comment-217550</guid>

					<description><![CDATA[Thanks for the info, I was struggling to secure the ListIdentities and I see it needs Resource: *

You can remove the action &quot;ses:SendEmail&quot;.

If you want to set up more security you can add security by IP address, copying this and adding it inside the first statement just after the Resource.

&quot;Condition&quot;: {
                &quot;IpAddress&quot;: {
                    &quot;aws:SourceIp&quot;: &quot;1.2.3.4/32&quot;
                }
            }]]></description>
			<content:encoded><![CDATA[<p>Thanks for the info, I was struggling to secure the ListIdentities and I see it needs Resource: *</p>
<p>You can remove the action &#8220;ses:SendEmail&#8221;.</p>
<p>If you want to set up more security you can add security by IP address, copying this and adding it inside the first statement just after the Resource.</p>
<p>&#8220;Condition&#8221;: {<br />
                &#8220;IpAddress&#8221;: {<br />
                    &#8220;aws:SourceIp&#8221;: &#8220;1.2.3.4/32&#8221;<br />
                }<br />
            }</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
