AWS Command Line Interface 또는 AWS SDK 사용 - Amazon AppStream 2.0

AWS Command Line Interface 또는 AWS SDK 사용

AWS CLI 또는 AWS SDK를 사용하여 스택에 대한 홈 폴더를 활성화하거나 비활성화할 수 있습니다.

다음 create-stack 명령을 사용하여 새 스택을 생성하는 동안 홈 폴더를 활성화합니다.

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

다음 update-stack 명령을 사용하여 기존 스택에 대한 홈 폴더를 활성화합니다.

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

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

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