How can I Setup or Change my ECR Credentials?

Before starting, please ensure you have completed all the steps within Configuring your Environment. This will ensure that your dependencies have been installed.  It will also show you how to retrieve your ECR credentials.  To setup or re-configure your ECR your will need your AWS Access Key ID and your AWS Secret Access Key.

 

Configuring your AWS CLI with your ECR Credentials

  1. Open a terminal or command prompt on your respective operating system. Type in the command 
aws configure
  1. The code block below shows what you will need to enter at each step of the prompt.
> aws configure
AWS Access Key ID [None]: YOUR_AWS_ACCESS_KEY_ID
AWS Secret Access Key [None]: YOUR_AWS_SECRET_ACCESS_KEY
Default region name [None]: us-east-1
Default output format [None]: json 
  • As a reminder of what each value should be:
    • AWS Access Key ID - The AWS Access Key ID from your FCP profile
    • AWS Secret Access Key - The AWS Secret Access Key from your FCP profile
    • Default region name - us-east-1
    • Default output format - json

 

You have successfully configured your ECR credentials!

 

If you have received an error or run into any issues throughout the process, please check out our community forums, or reach out to support@rhinohealth.com for more assistance.

Was this article helpful?
0 out of 0 found this helpful

Articles in this section