EC2, ELB and Elastic IP pricing
EC2 is the infrastructure service that you need to host your application. You need services such as EBS to be attached to EC2. Elastic IP or ELB can be used to expose your service, hosted on EC2 to the end users. The cost of EC2 is dependent on the type of EC2 and the operating system. Discounts are available for reserved instances. We should consider shared instances with on demand usage for costing. Dedicated instances are also available for special purposes. To understand details of pricing, go to https://aws.amazon.com/ec2/pricing/.
Getting ready
We will start by short listing regions where an infrastructure can be created, which may be dependent on network latency, compliance, and so on. Perhaps you also need to determine how many of the EC2, EBS, ELB, and EIP components you will need to create.
How to do it...
- Open a new cost calculator if you want to have the cost for only EC2 related components or use the same cost calculator used for the earlier recipe...