Skip to content

Commit 409261f

Browse files
authored
Update README.md
1 parent 1fe6e51 commit 409261f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

aws/aws-rds-hello-world/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,18 @@ Use the image instead of your real application to test AWS CloudFormation stacks
2323
```
2424
5. If the Spring Boot application can connect to the database, it will start up sucessfully and serve a message on the endpoint `/hello`.
2525
26+
# AWS Hello World
27+
28+
A simple Spring Boot application you can use to test deployments to AWS (or any other cloud provider, for that matter).
29+
30+
This application is also available as a Docker image on Docker Hub: [https://hub.docker.com/r/reflectoring/aws-hello-world](https://hub.docker.com/r/reflectoring/aws-hello-world).
31+
32+
## Blog posts
33+
34+
Blog posts about this topic:
35+
36+
* [The AWS Journey Part 1: Deploying Your First Docker Image](https://reflectoring.io/aws-deploy-docker-image-via-web-console/)
37+
* [The AWS Journey Part 2: Deploying a Docker Image with AWS CloudFormation](https://reflectoring.io/aws-cloudformation-deploy-docker-image/)
38+
* [The AWS Journey Part 3: Connecting a Spring Boot Application to an RDS Instance with CloudFormation](https://reflectoring.io/aws-cloudformation-rds/)
39+
* [The AWS Journey Part 4: Zero-Downtime Deployment with CloudFormation and ECS](https://reflectoring.io/aws-cloudformation-ecs-deployment/)
40+

0 commit comments

Comments
 (0)