I have a use case where I would want to keep two git repositories, or two applications (frontend, backend) developed by separate teams, on the same Auto-Scaling EC2 instance group.
I want to use CodeDeploy to control the deployment and revisions of the latest code.
I tried creating git submodules, but the GitHub API that CodeDeploy uses does not fetch the submodules in the tarball, so it is of limited use unless I keep a SSH key to fetch from the servers (I don't want to do that)
Is there some way I can keep the code in different repositories and utilize CodeDeploy?