Some often used shortcuts to get started on AWS
aws configure --profile myprofilename
git remote add aws-codecommit ssh://[email protected]/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)