- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-28-2023 02:08 PM
I'm currently trying to bootstrap a number of VM series firewalls in AWS using Terraform. So far, it appears to be mostly successful.
After provisioning the firewalls, I can see the S3 bucket being used is successfully detected from the AWS console. I get the following messages:
INFO: Media detected, Starting media sanity check
INFO: Bootstrap media sanity check passed
INFO: Initial configuration processed from init cfg file
I can access the firewall via SSH (still using the private key used to provision the firewalls) and the logs show:
info hw bootstr 0 Bootstrap successfully completed sw-version: 10.1.9; app-version: 8635-7675
From Panorama system logs, I can see the below:
Vm-auth-key 656xxxxxxxxxxx successfully authenticated for bootstrapped device 4D18xxxxxxxxxxx
However, the devices still don't show as registered devices on Panorama. The template name and device group names specified in the init-cfg file have already been configured on the Panorama.
I can't seem to identify why all other steps appear to be complete but the firewalls just don't show up on Panorama.
Has anyone experienced this?