AWS Basics: EC2 Instance Types

Elastic Compute Cloud (EC2) Amazon Web Services (AWS) offers a variety of cloud computing services. Elastic Compute Cloud (EC2) is one of the most important elements in AWS because many services are derived from it. EC2 is similar to running virtual machines on the cloud. To get started on using AWS, you should first learn … Read more

The Basics of Serverless and Microservice Architecture

Severless is a type of cloud computing service model which offers function as a service (FaaS). Some service providers bill users based on the actual code execution time and number of requests for functions. A serverless architecture can be coupled with microservices, meaning developers can build small pieces of programs and integrate them through APIs … Read more