Pack the Old, Deploy as Gold!
This post will guide you to pack your old Java EE application as a container and deploy it to AWS AppRunner.
- Download a copy of JBoss 4.2.3
- Create a Simple Java EE Application (or use your existing one!)
- Install Docker
- Create a Dockerfile
- Build and Tag the Docker Image
- Create an Amazon ECR private repository
- Tag and Push Image to ECR
- Create an AWS App Runner Service Using ECR Image URI
About | |
---|---|
✅ AWS Level | 200 - Intermediate |
⏱ Time to complete | 30 mins - 45 mins |
💰 Cost to complete | USD 1.00 |
🧩 Prerequisites | - An AWS Account (if you don't yet have one, create one and set up your environment) - An IAM user that has the access to create AWS resources. - Basic understanding of Java |
📢 Feedback | Any feedback, issues, or just a 👍 / 👎 ? |
⏰ Last Updated | 2022-10-19 |
myapp
directory with this simple content:myapp/WEB-INF
:javaee.DockerFile
in your project directory with the following code:the port to 0.0.0.0:
jboss:latest
:
javaee-app1
as the name of this repository and use default config for other parameters.













Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.