CodeCommit を GRC で利用する際、以下のようにリポジトリ名の前に AWS プロファイル名を指定しておくと、git コマンドの実行前に export AWS_PROFILE=hoge-profile
のようにプロファイルを指定する必要がないので少し便利。
$ git remote -v origin codecommit::ap-northeast-1://hoge-profile@hoge-repository (fetch) origin codecommit::ap-northeast-1://hoge-profile@hoge-repository (push)