F5Networks / f5-aws-cloudformation-v2

AWS Cloudformation Templates for quickly deploying BIG-IP services in AWS
12 stars 21 forks source link

Subnet Options not Dropdowns #35

Closed bradotlin closed 1 year ago

bradotlin commented 1 year ago

Describe the bug

When deploying Quickstart Existing Network from https://github.com/F5Networks/f5-aws-cloudformation-v2/tree/main/examples/quickstart, the External and Internal subnet selections are "String" fields instead of pulling subnets from your accounts subnet options using "Type: AWS::EC2::Subnet::Id" for each of those subnets parameters in the yaml.

Expected behavior

Dropdown selections for Internal and External subnets

Current behavior

free-form string field

Possible solution

Change "Type" from "String" to "AWS::EC2::Subnet::Id" for bigIpExternalSubnetId and bigIpInternalSubnetId in quickstart-existing-network.yaml

Additionally, the sshkey should be chosen from your accounts existing key pairs using Type: AWS::EC2::KeyPair::KeyName for parameter sshKey

the quickstart.yaml can also benefit from adjusting the sshkey Type: AWS::EC2::KeyPair::KeyName

shyawnkarim commented 1 year ago

Thanks for submitting this issue. It is now being tracked internally with ID EC-218.

shyawnkarim commented 1 year ago

Closing.

Disregard my last comment. An engineer on our team already looked into this and determined that this request isn't possible.