> For the complete documentation index, see [llms.txt](https://whchoi98.gitbook.io/aws-iam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whchoi98.gitbook.io/aws-iam/master.md).

# AWS IAM Hands On Lab

![](/files/-MK_K1hygUb6CYzXxK2r)

## Immersion Day 소개

AWS Immersion Day는 AWS Solutions Architect와 Account Manager가 제공하는 고객 맞춤형 AWS 서비스를 체험하는 시간입니다.

고객분들은 Immersion Day를 통해 AWS 서비스 및 특정한 사용 사례에 대한 Solutions Architect들의 경험과 지식을 얻으실 수 있습니다. 또한 Immersion Day에서는 이론 뿐만 아니라 사전에 구성된 랩 환경을 제공하여 드립니다.

## ​[LAB 시작에 앞서.](https://awskocaptain.gitbook.io/imd-general/lab) <a href="#lab" id="lab"></a>

**LAB 시작에 앞서 주의 사항을 확인합니다.**

**IAM Hands On Lab에서는 아래와 같은 환경 구성과 요구 사항이 필요합니다.**

* Account ID - 2개의 Account ID를 발급받습니다.
* 생성되는 User의 Access/Secret Key 를 복사해 둡니다. (옵션)
* 브라우져 - firefox 또는 Chrome 을 사용하며, 아래 확장 플러그 인을 설치합니다.
  * firefox - Multi-account container (<https://addons.mozilla.org/ko/firefox/addon/multi-account-containers/>)
  * chrome - MultiLogin (<https://chrome.google.com/webstore/category/extensions?hl=ko&utm_source=chrome-ntp-launcher> 에서 검색)
* EC2 생성 방법은 아래 URL을 참조합니다.
  * EC2 생성 방법 - <https://awskocaptain.gitbook.io/imd-general/ec2/ec2-linux>

## [IAM 기본 구성](/aws-iam/iam-basic.md) 40min

## [IAM 정책(Policy)과 권한(Permission)](/aws-iam/iam-policy.md) 50min

## [IAM 역할(Role)과 Switch](/aws-iam/iam-role.md) 50min

## [IAM 태그(TAG)기반 관리](/aws-iam/iam-tag.md) 50min

Written by Woo Hyung Choi (<whchoi98@gmail.com>)


---

# 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, and the optional `goal` query parameter:

```
GET https://whchoi98.gitbook.io/aws-iam/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
