0% found this document useful (0 votes)
53 views2 pages

Module 5 - AWS Components and Services

Uploaded by

Hemanth Sai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views2 pages

Module 5 - AWS Components and Services

Uploaded by

Hemanth Sai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

AWS key components and services

Amazon Web Services (AWS) offers a wide range of cloud computing services and resources.
Here are some of the key components and services that AWS provides:

Amazon EC2 (Elastic Compute Cloud): This service allows users to run virtual servers (EC2
instances) in the cloud, providing scalable computing capacity. Users can choose from various
instance types to match their specific requirements.

Amazon S3 (Simple Storage Service): S3 is an object storage service that allows you to store and
retrieve data, including files, images, and backups. It is highly scalable, reliable, and provides
various storage classes.

Amazon RDS (Relational Database Service): RDS offers managed relational databases,
including MySQL, PostgreSQL, Oracle, and SQL Server. It simplifies database administration
tasks like patching, backups, and scaling.

Amazon Lambda: Lambda is a serverless compute service that enables you to run code in
response to events without the need to manage servers. It's often used for building event-driven
applications.

Amazon DynamoDB: This is a managed NoSQL database service that offers high availability,
scalability, and low-latency performance. It's suitable for applications with variable workloads.

Amazon VPC (Virtual Private Cloud): VPC allows you to create isolated networks within the
AWS cloud. You can control network configuration, IP addressing, and security.

Amazon IAM (Identity and Access Management): IAM is used to manage user access and
permissions in AWS. It allows fine-grained control over who can do what in an AWS
environment.

Amazon CloudWatch: This service provides monitoring and observability for AWS resources
and applications. It allows you to collect and track metrics, collect and monitor log files, and set
alarms.

Amazon SQS (Simple Queue Service): SQS is a fully managed message queuing service that
enables decoupling of the components of a cloud application. It provides reliable message
delivery and automatic scaling.

Amazon SNS (Simple Notification Service): SNS is a messaging service for coordinating and
managing the delivery of messages to endpoints like email, SMS, or Lambda functions.

Amazon Elastic Beanstalk: Elastic Beanstalk is a Platform as a Service (PaaS) offering that
simplifies deploying and managing applications. It supports multiple programming languages.
Amazon Route 53: This is a scalable domain name system (DNS) web service designed to route
end-user requests to endpoints like AWS resources, ensuring high availability and fault
tolerance.

Amazon Redshift: Redshift is a fully managed data warehousing service that enables you to run
complex queries on large datasets.

Amazon ECS (Elastic Container Service): ECS is a highly scalable container management
service that allows you to run, stop, and manage Docker containers on a cluster.

AWS Lambda: A serverless compute service that automatically scales, manages, and runs
application code in response to events.

Amazon Kinesis: A real-time data streaming platform for ingesting, processing, and analyzing
data streams.

AWS Glue: A fully managed extract, transform, and load (ETL) service for preparing and
loading data into data stores.

Amazon SageMaker: A machine learning service that provides tools for building, training, and
deploying machine learning models.

You might also like