DEV Community

Cover image for Top Ten AWS Services
Tom Spencer
Tom Spencer

Posted on

Top Ten AWS Services

There are a huge amount of AWS services with more being added and updated all the time as re:Invent shows. In this article we will give some context by showing you the top ten AWS services.

image

1. AWS EC2

The first service allows businesses to do away with physical services. Instead, developers and operations teams can use virtual machines with Amazon EC2 while managing other server features such as ports, security, and storage. Amazon EC2 is the vanilla option for servers on AWS and is extremely popular.

image

Β 2. Amazon RDS

Amazon Relational Database Service (RDS) allows developers to create dedicated database instances within minutes. These instances can then support database engines such as SQL, PostgresQL.

image

3. Amazon RDS

Amazon Simple Storage Service (S3) offers highly secure and redundant file storage. With Amazon S3 we can get flexibility with low latency.

image

Β 4. Amazon CloudFront

CloudFront works as a Global content delivery service (CDN) to improve end user content delivery. CloudFront helps to increase web page loading speed and can even pull website static files from data centres for efficient delivery.

image

5. Amazon VPC

With VPC (Virtual Private Cloud) we can create a private virtual network that cannot be accessed by anyone or anything except the people and systems we choose.

We can create a VPC with our AWS Management Console and then immediately access route tables, security groups, IP ranges and subnets. Some extras include security features such as network access control lists and security groups.

image

6. Amazon SNS

Amazon SNS is an event-driven system that alerts subscribers to perform tasks in response to specified triggers. SNS allows us to send notifications to users on any platform.

image

7. AWS Beanstalk

With Elastic Beanstalk allows developers to quickly deploy and manage applications in the AWS Cloud without having to learn about the infrastructure that runs those applications. Elastic Beanstalk reduces management complexity but also allows builders to retain choice and control. Elastic Beanstalk automatically handles the details of capacity provisioning, load balancing, scaling, and application health monitoring.

image

8. AWS Lambda

AWS Lambda is a compute service that allows builders to run code without provisioning or managing servers. The service only runs code when it is needed and scales automatically from a few requests a day to thousands a second. Lambda runs on high availability compute infrastructure and performs server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging.

image

9. AWS Autoscaling

AWS Auto Scaling lets developers build scaling plans that automate how groups of different resources respond to changes in demand. AWS Auto Scaling automatically creates all scaling policies and sets targets for you based on your preference regarding cost or availability.

image

10. AWS IAM

AWS Identity Access Management fortifies sensitive data and AWS resources. It can be used together with 2FA and MFA and provides a useful extra layer of security. IAM allows users to manage users, roles and groups and decide how much or how little access to provide. Developers can also use service linked roles to delegate permissions to AWS services that create and manage AWS resources on their behalf.

Top comments (0)