

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

# AWS SDKs를 사용한 Amazon ECR의 기본 예제
<a name="service_code_examples_basics"></a>

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

**Contents**
+ [Hello Amazon ECR](example_ecr_Hello_section.md)
+ [기본 사항 알아보기](example_ecr_Scenario_RepositoryManagement_section.md)
+ [작업](service_code_examples_actions.md)
  + [`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)