From 9c2565a0e0f15b205a276b4a8746eb42a6fcdbf0 Mon Sep 17 00:00:00 2001 From: JustFiesta Date: Fri, 17 May 2024 13:37:08 +0200 Subject: [PATCH] Added container for spring-petclinic db and information echos --- run_container_on_EC2.sh | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/run_container_on_EC2.sh b/run_container_on_EC2.sh index 6c787b27c..03f7aa1a8 100644 --- a/run_container_on_EC2.sh +++ b/run_container_on_EC2.sh @@ -34,18 +34,44 @@ fi echo "SSH-ing to EC2 instance and running Docker image from ECR..." ssh -i "$FULL_KEY_PATH" ec2-user@"$PUBLIC_IP" <