> For the complete documentation index, see [llms.txt](https://docs.plura.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ja/faq/siem/proxy/aws-rhel.md).

# AWS RHEL環境

RHELシステムでPLURA クラウドサービス接続のためProxyシステムを一緒に使用する場合、 下記の通りProxy設定をする必要があります。

`# vi /etc/profile.d/plura.sh`

{% hint style="info" %}

```
http_proxy=http://(Proxy IPアドレス):(Proxyポート)
https_proxy=$http_proxy
no_proxy=”127.0.0.1, amazonlinux.ap-northeast-2.amazonaws.com”
export http_proxy https_proxy no_proxy
```

{% endhint %}

**例**

<figure><img src="https://2905490945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fggd4Oi5rCa2J3EuvDJKc%2Fuploads%2F7gGygy16tLczjfaj4oAQ%2Fimage.png?alt=media&amp;token=853b1e3e-7c3b-41f6-b80b-775adac121ba" alt=""><figcaption></figcaption></figure>

**プロキシを経由した接続テスト**

`# curl -v https://repo.plura.io`
