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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -