<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AWS Dynamic Object Script in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/AWS-Dynamic-Object-Script/m-p/41014#M2811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tested the default URL and it works correctly - Please check your DNS Settings.&lt;BR /&gt;If you want to see more details look at the log file $FWDIR/log/dyno_aws.log.&lt;/P&gt;&lt;P&gt;The README file documents how to run the script and yes you can define a different URL or a local file.&lt;/P&gt;&lt;P&gt;A local file example would be : "dyno_aws.sh -o AwsDynObj&amp;nbsp; -a on -f /home/admin/ip-ranges.json"&lt;/P&gt;&lt;P&gt;A url example is "&amp;nbsp;dyno_aws.sh -o AwsDynObj&amp;nbsp; -a on -u&amp;nbsp;&lt;A class="link-titled" href="https://ip-ranges.amazonaws.com/ip-ranges.json" title="https://ip-ranges.amazonaws.com/ip-ranges.json"&gt;https://ip-ranges.amazonaws.com/ip-ranges.json&lt;/A&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Mar 2019 17:58:17 GMT</pubDate>
    <dc:creator>Charles_Currier</dc:creator>
    <dc:date>2019-03-04T17:58:17Z</dc:date>
    <item>
      <title>AWS Dynamic Object Script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/AWS-Dynamic-Object-Script/m-p/41012#M2809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a little Script that allows you to have a &lt;STRONG&gt;dynamic object&lt;/STRONG&gt; based on the &lt;STRONG&gt;AWS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip-ranges.json&lt;/STRONG&gt; file. The object can be updated on a regular interval or run once.&lt;/P&gt;&lt;P&gt;View the Included README for details.&lt;/P&gt;&lt;P&gt;Updated to v3 to resolve proxy bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:56:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/AWS-Dynamic-Object-Script/m-p/41012#M2809</guid>
      <dc:creator>Charles_Currier</dc:creator>
      <dc:date>2018-08-21T20:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Dynamic Object Script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/AWS-Dynamic-Object-Script/m-p/41013#M2810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Expert@TestGW:0]# dyno_aws.sh -o AwsDynObj -a run&lt;BR /&gt;&lt;SPAN&gt;Warning, cannot connect to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://ip-ranges.amazonaws.com/ip-ranges.json" rel="nofollow"&gt;https://ip-ranges.amazonaws.com/ip-ranges.json&lt;/A&gt;&lt;BR /&gt;[Expert@TestGW:0]# nknown host &lt;A href="https://www.ip-ranges.amazonaws.com"&gt;https://www.ip-ranges.amazonaws.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No modifications made to the script, running on R77.30 T216.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to ping that URL either from another trusted source. I can ping the parent domain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ping amazonaws.com&lt;BR /&gt;PING amazonaws.com (72.21.206.80) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 206-80.amazon.com (72.21.206.80): icmp_seq=1 ttl=228 time=182 ms&lt;BR /&gt;64 bytes from 206-80.amazon.com (72.21.206.80): icmp_seq=2 ttl=228 time=182 ms&lt;BR /&gt;64 bytes from 206-80.amazon.com (72.21.206.80): icmp_seq=3 ttl=228 time=182 ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is it possible to poll a different URL, and use the results to update the dynamic object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 03:03:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/AWS-Dynamic-Object-Script/m-p/41013#M2810</guid>
      <dc:creator>Hybrid_Theory</dc:creator>
      <dc:date>2019-02-27T03:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Dynamic Object Script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/AWS-Dynamic-Object-Script/m-p/41014#M2811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tested the default URL and it works correctly - Please check your DNS Settings.&lt;BR /&gt;If you want to see more details look at the log file $FWDIR/log/dyno_aws.log.&lt;/P&gt;&lt;P&gt;The README file documents how to run the script and yes you can define a different URL or a local file.&lt;/P&gt;&lt;P&gt;A local file example would be : "dyno_aws.sh -o AwsDynObj&amp;nbsp; -a on -f /home/admin/ip-ranges.json"&lt;/P&gt;&lt;P&gt;A url example is "&amp;nbsp;dyno_aws.sh -o AwsDynObj&amp;nbsp; -a on -u&amp;nbsp;&lt;A class="link-titled" href="https://ip-ranges.amazonaws.com/ip-ranges.json" title="https://ip-ranges.amazonaws.com/ip-ranges.json"&gt;https://ip-ranges.amazonaws.com/ip-ranges.json&lt;/A&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2019 17:58:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/AWS-Dynamic-Object-Script/m-p/41014#M2811</guid>
      <dc:creator>Charles_Currier</dc:creator>
      <dc:date>2019-03-04T17:58:17Z</dc:date>
    </item>
  </channel>
</rss>

