Hi Guys ,
This blog will have a brief information on how to deploy a micro service in AWS .
So first thing is you need an AWS account , which will provide different services to achieve the same .
Login to AWS management console .
In this example I will take spring boot micro service as a reference .
You need to create an EC2 instance where we are going to run the micros service .
using maven build the jar file Spring boot and upload to AWS S3 .
Create a bucket in S3 , and then upload the jar file .
Make sure you give the access as public so that it can be downloaded to the EC2 from S3 .
This blog will have a brief information on how to deploy a micro service in AWS .
So first thing is you need an AWS account , which will provide different services to achieve the same .
Login to AWS management console .
In this example I will take spring boot micro service as a reference .
You need to create an EC2 instance where we are going to run the micros service .
using maven build the jar file Spring boot and upload to AWS S3 .
Create a bucket in S3 , and then upload the jar file .
Make sure you give the access as public so that it can be downloaded to the EC2 from S3 .
No comments:
Post a Comment