0 votes
in AWS by

Your company is planning to move to the AWS Cloud. You need to give a presentation on the cost perspective when moving existing resources to the AWS Cloud. Considering Amazon EC2, which of the following is an advantage from the cost perspective?

1 Answer

0 votes
by

Answer - C.

One of the advantages of EC2 Instances is the per-second billing concept.

This is also given in the AWS documentation.

With per-second billing, you pay for only what you use.

It takes the cost of unused minutes and seconds in an hour off of the bill.

So, you can focus on improving your applications instead of maximizing usage to the hour especially if you manage instances running for irregular periods of time, such as dev/testing, data processing, analytics, batch processing and gaming applications.

...