Your mission if you choose to accept it -
- Create an AWS VPC with public and private subnets.
- Create an IAM role with permissions that allows Amazon s3 access.
- Launch an EC2 instance with the following configurations:
- The previous role created in step 2.
- inside the private subnet of VPC.
- Using Linux Centos 7 AMI.
- Create a load balancer in the public subnet.
- Add the EC2 instance under the load balancer.
- Use the git repository above (which is a Node.js service - One of RapidAPI microservices ) and deploy it to the instance (How would you choose to run it under Linux Centos 7?)
- Please notice that in order to run the service you need to run
yarn install
node .
Had fun solving it? Please send us the solution as zip file.