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 a72baee commit 3a57739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions getting_started_scenarios/ecr_scenario/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Note: These steps are not the complete program, but summarizes the 5-6 high-leve

The basic scenario requires an IAM role that has Amazon ECR permissions. To create an IAM role, see [Creating IAM roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create.html).

For more information about using permissions with ECR (for example, how to create Amazon ECR Identity-based policies), see [How Amazon Elastic Container Registry works with IAM](https://docs.aws.amazon.com/AmazonECR/latest/userguide/security_iam_service-with-iam.html).

This scenario requires a local Docker image created using Bash. To create a local Docker image named "echo-text" using Bash, perform these steps:

1. **Install Docker**: First, you'll need to install Docker and Docker Desktop on your system. You can download the appropriate Docker version for your operating system from the official Docker website (https://www.docker.com/get-started).
Expand Down
2 changes: 1 addition & 1 deletion getting_started_scenarios/ecr_scenario/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The Amazon ECR SDK getting started scenario executes the following steps:

1. **Parse command-line arguments**: The program checks if the correct number of arguments (2) are provided, which are the IAM role and the account number.

2. **Introduce Amazon ECR**: The program provides a brief introduction to Amazon ECR and the AWS SDK's `EcrClient` interface.
2. **Introduce Amazon ECR**: The program provides a brief introduction to Amazon ECR.

3. **Checks the local machine for a docker image**: The program checks the local mahcine for a docker image named hello-world. If it's not located, the program ends.

Expand Down

0 comments on commit 3a57739

Please sign in to comment.