

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

# AWS SDKs를 사용한 Amazon ECR 작업
<a name="service_code_examples_actions"></a>

다음 코드 예제에서는 AWS SDKs를 사용하여 개별 Amazon ECR 작업을 수행하는 방법을 보여줍니다. 각 예제에는 GitHub에 대한 링크가 포함되어 있습니다. 여기에서 코드 설정 및 실행에 대한 지침을 찾을 수 있습니다.

이러한 발췌문은 Amazon ECR API를 호출하며 컨텍스트에서 실행해야 하는 더 큰 프로그램에서 발췌한 코드입니다. [AWS SDKs를 사용한 Amazon ECR 시나리오](service_code_examples_scenarios.md)에서 컨텍스트에 맞는 작업을 볼 수 있습니다.

 다음 예제에는 가장 일반적으로 사용되는 작업만 포함되어 있습니다. 전체 목록은 [Amazon Elastic Container Registry API 참조](https://docs.aws.amazon.com/AmazonECR/latest/APIReference/Welcome.html)를 참조하세요.

**Topics**
+ [`CreateRepository`](example_ecr_CreateRepository_section.md)
+ [`DeleteRepository`](example_ecr_DeleteRepository_section.md)
+ [`DescribeImages`](example_ecr_DescribeImages_section.md)
+ [`DescribeRepositories`](example_ecr_DescribeRepositories_section.md)
+ [`GetAuthorizationToken`](example_ecr_GetAuthorizationToken_section.md)
+ [`GetRepositoryPolicy`](example_ecr_GetRepositoryPolicy_section.md)
+ [`ListImages`](example_ecr_ListImages_section.md)
+ [`PushImageCmd`](example_ecr_PushImageCmd_section.md)
+ [`PutLifeCyclePolicy`](example_ecr_PutLifeCyclePolicy_section.md)
+ [`SetRepositoryPolicy`](example_ecr_SetRepositoryPolicy_section.md)
+ [`StartLifecyclePolicyPreview`](example_ecr_StartLifecyclePolicyPreview_section.md)