Home > Mobile >  Api credentials for AWS ECR
Api credentials for AWS ECR

Time:01-28

I created a new AWS account for AWS ECS. IN Jenkins I installed AWS ECS plugin and now I want to build and push images into registry.

But I need to create API key and secret in AWS in order to Jenkins to communicate with AWS ECR.

How I have to create in AWS these credentials?

CodePudding user response:

Create an IAM user by following this documentation:

https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html

  • Related