Custom template creation with AWS ECS

Hi! Is it somehow possible to create a custom template using amazon elastic container registry*? I need to somehow authenticate on aws but in credentials form I have only username and password options (I believe for docker login). Is it possible throught cli maybe? Thanks, waiting for an answer
5 Replies
ashleyk
ashleyk2y ago
You can't create a custom template using ECS, you have to use ECR for that.
EVOS (Sheirand)
EVOS (Sheirand)OP2y ago
Oh, thanks! Ive mixed it up. I meant ECR But I'm still wondering is it somehow possible to authenticate? When I do that on my local pc the command looks next: aws ecr get-login-password --region <region> | docker login --username AWS --password-stdin ###########.dkr.ecr.us-east-1.amazonaws.com
jammzii
jammzii2y ago
have you figured out how to do this? I'm trying to do the same, and the docs specifically mention AWS ECR so I'm assuming it's possible
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Jack
Jack14mo ago
This discussion is related to this post in the #⚡|serverless channel

Did you find this page helpful?