mrusu91 / etcdmate

Etcd utility that determinate the initial cluster settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

etcdmate

Utility that helps an Etcd Member join a cluster

The instance that runs this tool needs to have an AWS IAM instance role with the following policies:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "autoscaling:DescribeAutoScalingGroups",
            "Resource": "*"
        },
        {
            "Effect": "Allow",
            "Action": "autoscaling:DescribeAutoScalingInstances",
            "Resource": "*"
        }
    ]
}
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "ec2:Describe*",
            "Resource": "*"
        }
    ]
}

About

Etcd utility that determinate the initial cluster settings

License:MIT License


Languages

Language:Go 100.0%