Skip to content

attach required AWS resources for etcd clustering to the ASG instance, written in go

License

Notifications You must be signed in to change notification settings

giantswarm/aws-attach-etcd-dep

Repository files navigation

CircleCI

aws attach etcd dependencies

this utility will:

  • atach EBS volume to the instance specified by tag
  • create necessery fs on the EBS volume if not already formatted
  • attach ENI to the instance specified by tag

implemented in go with AWS SDK for go