The missing step was pulling images from the docker hub. Thus, I decided to update the docker-compose down as following to remove all local images stored in my aws ec2 instance:
docker-compose down --rmi all
This way the up command can pull up new images.