Skip to main content

Posts

Showing posts from January, 2023

Cloud Comparison

Azure vs AWS Infrastructure As A Service (AWS) EC2 Instance - elastic cloud compute Pricing  1. On demand - pay by hour or pay by second based on the type of instances  (Testing Purpose) 2. Reserved - reserved capacity for One or Three years (For Production, like reserved capacity requirement). The standard reserved instance - upto 72% of the reserved price. The Convertible reserved instances (change the reserved instance to greater capacity like t3 medium to t3 large - upto 54% off on the demand price). Scheduled reserved instance - like fraction of the day , window or month. 3. Spot instances -  instances would be terminated or hibernated if the, not available, price fluctuates  with supply or demand 4. Dedicated - physical EC2 instances, for Compliance or regulatory requirements or licensing requirement Savings plan - Commit for one or three years    (Azure) Azure Virtual Machines Serverless Computing   Function as a service - FAAS , T...