It is located on ~/.ssh/config
Edit it as follows
Host ahaa-api
HostName ahaa-api
User ahaamobile
IdentityFile ~/.ssh/amura2406_ssh.pem
Host ahaa-db
HostName ahaa-db
User ahaamobile
IdentityFile ~/.ssh/amura2406_ssh.pem
Host ahaa-redis
HostName ahaa-db
User ahaamobile
IdentityFile ~/.ssh/amura2406_ssh.pem
NB: Example above is using identity file saved beforehand.