Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EC2のAuto Scallingを使っている #23

Open
coord-e opened this issue Jul 16, 2019 · 2 comments
Open

EC2のAuto Scallingを使っている #23

coord-e opened this issue Jul 16, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@coord-e
Copy link
Contributor

coord-e commented Jul 16, 2019

Step 1: 環境

  • commit c3fe0f0
  • dbgen/backend cb0391a
  • Terraform v0.11.14
    • provider.acme v1.1.2
    • provider.archive v1.2.2
    • provider.aws v2.6.0
    • provider.template v2.1.2
    • provider.tls v1.2.0
  • tfenv 1.0.1

Step 2: 問題

EC2向けのAuto ScallingとECSのAuto Scallingを混同していた
EC2のAuto Scallingでやっても、そこにタスクが配置されなければ意味がない

desired_count = 1

ECSのサービスの設定を変えなければいけないので、EC2向けのAuto Scalling(現在の設定)では実現できない

再現のための手順:

  1. デプロイする

どうなってしまうか:

ターゲットグループに一匹しかインスタンスがくっついていない
(desired_count = 1の影響で、インスタンスは立ってもタスクが生えていない)
これはdesired_count = 4にすればいい話ではあるが、EC2のAuto Scallingでインスタンス数が変動したときに対応できない

どうなるべきだったのか:

ECSのAuto Scallingを使う

@coord-e coord-e added the bug Something isn't working label Jul 16, 2019
@coord-e coord-e self-assigned this Jul 16, 2019
@anharu2394
Copy link
Member

ターゲットグループとはなんですか?

@coord-e
Copy link
Contributor Author

coord-e commented Jul 16, 2019

ロードバランサの対象になるインスタンスをまとめたもの.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants