

 **이 페이지는 볼트와 2012년부터 원래 REST API를 사용하는 Amazon Glacier 서비스의 기존 고객만 사용할 수 있습니다.**

아카이브 스토리지 솔루션을 찾고 있다면 Amazon S3의 Amazon Glacier 스토리지 클래스, S3 Glacier Instant Retrieval, S3 Glacier Flexible Retrieval 및 S3 Glacier Deep Archive를 사용하는 것이 좋습니다. 이러한 스토리지 옵션에 대한 자세한 내용은 [Amazon Glacier 스토리지 클래스](https://aws.amazon.com/s3/storage-classes/glacier/)를 참조하세요.

Amazon Glacier(기존 독립 실행형 볼트 기반 서비스)는 더 이상 신규 고객을 받지 않습니다. Amazon Glacier는 데이터를 볼트에 저장하고 Amazon S3 및 Amazon S3 Glacier 스토리지 클래스와 구별되는 자체 API를 갖춘 독립 실행형 서비스입니다. 기존 데이터는 Amazon Glacier에서 무기한으로 안전하게 보관되며 액세스 가능합니다. 마이그레이션은 필요하지 않습니다. 저비용 장기 아카이브 스토리지의 경우는 [S3 버킷 기반 API, 전체 가용성, 저렴한 비용 및 서비스 통합을 통해 우수한 고객 경험을 제공하는 Amazon S3 Glacier 스토리지 클래스](https://aws.amazon.com/s3/storage-classes/glacier/)를 AWS 권장합니다. S3 APIs AWS 리전 AWS 향상된 기능을 원하는 경우 [Amazon Glacier 볼트에서 Amazon S3 Glacier 스토리지 클래스로 데이터를 전송하기 위한AWS 솔루션 지침](https://aws.amazon.com/solutions/guidance/data-transfer-from-amazon-s3-glacier-vaults-to-amazon-s3/)을 사용하여 Amazon S3 Glacier 스토리지 클래스로 마이그레이션하는 것이 좋습니다.

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

# AWS SDKs를 사용하는 Amazon Glacier의 코드 예제
<a name="service_code_examples"></a>

다음 코드 예제에서는 Amazon Glacier를 AWS 소프트웨어 개발 키트(SDK)와 함께 사용하는 방법을 보여줍니다.

*작업*은 대규모 프로그램에서 발췌한 코드이며 컨텍스트에 맞춰 실행해야 합니다. 작업은 개별 서비스 함수를 직접 호출하는 방법을 보여주며, 관련 시나리오의 컨텍스트에 맞는 작업을 볼 수 있습니다.

*시나리오*는 동일한 서비스 내에서 또는 다른 AWS 서비스와 결합된 상태에서 여러 함수를 직접적으로 호출하여 특정 태스크를 수행하는 방법을 보여주는 코드 예제입니다.

 AWS SDK 개발자 안내서 및 코드 예제의 전체 목록은 섹션을 참조하세요[AWS SDK에서 Amazon Glacier 사용](sdk-general-information-section.md). 이 주제에는 시작하기에 대한 정보와 이전 SDK 버전에 대한 세부 정보도 포함되어 있습니다.

**Contents**
+ [기본 사항](service_code_examples_basics.md)
  + [Amazon Glacier 시작](example_glacier_Hello_section.md)
  + [작업](service_code_examples_actions.md)
    + [`AddTagsToVault`](example_glacier_AddTagsToVault_section.md)
    + [`CreateVault`](example_glacier_CreateVault_section.md)
    + [`DeleteArchive`](example_glacier_DeleteArchive_section.md)
    + [`DeleteVault`](example_glacier_DeleteVault_section.md)
    + [`DeleteVaultNotifications`](example_glacier_DeleteVaultNotifications_section.md)
    + [`DescribeJob`](example_glacier_DescribeJob_section.md)
    + [`DescribeVault`](example_glacier_DescribeVault_section.md)
    + [`GetJobOutput`](example_glacier_GetJobOutput_section.md)
    + [`GetVaultNotifications`](example_glacier_GetVaultNotifications_section.md)
    + [`InitiateJob`](example_glacier_InitiateJob_section.md)
    + [`ListJobs`](example_glacier_ListJobs_section.md)
    + [`ListTagsForVault`](example_glacier_ListTagsForVault_section.md)
    + [`ListVaults`](example_glacier_ListVaults_section.md)
    + [`SetVaultNotifications`](example_glacier_SetVaultNotifications_section.md)
    + [`UploadArchive`](example_glacier_UploadArchive_section.md)
    + [`UploadMultipartPart`](example_glacier_UploadMultipartPart_section.md)
+ [시나리오](service_code_examples_scenarios.md)
  + [파일을 보관하고, 알림을 받고 작업을 시작](example_glacier_Usage_UploadNotifyInitiate_section.md)
  + [아카이브 콘텐츠 가져오기 및 아카이브 삭제](example_glacier_Usage_RetrieveDelete_section.md)