amazon web services - Use Virtual Private Cloud in Blueprint of Apache Brooklyn -
if virtual private cloud (vpc) created in amazon web services (aws) or wherever. there chance use (and configure it) in our blueprint deploy later via apache brooklyn? has apache brooklyn vpc support?
as far know, cannot specify vpc. can instruct brooklyn use specific subnet (tied vpc) through templateoptions
so:
within brooklyn.properties
:
brooklyn.location.named.my-location.templateoptions={subnetid: subnet-aa461fec}
as provisioning property within yaml blueprint:
... provisioning.properties: templateoptions: {subnetid: subnet-aa461fec} ...
Comments
Post a Comment