# 네이밍 컨벤션을 위한 이름 정하기

이번 실습에서는 실제 스타트업을 운영할 때 필요한 인프라를 만들어볼 예정입니다.&#x20;

실제 인프라를 구성할 때 네이밍이 상당히 중요합니다.

네이밍이 중요한 이유는 다음과 같습니다.&#x20;

**첫째, 이름을 보고 바로 리소스의 용도를 파악할 수 있습니다.**

**둘째, Scripting 작업 시에 간단하게 파싱할 수 있습니다.**

**셋째, 인프라 코드를 재사용할 때 용이합니다. 예컨대, sed 명령어를 통해 한번에 리소스 이름을 교체해서 인프라를 구성할 수 있습니다.**

본 가이드에서 제공해드린 코드에는 art라는 네이밍을 사용합니다.&#x20;

**본 가이드에서는 이를 devart 라는 이름으로 변경해서 실습을 진행할 예정입니다.**&#x20;

**여러분은 반드시 자신만의 이름을 3\~6자 내의 영어로 정해서 진행하시기 바랍니다.**


---

# Agent Instructions: 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://terraform201.devart.tv/0.-terraform-intermediate/undefined.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.
