Ocean AWS

Import ASG To Ocean Cluster

Create an Ocean configuration according to an AWS autoscaling group (ASG) configuration.

post/ocean/aws/k8s/cluster/autoScalingGroup/import

Query parameters

autoScalingGroupNamestring required

The ASG name.

regionstring required

Region name of the ASG.

Parameters

#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref

Request body

Example request

{
  "cluster": {
    "instanceTypes": [
      "c3.large",
      "m4.large"
    ]
  }
}