<?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 Autoscaling in AWS version 3 (Gateway load balancer integration) - Decouple the Lambda scripts for autoscaling when not using the template in VM-Series in the Public Cloud</title>
    <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/413616#M1212</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are looking to deploy the virtual firewalls in AWS in an autoscaling group and plan to build the AWS infrastructure (GLB, subnets, routing tables etc using terraform).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lambda scripts with the Cloud formation template are extensive (3500 lines of code) to monitor for firewalls being added/removed as part of a scaling event and update Panorama etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the only way to deploy to use the Cloud formation template or can we decouple the lambda/python scripts (init.py, sched1.py and sched2.py) and plumb it in to our environment that's been built with terraform?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like a lot of work to build the scripts from scratch as they do a lot of work. Has anyone solved this issue or done something similar?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would really appreciate any advice anyone may have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 16:32:01 GMT</pubDate>
    <dc:creator>TonyCleveleys</dc:creator>
    <dc:date>2021-06-16T16:32:01Z</dc:date>
    <item>
      <title>Autoscaling in AWS version 3 (Gateway load balancer integration) - Decouple the Lambda scripts for autoscaling when not using the template</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/413616#M1212</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are looking to deploy the virtual firewalls in AWS in an autoscaling group and plan to build the AWS infrastructure (GLB, subnets, routing tables etc using terraform).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lambda scripts with the Cloud formation template are extensive (3500 lines of code) to monitor for firewalls being added/removed as part of a scaling event and update Panorama etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the only way to deploy to use the Cloud formation template or can we decouple the lambda/python scripts (init.py, sched1.py and sched2.py) and plumb it in to our environment that's been built with terraform?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like a lot of work to build the scripts from scratch as they do a lot of work. Has anyone solved this issue or done something similar?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would really appreciate any advice anyone may have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 16:32:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/413616#M1212</guid>
      <dc:creator>TonyCleveleys</dc:creator>
      <dc:date>2021-06-16T16:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Autoscaling in AWS version 3 (Gateway load balancer integration) - Decouple the Lambda scripts for autoscaling when not using the template</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/413961#M1213</link>
      <description>&lt;P&gt;We have an update coming to the ASG scripting in the next week or two that greatly simplifies the scripting.&amp;nbsp; Now with that said, there are few functions performed by the scripts, and here are some ways around them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. AWS had a limitation with Launch Templates that limited the instance to one interface.&amp;nbsp; A large portion of the code adds the second interface after boot.&amp;nbsp; That limitation no longer exists but you a forced to run mgmt and data plane in the same subnet.&amp;nbsp; If you properly configure your security groups, this is not a risk as you just need 0/0 pointing to a NatGw and RFC 1918 pointing at the TGW in that subnet.&lt;/P&gt;&lt;P&gt;2. The scripting also handles delicensing and removal from Panorama.&amp;nbsp; We have a licensing plugin that can handle those tasks for you.&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.paloaltonetworks.com/vm-series/10-0/vm-series-deployment/license-the-vm-series-firewall/use-panorama-based-software-firewall-license-management" target="_blank"&gt;https://docs.paloaltonetworks.com/vm-series/10-0/vm-series-deployment/license-the-vm-series-firewall/use-panorama-based-software-firewall-license-management&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 17:53:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/413961#M1213</guid>
      <dc:creator>jmeurer</dc:creator>
      <dc:date>2021-06-17T17:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Autoscaling in AWS version 3 (Gateway load balancer integration) - Decouple the Lambda scripts for autoscaling when not using the template</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/414263#M1215</link>
      <description>&lt;P&gt;That is really helpful, thanks for such a quick reply. Much appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 20:32:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/414263#M1215</guid>
      <dc:creator>TonyCleveleys</dc:creator>
      <dc:date>2021-06-20T20:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Autoscaling in AWS version 3 (Gateway load balancer integration) - Decouple the Lambda scripts for autoscaling when not using the template</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/414547#M1221</link>
      <description>&lt;P&gt;Circling back to this.&amp;nbsp; I recently posted the simplified autoscaling template that I mentioned.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/PaloAltoNetworks/AWS-GWLB-VMSeries/tree/main/cft_simplifiedASG_with_warm_pools" target="_blank"&gt;https://github.com/PaloAltoNetworks/AWS-GWLB-VMSeries/tree/main/cft_simplifiedASG_with_warm_pools&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 17:24:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/414547#M1221</guid>
      <dc:creator>jmeurer</dc:creator>
      <dc:date>2021-06-22T17:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Autoscaling in AWS version 3 (Gateway load balancer integration) - Decouple the Lambda scripts for autoscaling when not using the template</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/415365#M1234</link>
      <description>&lt;P&gt;Tony, I am working on a similar project. I am curious why not use the vm-series plugin (instead of terraform) to deploy the security dmz?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 17:38:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/415365#M1234</guid>
      <dc:creator>FranklinV</dc:creator>
      <dc:date>2021-06-26T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Autoscaling in AWS version 3 (Gateway load balancer integration) - Decouple the Lambda scripts for autoscaling when not using the template</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/416382#M1236</link>
      <description>&lt;P&gt;We can use terraform for the supporting infrastructure but it’s the ASG that’s the challenge and all the associated lambda scripts. Needs to plumb in to the cloud formation infrastructure to work properly&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 20:17:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/416382#M1236</guid>
      <dc:creator>TonyCleveleys</dc:creator>
      <dc:date>2021-06-30T20:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Autoscaling in AWS version 3 (Gateway load balancer integration) - Decouple the Lambda scripts for autoscaling when not using the template</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/416383#M1237</link>
      <description>&lt;P&gt;This is brilliant, thank you. Really helpful. We are trying version 3.0 first which all seems to work but never registers as a managed firewall in panorama. Will do some more digging. Thanks for your help. Keep up the good work!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 20:19:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/autoscaling-in-aws-version-3-gateway-load-balancer-integration/m-p/416383#M1237</guid>
      <dc:creator>TonyCleveleys</dc:creator>
      <dc:date>2021-06-30T20:19:21Z</dc:date>
    </item>
  </channel>
</rss>

