

InterviewSolution
Saved Bookmarks
1. |
What is the EC2 Instance? |
Answer» It provides computing to AWS services, if you want to deploy a VMS then you need to use the EC2 instance and can deploy in any region. It’s a highly AVAILABLE and scalable instance in AWS to deploy heavy workloads in Amazon EC2 instance. Even it provides the paired key to secure the remote connection. EC2 instance USED to deploy the application, SQL DB and any IAAS based application. Cost for the EC2 instance based on the VMS usage PER second. Even you can use this kind of solution for a heavy workload. |
|