<?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>nrf/sample/net/aws sample question</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123578/nrf-sample-net-aws-sample-question</link><description>hello 
 In the nrf/sample/net/aws_iot example, when updating a shadow topic, use $aws/things/&amp;lt;thing-name&amp;gt;/shadow/update/ 
 Where does &amp;quot;thing-name&amp;quot; refer to? 
 Regards, 
 Dae-young</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Aug 2025 08:27:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123578/nrf-sample-net-aws-sample-question" /><item><title>RE: nrf/sample/net/aws sample question</title><link>https://devzone.nordicsemi.com/thread/545025?ContentTypeID=1</link><pubDate>Fri, 08 Aug 2025 08:27:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d902787-63eb-4e43-95d7-24df348598b3</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user=""]Where does &amp;quot;thing-name&amp;quot; refer to?[/quote]
&lt;p&gt;This is the device name you have registered in AWS IoT - see&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/libraries/networking/aws_iot.html#creating_a_thing"&gt;Creating a Thing in the AWS IoT library documentation&lt;/a&gt;. This is configured using&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;CONFIG_AWS_IOT_CLIENT_ID_STATIC&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;thing-name&amp;quot;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf/sample/net/aws sample question</title><link>https://devzone.nordicsemi.com/thread/545023?ContentTypeID=1</link><pubDate>Fri, 08 Aug 2025 08:25:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a034a0f-bc79-4305-a02b-f95ba27acd46</guid><dc:creator>dykim</dc:creator><description>&lt;p&gt;The AWS IOT Client ID should match the &amp;#39;Thing Name&amp;#39; on the &lt;br /&gt;AWS IoT console. It can be set in the prj.conf using: &lt;br /&gt;CONFIG_AWS_IOT_CLIENT_ID_STATIC=&amp;quot;&amp;lt;Thing Name&amp;gt;&amp;quot; or at run time using the aws_iot_config structure passed to aws_iot_connect(); If using this option, set CONFIG_AWS_IOT_CLIENT_ID_APP=y&lt;br /&gt; &lt;br /&gt;Setting the Client ID at runtime allows the developer to easly deploy fleets of devices with the same firmware. &lt;br /&gt;In this case we read the modem&amp;#39;s IMEI and use this as the Client ID.&lt;/p&gt;
&lt;p&gt;Initialise Amazon Web Services IoT Module&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>