- CheckMates
- :
- Products
- :
- CloudMates Products
- :
- Cloud Network Security
- :
- Discussion
- :
- Re: Public Cloud Sample Terraform Labs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Public Cloud Sample Terraform Labs
I will be placing my collection of terraform labs in this space for anyone that wishes to download and use them.
Azure and AWS labs will be uploaded first. GCP and OCI will be coming a bit later.
Feel free to check the space from time to time for newer updated versions, as I may add new functionality, correct issues, or upload updated instructions on how to use the labs over time.
NOTE: These are NOT "official" Check Point Labs and are NOT supported by TAC. These are not meant to be used as part of a production environment. They are meant for practicing and learning to use, patch, upgrade and connect CloudGuard solutions in Public Cloud.
I will be the primary point of support. Please let me know about any errors or issues you find as the code may run a bit different depending on the environment and the limitations of the credentials being used.
Gustavo (Gus) Coronel
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looking forward to it! Do you happen to know how in terraform we can get the gateway to automatically connect to a Smart-1 Cloud tenant? Stuggling to find any reference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looking forward to it! Do you happen to know how in terraform we can get the gateway to automatically connect to a Smart-1 Cloud tenant? Stuggling to find any reference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can input the S1C token to enable S1C functionality, but it won't automatically establish a connection to a gateway in the Infinity Portal.
If you're interested in autoscaling gateways, you can utilize CME for that purpose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am also interested in the answer to this - assuming its for auto scaled gateways connecting to infinity/smart1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Gustavo, when I deploy the CloudGuard Cluster HA solution with Terraform in manner identical to yours, the GWs don't respond to internal and external LB probes because the parameter cloud_balancer_port=8117" is not present in default $FWDIR/boot/modules/fwkern.conf.
I suppose that the Azure image for Cluster HA has already this parameter by default.
Is it possible to install from the Azure image for Cluster HA also from Terraform or I can only use the single gateway templates and the adjust the parameter? Is there a way to automate in Terraform this change during provisioning of the two GWs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Gustavo for your answer, but my code is identical to the HA cluster playbook (I've copied the code from the public github repository) and installation_type is "cluster" and not single gateway, the only difference is that I'm using version r81.20 and not 81.10. The cluster goes up and after the deployment, if I loog on the two cluster members at the file $FWDIR/boot/modules/fwkern.conf , there is only the entry cloud_balancer_ip1=0xa83f8110 and is missing the entry cloud_balancer_port=8117.
Than I've found a solution sk171584 that is not recently but give an answer that I've follow, but if in you case works well, probally is the version of the images?
Thanks for your precious time.