> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/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/ko/faq/siem/proxy/aws-rhel.md).

# AWS RHEL 환경

RHEL 시스템에서 PLURA 클라우드 서비스에 접속하기 위해 Proxy 시스템을 사용하는 경우, 아래와 같이 Proxy 설정을 진행합니다.

* Proxy 설정 파일 생성 및 편집

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

```
  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
```

* Proxy 설정 예시

<figure><img src="https://qubitsec.github.io/docs/images/Additianal/aws/1.png" alt="" width="563"><figcaption></figcaption></figure>

* 프록시를 통한 접속 테스트

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.plura.io/ko/faq/siem/proxy/aws-rhel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
