Alphaus | Documentation
WebsiteRepoTech blog (JP)Tech blog (EN)
ALM v3.0
ALM v3.0
  • What is ALM?
  • Getting started
    • Login for the first time
    • Adding AWS account
    • Adding Azure account
    • Adding Alibaba account
    • Adding GCP account
    • Adding Fujitsu K5 account
  • ALM Template
    • What is ALM Template?
    • Reference (2017-03-03)
    • ALM Template Language
    • Example ALM Templates
  • ALM Agent
    • Overview
    • Getting Started
    • Agent
    • Commands
    • Add-ons
    • Contributing
  • RBAC
    • Overview
    • What is RBAC?
    • Getting started
    • Working with RBAC
    • Release history
    • Example RBAC roles
Powered by GitBook
On this page
  • AWS
  • How ALM Agent Works
  • Conditions

Was this helpful?

  1. ALM Agent

Add-ons

In order to support various unique functions for different cloud providers, we provide add-ons.

AWS

The ALM-agent enables you to perform specific actions when Auto Scaling Instances or Spot Instances are terminated.

How ALM Agent Works

  • Deregisters the instance from the load balancer.

    • After the instance is deregistered, it no longer receives traffic from the load balancer.

  • Executes the specified script.

    • If you put the script named pre_shutdown.sh under the root (/) folder in the Docker Image, the ALM-agent executes the script.

Conditions

  • Auto Scaling puts the instance into Terminating:Wait.

  • Amazon EC2 will interrupt Spot Instances.

PreviousCommandsNextContributing

Last updated 6 years ago

Was this helpful?