AWS is a web service provider which offers a set of services related to compute, storage, database, network, security and many more to help business scale and grow
- EC2 is one of the service offered by amazon where you can host your websites or applications ( basically it is like a server)
- These EC2 instances are charged only for the duration they are being used, so for effective usage of resource and save money, it is essential to either stop or terminate the instance after your use
- Stopping an instance and terminating an instance is not same, they both have different meaning
- In case you want to resume your work after some time you can use the option STOP
- But if you no longer need the instance then you can use the option TERMINATE. After terminating the instance you cannot start or get back the same instance
To get familiar with other features of EC2 you can check this link:https://www.edureka.co/blog/ec2-aws-tutorial-elastic-compute-cloud/
I hope this cleared your doubt :)
Get your AWS Certification today to learn more about AWS instances.
Thanks!