Is there an ip-block for whitelisting?

1

Hello

Is there an ip-block for whitelisting to access our cloud resources within Grafana? For example, if we have an RDS instance and want to use that as a data-source within Grafana. We use known IPs for access and would need the IP or ip-block to whitelist to allow this connection to happen. Thanks in advance.

-Srinivas

sbivn
質問済み 3年前893ビュー
3回答
2

Received a response from Amazon... they are working on a VPC connections that can be used for this sort of a behavior with Q3 as target. For the timebeing, we can add the following IPs into a security group to allow whatever the resource:

3.234.162.252
35.170.12.166
54.88.16.229

Tested this on my preview dashboard and all is well now.

sbivn
回答済み 3年前
  • Yeah, VPC Endpoint make sense as a solution this problem.

1

It is hard for me to believe no one faced this in the three months this has been in preview. Looking at a couple of threads in the forum here, I see they are similar to mine, but I see no responses.

I could download https://ip-ranges.amazonaws.com/ip-ranges.json per the document at: https://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html

Running the following jq command shows me 4087 entries to work with.
$ jq '.prefixes[]|{ip_prefix,region:"us-east-1"}|.ip_prefix' ip-ranges.json

I wonder if creating a security group with these 4087 entries is good enough to get started with Grafana. Any thoughts?

sbivn
回答済み 3年前
0

Is there an update on this feature as of yet? We need it as we don't want to expose our VPC RDS instances on public interfaces.

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ