

 **이 페이지는 볼트와 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_basics"></a>

다음 코드 예제에서는 AWS SDK와 함께 Amazon Glacier의 기본 기능을 사용하는 방법을 보여줍니다.

**Contents**
+ [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)