

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

# AWS Command Line Interface AWS SDKs 사용
<a name="home-folders-admin-cli"></a>

 AWS CLI 또는 AWS SDKs.

다음 [create-stack](https://docs.aws.amazon.com/cli/latest/reference/appstream/create-stack.html) 명령을 사용하여 새 스택을 생성하는 동안 홈 폴더를 활성화합니다.

```
aws appstream create-stack --name ExampleStack --storage-connectors ConnectorType=HOMEFOLDERS
```

다음 [update-stack](https://docs.aws.amazon.com/cli/latest/reference/appstream/update-stack.html) 명령을 사용하여 기존 스택에 대한 홈 폴더를 활성화합니다.

```
aws appstream update-stack --name ExistingStack --storage-connectors ConnectorType=HOMEFOLDERS
```

다음 명령을 사용하여 기존 스택에 대한 홈 폴더를 비활성화합니다. 이 명령은 사용자 데이터를 삭제하지 않습니다.

```
aws appstream update-stack --name ExistingStack --delete-storage-connectors
```