Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erebelo/aws-docker
AWS deployment guide using Docker for Java App, UI App, and MongoDB instances. Additionally, Nginx setup as a reverse proxy for HTTP and HTTPS protocols with a valid Wildcard SSL/TLS Certificate
https://github.com/erebelo/aws-docker
aws aws-ec2 docker docker-compose dockerfile ec2-instance https java letsencrypt mongo mongodb nginx non-relational-database reactjs reverse-proxy ssl-certificate ssl-tls tls-certificate wildcard wildcard-certificates
Last synced: 4 days ago
JSON representation
AWS deployment guide using Docker for Java App, UI App, and MongoDB instances. Additionally, Nginx setup as a reverse proxy for HTTP and HTTPS protocols with a valid Wildcard SSL/TLS Certificate
- Host: GitHub
- URL: https://github.com/erebelo/aws-docker
- Owner: erebelo
- Created: 2024-04-24T17:24:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T16:15:03.000Z (6 months ago)
- Last Synced: 2024-05-16T04:15:21.268Z (6 months ago)
- Topics: aws, aws-ec2, docker, docker-compose, dockerfile, ec2-instance, https, java, letsencrypt, mongo, mongodb, nginx, non-relational-database, reactjs, reverse-proxy, ssl-certificate, ssl-tls, tls-certificate, wildcard, wildcard-certificates
- Language: Shell
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Docker
This article provides a detailed step-by-step guide on how to deploy a **Java App**, **UI App**, and **MongoDB** instances using Docker, both locally and on AWS EC2.
Additionally, it provides how to set up **Nginx** as a reverse proxy for multiple Apps running on a single EC2 instance and responding to the same HTTP (80) and HTTPS (443) ports.
- [java-app](https://github.com/erebelo/aws-docker/tree/main/java-app): guide that describes an approach on how to deploy a **Java App** using Docker
- [ui-app](https://github.com/erebelo/aws-docker/tree/main/ui-app): guide that describes an approach on how to deploy an **UI App** using Docker
- [mongodb](https://github.com/erebelo/aws-docker/tree/main/mongodb): guide that describes two approaches on how to deploy a **MongoDB** using Docker
- [nginx](https://github.com/erebelo/aws-docker/tree/main/nginx): guide that describes how to set up **Nginx** as a reverse proxy for HTTP and HTTPS protocols, including the setup of a valid Wildcard SSL/TLS Certificate for secure communication