

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

# Image Assistant CLI 작업을 사용하여 애플리케이션 시작 성능 최적화
<a name="optimize-app-launch-performance-image-assistant-cli"></a>

WorkSpaces 애플리케이션을 사용하면 사용자의 스트리밍 세션에 맞게 애플리케이션의 시작 성능을 최적화할 수 있습니다. 이를 위해 Image Assistant CLI 작업을 사용할 때 애플리케이션 시작에 최적화할 파일을 지정할 수 있습니다. 애플리케이션 최적화 매니페스트에 파일을 추가하면 애플리케이션이 새 플릿 인스턴스에서 처음 시작할 때 걸리는 시간이 단축됩니다. 그러나 이 때문에 사용자에게 새 플릿 인스턴스가 제공되기까지 걸리는 시간은 증가합니다. 최적화 매니페스트는 애플리케이션마다 있는 줄로 구분된 텍스트 파일입니다.

**참고**  
Image Assistant CLI 작업과 Image Assistant GUI를 모두 사용하여 애플리케이션 최적화 매니페스트를 온보딩할 경우 매니페스트가 병합됩니다.

다음은 애플리케이션 최적화 매니페스트 파일의 예시입니다.

```
C:\Program Files (x86)\Notepad++\autoCompletion
C:\Program Files (x86)\Notepad++\localization
C:\Program Files (x86)\Notepad++\plugins
C:\Program Files (x86)\Notepad++\themes
C:\Program Files (x86)\Notepad++\updater
C:\Program Files (x86)\Notepad++\userDefineLangs
C:\Program Files (x86)\Notepad++\change.log
C:\Program Files (x86)\Notepad++\config.xml
C:\Program Files (x86)\Notepad++\contextMenu.xml
C:\Program Files (x86)\Notepad++\doLocalConf.xml
C:\Program Files (x86)\Notepad++\functionList.xml
C:\Program Files (x86)\Notepad++\langs.model.xml
C:\Program Files (x86)\Notepad++\license.txt
C:\Program Files (x86)\Notepad++\notepad++.exe
C:\Program Files (x86)\Notepad++\readme.txt
C:\Program Files (x86)\Notepad++\SciLexer.dll
C:\Program Files (x86)\Notepad++\shortcuts.xml
C:\Program Files (x86)\Notepad++\stylers.model.xml
```

애플리케이션의 시작 성능을 최적화하는 방법에 대한 자세한 내용은 [Amazon WorkSpaces 애플리케이션의 기본 애플리케이션 및 Windows 설정과 애플리케이션 시작 성능](customizing-appstream-images.md)의 *애플리케이션의 시작 성능 최적화*를 참조하세요.