Policies in AMP
Policies perform the active management enabled by AMP. Entities can have zero or more Policy
instances attached to them.
Policies can subscribe to sensors from entities or run periodically, and when they run they can perform calculations, look up other values, and if deemed necessary invoke effectors or emit sensor values from the entity with which they are associated.
The following sections cover
- Creating your first policy-managed application: A walkthrough creating an auto-scaled, self-healing application and testing it.
- Available policies: A look at the various policies available out of the box with Cloudsoft AMP
- Java policies: A guide to developing a policy in java
- Dashboard initializers and compliance policies: Configuring global initializers to add policies automatically and writing script-based compliance policies