AWS에서 5분 만에 첫 번째 IAM 사용자 설정하는 방법

발행: (2025년 12월 26일 오전 08:12 GMT+9)
2 분 소요
원문: Dev.to

Source: Dev.to

Introduction

Identity and Access Management (IAM) lets you create separate users for yourself and your teammates, granting each only the permissions they actually need.

Steps to Create an IAM User

  1. Log in to the AWS Management Console

    • Open your web browser and go to .
    • Enter your login details.
  2. Open the IAM service

    • Use the search bar at the top of the console, type IAM, and press Enter.
    • Or navigate via Services → Security, Identity & Compliance → IAM.
  3. Create a new user

    • In the left navigation pane, click Users.
    • Click the Create user button.
    • Enter a name for the new user.
  4. Configure console access

    • Check Provide user access to the AWS Management Console.
    • Select I want to create an IAM user.
    • Choose Custom password and enter a password that meets the password requirements.
    • Note: If someone or a camera is nearby, avoid clicking Show password to prevent shoulder surfing.
    • Keep Users must create a new password at next sign‑in – Recommended selected.
  5. Attach permissions

    • Check Attach policies directly.
    • Choose the policies you want to assign, or create custom policies as needed.
    • Click Next.
  6. Review and create

    • Verify the username, access type, and permission boundary.
    • Click Create user.
  7. Download credentials

    • After creation, you’ll see the username, password, and a sign‑in URL.
    • Click Download CSV to save the credentials for the new user.
    • Click Close.

Conclusion

Congratulations! By following these steps you have successfully created a new IAM user account.

Back to Blog

관련 글

더 보기 »

AWS EC2 인스턴스 시작

소개 이 가이드는 AWS EC2 인스턴스를 시작하고 Docker를 설치하며 Docker 컨테이너 안에서 NGINX를 실행하는 과정을 단계별로 안내합니다. 끝까지 진행하면 …

AWS Organizations: 쉬운 방법

솔루션: Gmail 별칭 + AWS Organizations 주 이메일: yourname@gmail.com – 관리 계정에 사용 새 개발 계정: yourname+dev@gmail.com …