Aws | Cloud | Docker | Uncategorized
Deploying a Docker (Java Spring Boot) application to AWS
Overview Here we will deploy a Java Spring Boot Docker application into AWS infrastructure Create a VPC Create a VPC first as described here EC2 Create an instance and associate an elastic IP address here Docker Install Docker for Amazon Linux 2 sudo amazon-linux-extras install docker Start the docker sudo service docker start Add the ec2-user to…