1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

datadogのIPリスト(備忘録)

Posted at

これは何?

datadogが使用しているIP範囲(リスト)を毎回検索するのが手間なので、リンク集という形でまとめました。

リンク集

注意点

  • 定期的にdatadog側がIPリストを更新しているため、サイトが更新されたら通知される仕組みなどを持っていると楽
  • 使用しているdatadogのリージョンや機能により許可しなければいけないIPが異なるので注意が必要

例)
リージョンがAP1 / 許可したい機能がAPMの場合

  "apm": {
    "prefixes_ipv4": [
      "43.206.163.128/25",
      "43.206.164.128/25"
    ],

リージョンがAP1 / 許可したい機能がWebhookの場合
  "webhooks": {
    "prefixes_ipv4": [
      "43.206.163.128/25",
      "43.206.164.128/25"
    ],

まとめ

よくIP許可を忘れてエラーが起きるとかあるので気をつけましょう!!

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?