<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AWS IOT IP range</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54103/aws-iot-ip-range</link><description>Hi, I need to white list the AWS URL used by the nRF9160 dev kit asset tracker example, could someone tell me what it is? 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Jan 2020 14:37:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54103/aws-iot-ip-range" /><item><title>RE: AWS IOT IP range</title><link>https://devzone.nordicsemi.com/thread/231933?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2020 14:37:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9f61d57-676a-423c-a742-81ca5a345a07</guid><dc:creator>MJD093</dc:creator><description>&lt;p&gt;Unfortunately I can not go into anymore detail on this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS IOT IP range</title><link>https://devzone.nordicsemi.com/thread/231847?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2020 11:12:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e99abcd-eeae-465a-813c-bbc942b79f22</guid><dc:creator>Yano</dc:creator><description>&lt;p&gt;Hi MJD093, can you please give some more details of how you did this? What application did you run to forward the TCP packets? Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS IOT IP range</title><link>https://devzone.nordicsemi.com/thread/218889?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 15:44:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80637442-411e-4241-a043-219ffe162d02</guid><dc:creator>MJD093</dc:creator><description>&lt;p&gt;I used an EC2 instance with a static IP address to send data to AWS. So I just gave them the static IP for whitelisting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS IOT IP range</title><link>https://devzone.nordicsemi.com/thread/218887?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 15:43:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8750da1-cfb3-4caa-a6b3-0feae98c3639</guid><dc:creator>Yano</dc:creator><description>&lt;p&gt;They told me last week that they have opened it up to URLs.... seemingly?&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll let you know how it goes.&lt;/p&gt;
&lt;p&gt;As a mater of interest what fixed IP address worked for you and are they still working?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS IOT IP range</title><link>https://devzone.nordicsemi.com/thread/218886?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 15:40:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be5e73b6-00c2-4ea7-a4e9-de823d7f705e</guid><dc:creator>MJD093</dc:creator><description>&lt;p&gt;I doubt that, if you are on the same trial contract that I am on with Vodafone. I had to get creative to get around the whitelisting of 2 IP addresses only.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS IOT IP range</title><link>https://devzone.nordicsemi.com/thread/218874?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 15:09:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29b86f38-03fe-408e-9bdd-66c2be4c2ced</guid><dc:creator>Yano</dc:creator><description>&lt;p&gt;Thanks for that, its some URL!&lt;/p&gt;
&lt;p&gt;I presume Vodafone can open up their firewalls for amazonaws.com and it will allow this through!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS IOT IP range</title><link>https://devzone.nordicsemi.com/thread/218869?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 14:51:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6d75de1-0b74-48f4-bc7a-687aab26fbcb</guid><dc:creator>MJD093</dc:creator><description>&lt;p&gt;Probably this from the &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/aws_fota/Kconfig#L46"&gt;aws_fota sample&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;config MQTT_BROKER_HOSTNAME
	string &amp;quot;AWS IoT MQTT broker hostname&amp;quot;
	default &amp;quot;a2n7tk1kp18wix-ats.iot.us-east-1.amazonaws.com&amp;quot;
	help
	  Default is set to be the NRF Cloud MQTT broker&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Also found deep inside the &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/1fdd091ae0f57dc1ded969f9768121452946397c/subsys/net/lib/nrf_cloud/Kconfig#L38"&gt;nrf_cloud sub-system&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS IOT IP range</title><link>https://devzone.nordicsemi.com/thread/218866?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 14:38:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:363ac1f3-7584-4e4a-88e0-a6c24c9df0ad</guid><dc:creator>Yano</dc:creator><description>&lt;p&gt;I know it&amp;#39;s dynamic, what I need to know is the URL not an IP address.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS IOT IP range</title><link>https://devzone.nordicsemi.com/thread/218863?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 14:30:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:790aa722-96eb-4218-ad98-986d8b225c7b</guid><dc:creator>MJD093</dc:creator><description>&lt;p&gt;If I&amp;#39;m not mistaken. The Asset Tracker uses AWS IoT Core via MQTT, this uses a dynamic range of IP addresses and has no one specific IP address.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>