

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 2단계: AWS Command Line Interface (AWS CLI) 설정
<a name="gettingstarted-awscli"></a>

시작하기 연습의 단계를 수행하는 AWS CLI 데가 필요하지 않습니다. 다만 이 설명서의 일부 다른 연습에서는 사용합니다. 원하는 경우이 단계를 건너뛰고 로 이동하여 AWS CLI 나중에를 [3단계: Amazon Comprehend Medical 콘솔 사용 시작하기](gettingstarted-console.md)설정할 수 있습니다.



**를 설정하려면 AWS CLI**

1.  AWS CLI를 다운로드하고 구성합니다. 관련 지침은 *AWS Command Line Interface 사용 설명서*에서 다음 주제를 참조하세요.
   + [를 사용하여 설정 AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html)
   + [AWS Command Line Interface구성](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)

1.  AWS CLI 구성 파일에서 관리자의 명명된 프로필을 추가합니다.

   ```
   [profile adminuser]
   aws_access_key_id = adminuser access key ID
   aws_secret_access_key = adminuser secret access key
   region = aws-region
   ```

    AWS CLI 명령을 실행할 때이 프로파일을 사용합니다. 프로파일 명명에 대한 자세한 설명은*AWS Command Line Interface 사용자 가이드*의 [프로파일 명명](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-multiple-profiles)을 참조하십시오. AWS 리전 목록은 *Amazon Web Services 일반 참조*의 [리전 및 엔드포인트](https://docs.aws.amazon.com/general/latest/gr/rande.html)를 참조하세요.

1. 명령 프롬프트에서 다음 help 명령을 입력하여 설정을 확인합니다.

   ```
   aws help
   ```

## 다음 단계
<a name="setting-up-next-step-3-med"></a>

[3단계: Amazon Comprehend Medical 콘솔 사용 시작하기](gettingstarted-console.md)