Locations
Locations are the environments to which AMP deploys applications. Most commonly these are cloud services such as AWS, Azure and GCE. AMP also supports deploying to a pre-provisioned network or to localhost (although is most useful for testing blueprints).
The following sections cover
- Creating, and deploying to, your first location A simple walkthrough creating an AWS location using the CLI.
- Locations Reference Detailed notes on each of the locations supported by brooklyn.
- Location customizers How to write Java entities that will customize locations prior to deploying blueprints.
- Debugging a Location