AWS Computing Services

Yunus Emre Alpu
2 min readJan 19, 2023

In the vast expanse of the digital world, there exists a powerful force, a cloud computing service that provides the resources needed for businesses to thrive. Welcome to the world of Amazon Web Services. Deep in the heart of the cloud, we find the Elastic Compute Cloud or EC2. This powerful service provides computing power on demand, allowing businesses to scale up or down as needed. But computing power is just the beginning. AWS also offers storage solutions, such as Simple Storage Service, or S3. This service allows businesses to store and retrieve vast amounts of data with ease. But what about the analysis of all that data? Enter Elastic MapReduce or EMR. This service allows businesses to process and analyze large amounts of data quickly and efficiently. But AWS doesn’t stop there. It also offers a range of other services, such as AWS Lambda, which allows businesses to run code without provisioning or managing servers. From the deepest depths of the cloud to the highest peaks of data analysis, AWS provides businesses with the resources they need to succeed in the digital world. With its powerful services, AWS truly is the planet Earth of the digital world, providing the foundation for businesses to thrive and evolve.

  • Elastic Compute Cloud (EC2)
  • Elastic Container Service (ECS)
  • Elastic Kubernetes Service (EKS)
  • Lambda
  • Lightsail

Amazon Elastic Compute Cloud (EC2) is a web service that provides resizable compute capacity in the cloud. It allows businesses to rent virtual servers on which they can run their own applications. EC2 instances can be easily scaled up or down as needed, and businesses only pay for the resources they use. EC2 also provides a variety of options for storage, networking, and security, allowing businesses to customize their instances to meet their specific needs.

Amazon Elastic Container Service (ECS) is a highly scalable, high-performance container orchestration service. It allows businesses to run and manage Docker containers on a cluster of EC2 instances. ECS makes it easy to deploy, scale, and manage containerized applications and microservices. It also integrates with other AWS services, such as Elastic Load Balancing and Amazon RDS, to provide a complete solution for deploying and managing containerized applications.

Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service that makes it easy to run Kubernetes on AWS. It eliminates the need for businesses to provision and manage the underlying infrastructure, allowing them to focus on their applications. EKS also integrates with other AWS services, such as Elastic Load Balancing and Amazon RDS, to provide a complete solution for deploying and managing containerized applications.

AWS Lambda is a serverless compute service that allows businesses to run their code without provisioning or managing servers. Businesses can use Lambda to build event-driven applications and microservices, and only pay for the compute resources they use. Lambda automatically scales the number of instances in response to incoming requests, making it easy

--

--