LoginSignup
0
1

More than 5 years have passed since last update.

ECS で Spot Fleet を使う時の設定

Last updated at Posted at 2017-07-14

/etc/ecs/ecs.config にこのインスタンスがどのECS Clusterに紐付くのか記述してあげないといけないけど、毎回忘れてしまうので備忘録。

User data にこうやって書いておけば良い。

#!/bin/bash
sudo echo ECS_CLUSTER=cluster_name >> /etc/ecs/ecs.config
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1