Streamline AWS Deployments
### Description We want to make deploying to AWS easy and fully integrated with GitLab. The end-game is that we will auto detect that a user is deploying to AWS and we can connect dots for them. ### Iteration Plan * [ ] Documentation * https://gitlab.com/gitlab-org/gitlab/issues/19303 * [ ] snippets/guidance * [ ] Buttons that do the action for the user if selected * [ ] Automatically do this for the user - Auto DevOps style Once this MVC is built, deploying to non-k8s AWS will be very easy. Simply use Auto Build in Auto DevOps to build your code, then Auto Deploy will automatically recognize the credentials you've stored in the project configuration to deploy to your environment.
epic