# AWS 클라우드 계정

AWS 클라우드 계정과 관련하여 알아두어야 할 용어입니다.

### **Create Stack**

**Create Stack**은 AWS CloudFormation 서비스를 사용하여 인프라를 생성하는 프로세스를 의미합니다.\
**CloudFormation**은 인프라를 코드로 정의하고 프로비저닝할 수 있는 서비스로, 코드를 통해 AWS 리소스를 생성하고 관리할 수 있습니다.\
**Stack**은 AWS 리소스의 논리적 그룹을 의미합니다. Create Stack은 CloudFormation 템플릿을 사용해 특정 스택을 생성하는 과정으로, AWS 리소스 및 그 관계를 정의합니다.\
스택을 생성하면 템플릿을 기반으로 인프라가 프로비저닝됩니다. OpsNow에서는 Create Stack을 활용하여 AWS 계정을 OpsNow에 간편하게 등록할 수 있는 방법을 제공합니다.

### **Linked Accounts**

AWS에서 Linked Accounts는 AWS Organizations를 통해 관리되는 계정 간 연결을 의미합니다.\
이를 통해 리소스와 권한을 중앙에서 일괄적으로 관리하고, 여러 AWS 계정 간에 리소스와 비용을 효율적으로 공유할 수 있습니다.\
Linked Accounts를 활용하면 조직 내에서 통합된 보안 관리와 리소스 관리가 가능해지며, 각 계정은 독립적으로 운영하면서 필요에 따라 연결된 리소스에 접근할 수 있습니다.


---

# 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://docs.opsnow.io/dev-opsnow-user-guide-kr/setting/undefined-3/aws.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.
