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 , This is an serverless Solution that allows you to write less code, maintain less infrastructure, scale the infrastructure . Serverless computing provides - Auto scaling, High Availability, Capacity Provisioning , patching
Advantages - Time to market, lower costs , scalable, EVENT Driven, charged only when code is executed.
AWS serverless - Lambda, SQS (Simple Queue Service) is an messaging queue that allows you to decouple and scale the application, SNS (Simple Notification Service) send text messages , email and notifications, API Gateway, Dynamo DB (NQSQL DB), S3
(AWS) Lambda
(Azure) Azure Functions
Comments
Post a Comment