Some often used shortcuts to get started on AWS
aws configure --profile myprofilename
git remote add aws-codecommit ssh://MYKEYID@git-codecommit.eu-west-1.amazonaws.com/v1/repos/testrepository
# using the default profile
$(aws ecr get-login --no-include-email)
# using a specific profile
$(aws ecr get-login --no-include-email --profile=PROFILENAME)