F5Networks / f5-aws-cloudformation-v2

AWS Cloudformation Templates for quickly deploying BIG-IP services in AWS
13 stars 22 forks source link

Template Does Not Support Bring-Your-Own-License Model #31

Open javajason opened 1 year ago

javajason commented 1 year ago

Describe the bug

When deploying a BIG-IP with this template and using a BYOL-style license, I continually got the following deployment error: "The following resource(s) failed to create: [Bigip3NicInstance]."

In multiple attempts, I continually got this error. Only when instead using the default "PAYG" (pay-as-you-go) model did the deployment succeed.

Expected behavior

According to the docs, both the PAYG and BYOL model should work. When entering a valid license string in the BYOL model, it should work the same as selecting PAYG.

Current behavior

When selecting BYOL and entering a valid license string, I received the error message, "The following resource(s) failed to create: [Bigip3NicInstance]."

Possible solution

Steps to reproduce

Go through the normal deployment steps but select BYOL. When prompted, enter a valid BIG-IP license string.

Screenshots

Context

Your Environment

mikeshimkus commented 1 year ago

Hi @javajason, which template did you use? Did you follow the steps to deploy a BYOL instance listed here to change the Runtime Init config file and image name: https://github.com/F5Networks/f5-aws-cloudformation-v2/tree/main/examples/failover#changing-the-big-ip-deployment

If so, can you share a sanitized version of /var/log/cloud/startup-script.log? thanks

shyawnkarim commented 1 year ago

Closing. Please open another issue if you would like additional assistance.