Skip to content

Commit

Permalink
rolled in review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Jun 27, 2024
1 parent a3bba4f commit a72baee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion getting_started_scenarios/ecr_scenario/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Overview

This Amazon Elastic Container Registry Service (Amazon ECR) basic scenario demonstrates how to interact with the Amazon ECR service using an AWS SDK. The scenario covers various operations such as creating an Amazon ECR repository, pushing images to the repository, setting an ECR repository policy, and so on. Here are the 6 top service operations this scenario will cover.
This Amazon Elastic Container Registry Service (Amazon ECR) basic scenario demonstrates how to interact with the Amazon ECR service using an AWS SDK. The scenario covers various operations such as creating an Amazon ECR repository, pushing images to the repository, setting an ECR repository policy, and so on.

Here are the top six service operations this scenario covers.

1. **Create an ECR repository**: The program creates an Amazon ECR repository.

Expand Down
4 changes: 2 additions & 2 deletions getting_started_scenarios/ecr_scenario/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following shows the output of the Amazon ECR program in the console.
ECR provides a simple and scalable way to manage container images throughout their lifecycle,
from building and testing to production deployment.

The `EcrAsyncClient` interface in the AWS SDK for Java 2.x provides a set of methods to
The `EcrAsyncClient` interface in the AWS SDK provides a set of methods to
programmatically interact with the Amazon ECR service. This allows developers to
automate the storage, retrieval, and management of container images as part of their application
deployment pipelines. With ECR, teams can focus on building and deploying their
Expand Down Expand Up @@ -150,7 +150,7 @@ Continuing with the program...
4. Retrieve an ECR authorization token.

You need an authorization token to securely access and interact with the Amazon ECR registry.
The `getAuthorizationToken` method of the `EcrAsyncClient` is responsible for securely accessing
The `getAuthorizationToken` method is responsible for securely accessing
and interacting with an Amazon ECR repository. This operation is responsible for obtaining a
valid authorization token, which is required to authenticate your requests to the ECR service.

Expand Down

0 comments on commit a72baee

Please sign in to comment.