Product Avatar Image

Amazon Web Services (AWS)

Show rating breakdown
18,243 reviews
  • 445 profiles
  • 221 categories
Average star rating
4.4
#1 in 34 categories
Grid® leader
Serving customers since
2006
Profile Filters

All Products & Services

Product Avatar Image
Amazon CloudWatch

404 reviews

Amazon CloudWatch is a comprehensive monitoring and observability service designed to provide real-time insights into AWS resources, on-premises servers, hybrid environments, and applications. It enables users to collect and track metrics, monitor log files, set alarms, and automatically react to changes in their AWS resources. By offering a unified view of operational health, CloudWatch helps organizations optimize application performance, manage resource utilization, and maintain system reliability. Key Features and Functionality: - Metrics Collection and Monitoring: Automatically collects and tracks metrics from over 70 AWS services, including Amazon EC2, Amazon S3, and AWS Lambda, providing up-to-the-minute data on resource performance. - Log Management: Aggregates and stores logs from various sources, such as AWS services and on-premises servers, facilitating real-time monitoring and analysis. - Alarms and Automated Actions: Allows users to set alarms based on predefined thresholds, triggering automated actions like scaling resources or sending notifications when specific conditions are met. - Dashboards and Visualization: Offers customizable dashboards that display metrics and logs, enabling users to visualize data and gain insights into system performance. - Application Performance Monitoring (APM): Provides tools like Application Signals and CloudWatch Synthetics to monitor application health, detect anomalies, and simulate user interactions for proactive issue detection. - Container and Serverless Monitoring: Includes features like Container Insights and Lambda Insights to monitor containerized applications and serverless functions, offering detailed performance metrics and diagnostics. Primary Value and Problem Solving: Amazon CloudWatch addresses the critical need for comprehensive monitoring and observability in modern IT environments. By consolidating metrics, logs, and events into a single platform, it eliminates the complexity of managing multiple monitoring tools. This integration enables faster detection and resolution of operational issues, reducing downtime and improving system reliability. CloudWatch's automated actions and alarms allow for proactive management of resources, ensuring optimal performance and cost efficiency. Additionally, its support for various environments, including on-premises and hybrid setups, makes it a versatile solution for diverse infrastructure monitoring needs.

Product Avatar Image
Amazon Virtual Private Cloud (Amazon VPC)

378 reviews

Amazon Virtual Private Cloud (Amazon VPC) is a service that enables users to launch AWS resources within a logically isolated virtual network. This setup closely mirrors a traditional network that one might operate in a data center, offering the scalability and flexibility of AWS infrastructure. With Amazon VPC, users have complete control over their virtual networking environment, including the selection of IP address ranges, creation of subnets, and configuration of route tables and network gateways. This control allows for the customization of network configurations to meet specific requirements, such as creating public-facing subnets for web servers with internet access and private subnets for backend systems without internet connectivity. Key Features and Functionality: - Customizable Network Configuration: Users can define their own IP address ranges, create subnets, and configure route tables and network gateways to tailor the network to their needs. - Security Controls: Amazon VPC provides multiple layers of security, including security groups and network access control lists, to control inbound and outbound traffic at both the instance and subnet levels. - Hybrid Connectivity: The service supports secure connections between the VPC and on-premises data centers via IPsec VPN or AWS Direct Connect, facilitating hybrid cloud deployments. - Resource Isolation: By launching resources in a VPC, users can isolate them from other AWS customers, enhancing security and compliance. - IPv4 and IPv6 Support: Amazon VPC supports both IPv4 and IPv6 protocols, allowing for flexible addressing options. Primary Value and User Solutions: Amazon VPC addresses the need for secure, scalable, and customizable cloud networking. It allows organizations to extend their on-premises networks into the cloud, creating a seamless and secure hybrid environment. By providing full control over network configurations and security settings, Amazon VPC enables businesses to deploy applications and services in the cloud with confidence, ensuring compliance with internal policies and industry regulations. The service's flexibility and integration capabilities make it suitable for a wide range of use cases, from hosting simple websites to running complex multi-tier applications.

Product Avatar Image
AWS Cloud9

369 reviews

AWS Cloud9 is a cloud-based integrated development environment (IDE) that enables developers to write, run, and debug code directly from a web browser. It includes a code editor, debugger, and terminal, and comes pre-configured with essential tools for popular programming languages such as JavaScript, Python, and PHP. This eliminates the need for local installations or configurations, allowing developers to start new projects quickly. Being cloud-based, AWS Cloud9 facilitates seamless collaboration among team members, enabling real-time code sharing and pair programming from any location with internet access. Key Features and Functionality: - Browser-Based IDE: Access the development environment from any internet-connected device without local installations. - Pre-Configured Tools: Supports over 40 programming languages, including JavaScript, Python, PHP, Ruby, Go, and C++, with necessary tools and libraries pre-installed. - Integrated Debugger and Terminal: Features a built-in debugger for setting breakpoints and stepping through code, along with a terminal that provides sudo privileges and a pre-authenticated AWS Command Line Interface. - Serverless Application Development: Simplifies building serverless applications by offering an integrated experience for defining resources, debugging, and switching between local and remote execution. - Real-Time Collaboration: Allows multiple developers to work simultaneously on the same codebase, with real-time visibility into each other's inputs and built-in chat functionality. Primary Value and User Solutions: AWS Cloud9 streamlines the development process by providing a ready-to-use, cloud-based environment that reduces setup time and complexity. Its collaborative features enhance team productivity, while the pre-configured tools and serverless development support enable faster and more efficient application development. By eliminating the need for local development environments, AWS Cloud9 offers flexibility and scalability, allowing developers to focus on coding without worrying about infrastructure management.

Product Avatar Image
Amazon Elastic Container Service (Amazon ECS)

283 reviews

Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service that simplifies the deployment, management, and scaling of containerized applications. By eliminating the complexities of infrastructure management, Amazon ECS enables development teams to focus on building and innovating applications without the overhead of managing servers or clusters. Key Features and Functionality: - Flexible Deployment Options: Amazon ECS supports running containers on Amazon EC2 instances, AWS Fargate for serverless compute, and on-premises servers through Amazon ECS Anywhere, providing versatility across different environments. - Integrated Security: The service offers robust security features, including application isolation, IAM roles, automated patching, and encrypted storage, ensuring that applications are protected throughout their lifecycle. - High Performance and Scalability: Amazon ECS automatically scales applications to meet varying demand, maintaining consistent performance and high availability without manual intervention. - Deep AWS Integration: Seamless integration with other AWS services, such as Amazon Elastic Container Registry (ECR), AWS Identity and Access Management (IAM), and Amazon Virtual Private Cloud (VPC), allows for a cohesive and efficient development and deployment experience. Primary Value and Problem Solved: Amazon ECS addresses the challenges of managing containerized applications by providing a fully managed service that abstracts the underlying infrastructure complexities. This allows development teams to deploy and scale applications rapidly, reduce operational overhead, and enhance security. By leveraging Amazon ECS, organizations can accelerate their application development cycles, improve resource utilization, and focus on delivering business value without the need to manage the intricacies of container orchestration.

Product Avatar Image
AWS Auto Scaling

257 reviews

AWS Auto Scaling is a service that helps to maintain application availability and allows to scale Amazon EC2 capacity up or down automatically according to conditions define.

Product Avatar Image
AWS CloudFormation

214 reviews

AWS CloudFormation is a service that enables users to model, provision, and manage AWS and third-party resources in a secure and automated manner. By defining infrastructure as code through JSON or YAML templates, CloudFormation allows for consistent and repeatable deployment of resources, facilitating efficient management of complex infrastructures. Key Features and Functionality: - Infrastructure as Code: Define and provision AWS resources using JSON or YAML templates, enabling version control and repeatable deployments. - Resource Management: Manage a wide range of AWS services, including EC2 instances, S3 buckets, and Lambda functions, through a single template. - Automation and Consistency: Automate the provisioning and updating of infrastructure, ensuring consistency across multiple environments. - Scalability: Scale infrastructure globally and manage resources across multiple AWS accounts and regions through a single operation. - Extensibility: Extend infrastructure management to include third-party resources and custom applications using the AWS CloudFormation Registry. - Safety Controls: Utilize features like Rollback Triggers and Change Sets to monitor and manage stack operations, enhancing the reliability of deployments. Primary Value and Problem Solved: AWS CloudFormation simplifies the process of managing and provisioning cloud infrastructure by treating it as code. This approach reduces manual intervention, minimizes errors, and ensures consistent deployments across various environments. By automating resource management, CloudFormation accelerates the development and deployment cycles, allowing organizations to focus on building applications rather than managing infrastructure.

Product Avatar Image
AWS Transfer Family

208 reviews

Easily manage file transfers and modernize your transfer workflows within hours by using your existing authentication systems.

Product Avatar Image
Amazon Simple Email Service (Amazon SES)

203 reviews

Amazon Simple Email Service (Amazon SES) is a cloud-based email platform designed to facilitate high-volume email communications for businesses and developers. It enables users to send transactional emails, marketing messages, and newsletters without the need to manage complex email infrastructure. With Amazon SES, you pay only for the emails you send, making it a cost-effective solution for organizations of all sizes. Key Features and Functionality: - High-Volume Email Sending: Amazon SES supports the delivery of large-scale email campaigns, handling over a trillion emails annually for clients like Netflix and Duolingo. - Flexible Deployment Options: Users can choose between shared, dedicated, or owned IP addresses, allowing for tailored email sending strategies. - Email Deliverability Tools: The service offers tools to monitor sender statistics and improve email deliverability, ensuring messages reach recipients' inboxes. - Integration with AWS Services: Amazon SES seamlessly integrates with other AWS services, such as Amazon S3 for email storage and AWS Lambda for processing incoming emails. - Security and Compliance: The platform provides features like Mail Manager to protect and automate incoming emails, ensuring security and compliance control. Primary Value and Solutions Provided: Amazon SES simplifies the process of sending and receiving emails by eliminating the need for businesses to build and maintain their own email infrastructure. It offers a scalable, reliable, and secure solution that ensures compliance and efficiency at competitive prices. By leveraging Amazon SES, organizations can focus on their core operations while effectively managing their email communications.

Product Avatar Image
AWS Glue

202 reviews

AWS Glue is a fully managed extract, transform, and load (ETL) service designed to make it easy for customers to prepare and load their data for analytics.

Profile Name

Star Rating

11948
5313
731
146
96

Amazon Web Services (AWS) Reviews

Review Filters
Profile Name
Star Rating
11948
5313
731
146
96
rupali j.
RJ
rupali j.
--CA Finalist ll Audit Associate @crowe II Ex- BDO Rise Pvt Ltd
09/16/2026
Validated Reviewer
Review source: G2 invite
Incentivized Review
Translated Using AI

Easy, Scalable Text Insights with Amazon Comprehend

What I like most about Amazon Comprehend is how easy it is to extract insights from large amounts of text without needing complex machine learning expertise. It saves time, scales efficiently, and helps automate tasks such as sentiment analysis, entity recognition, and document classification with reliable results.
KESHAV B.
KB
KESHAV B.
Chartered Accountant (Jan’26) | Senior Associate @ EXO Edge | R2R | MIS | Assurance | Tax | Financial Analysis | SAP | Workday | Tally | MS Excel | CaseWare - Driving Accurate Closures & Insightful Financial Decisions
09/16/2026
Validated Reviewer
Review source: G2 invite
Incentivized Review
Translated Using AI

Accurate Sentiment Insights with Seamless AWS Integration

Amazon Comprehend makes it easy to understand and analyze large amounts of text without building complex AI models from scratch. I particularly appreciate its accurate sentiment analysis, entity recognition, and seamless integration with the AWS ecosystem, which helps save time and improve efficiency in data-driven projects.
MD
Marco D.
09/16/2026
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Flexible, Well-Documented Scaling - But Pricing Can Get Steep

First: Amazon EC2's wide availability allows for a large number of first and third party tools for integrating the service with other services. Everything is well documented by Amazon themselves or by third parties.<br><br>Second: For our use case we needed to scale to a large number of compute instances rapidly which EC2 made possible. I also appreciate the flexibility of scaling down as quickly as we scaled up if needed.<br><br>Third: We initially focussed on a single European market, but Amazon's global reach allows our tech stack to easily enter different markets to, for example, be compliant with that markets compliance requirements.

About

Contact

HQ Location:
Seattle, WA

Social

@awscloud

What is Amazon Web Services (AWS)?

Amazon Web Services (AWS), a subsidiary of Amazon, is a leading cloud computing platform that provides a wide range of on-demand services such as computing power, data storage, databases, networking, and artificial intelligence tools. It enables businesses to build, deploy, and scale applications without investing in physical infrastructure, using a flexible pay-as-you-go pricing model. With a global network of data centers, AWS supports organizations of all sizes—from startups to large enterprises—by offering reliable, secure, and highly scalable solutions for modern digital operations.

Details

Year Founded
2006
Ownership
NASDAQ: AMZN
Website
aws.amazon.com