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

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Can Piwik report referrer in real time? -