Hello,
Attempting configure AWS Virtual firepowers. Is there a way to add a complete configuration into Cloudformation Instance User Data like there is with ASAs? I've only seen examples that you can add default passwords like this:
UserData:
Fn::Base64: !Sub |
{
"AdminPassword": "${FIREPOWER_ADMIN}",
"Hostname": "ssTestFP",
"ManageLocally": "Yes"
}
Is there a way to bootstrap the complete configuration with a virtual firepower?
thanks