KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
springboot-aws-deploy
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Smit-Flutter-Project
:
No description available.
node-undertaker
:
No description available.
2023CUMCM_A
:
2023CUMCM_A 数模国赛A题 定日镜场的优化设计
AndroidChartJS
:
📊 A powerfull and flexibel Android chart / graph view library.
vsc-de
:
Browser extension for censoring VS C*de
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
springboot-aws-deploy
?
Download (.md)
# springboot-aws-deploy This is a sample microservice to deploy it on AWS ECS. To build automated AWS CodePipeline and deploy microservice to AWS ECS, follow tutorial as shown in video : Video Link :https://youtu.be/ARGmrYFfv44 Health Check command for AWS Task definition : ``` CMD-SHELL,curl -f http://localhost:8080/actuator/health || exit 1 ``` Prerequisite : 1. AWS acconunt. 2. Git and docker installed on the machine. 3. Docker should be started before building docker image. 4. And your favourite code editor