EasyArticles Cloud Blog

Cloud computing - IaaS, SaaS, PaaS

AWS Free Tier - Start using it for Free

  • 17 Jun 2021
  • 0

To have a glimse of AWS free tier usage all cloud services are listed with their free period of usage and limits drawn in usage.Amazon EC2 12 months free750 Hours per monthResizable compute capacity in the Cloud. 750 hours per month of Linux, RHEL, or SLES t2.micro or t3.micro instance dependent on region750 hours per month of Windows t2.micro or t3.micro instance dependent on region Amazon S312 months free5 GB of standard storageSecure, durable, and scalable object storage infrastructure. 5 GB of Standard Storage20,000 Get Requests2,000 Put RequestsAmazon RDS12 months free 750 Hours per month of db.t2.micro database usage (applicable DB engines)Managed Relational Database Service for MySQL, PostgreSQL, MariaDB, Oracle BYOL, or SQL Server.750 Hours per month of db.t2.micro database usage (applicable DB engines)20 GB of General Purpose

Read more · 3 min read

What is AWS Lambda?

  • 06 Jun 2021
  • 0

AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. Therefore you don't need to worry about which AWS resources to launch, or how will you manage them. Instead, you need to put the code on Lambda, and it runs.In AWS Lambda the code is executed based on the response of events in AWS services such as add/delete files in S3 bucket, HTTP request from Amazon API gateway, etc. However, Amazon Lambda can only be used to execute background tasks.AWS Lambda function helps you to focus on your core product and business logic

Read more · 4 min read

What is AWS? Amazon Cloud Services Explained

  • 07 May 2021
  • 1

What is Cloud Computing?Cloud computing is a term referred to storing and accessing data over the internet. It doesn't store any data on the hard disk of your personal computer. In cloud computing, you can access data from a remote server.What is AWS?Amazon web service is a platform that offers flexible, reliable, scalable, easy-to-use and cost-effective cloud computing solutions.AWS is a comprehensive, easy to use computing platform offered Amazon. The platform is developed with a combination of infrastructure as a service (IaaS), platform as a service (PaaS) and packaged software as a service (SaaS) offerings.History of AWS2002- AWS services launched2006-

Read more · 9 min read