No services match your search. Try a different term.

EC2
Elastic Compute Cloud
Compute

Resizable virtual machines in the cloud. Pick your CPU, RAM, storage, and OS. The foundation of most AWS workloads.

Common uses

  • Web and application servers
  • Batch processing and HPC
  • Development and testing
λ
Lambda
AWS Lambda
Compute

Run code in response to events without managing servers. Automatically scales from zero to peak demand. Pay per millisecond of execution.

Common uses

  • API backends with API Gateway
  • S3 / DynamoDB event triggers
  • Scheduled cron-style tasks
🐳
ECS
Elastic Container Service
Compute

Run Docker containers at scale. Use EC2 instances you manage or Fargate for fully serverless containers. Deep AWS integration.

Common uses

  • Microservices architectures
  • Containerised web apps
  • CI/CD pipeline workloads
⚙️
EKS
Elastic Kubernetes Service
Compute

Managed Kubernetes. AWS runs the control plane so you focus on deploying workloads. Integrates with IAM, VPC, ALB, and ECR.

Common uses

  • Large-scale container orchestration
  • Hybrid on-prem and cloud deployments
  • Multi-team platform engineering
🌱
Elastic Beanstalk
AWS Elastic Beanstalk
Compute

Deploy and scale web apps without managing infrastructure. Upload your code and Beanstalk handles load balancing, auto-scaling, and health monitoring.

Common uses

  • Rapid app deployment (Node, Python, Java, PHP)
  • Teams wanting PaaS simplicity on AWS
  • Prototype to production quickly
💡
Lightsail
Amazon Lightsail
Compute

Simple, low-cost virtual private servers. Fixed monthly pricing with predictable costs — great for small sites and beginners migrating from shared hosting.

Common uses

  • WordPress and CMS sites
  • Dev and test environments
  • Simple web apps with fixed budget
🗄️
S3
Simple Storage Service
Storage

Infinitely scalable object storage with 11 nines of durability. Store any type of file and serve it globally via URL or CloudFront CDN.

Common uses

  • Static website hosting
  • Media and asset storage
  • Data lake and analytics source
💾
EBS
Elastic Block Store
Storage

Persistent block-level storage volumes for EC2. Like an external hard drive that stays even when your instance stops. Supports SSD and HDD types.

Common uses

  • OS and application disk for EC2
  • Database storage (MySQL, PostgreSQL)
  • Boot volumes requiring fast IOPS
📁
EFS
Elastic File System
Storage

Fully managed NFS file system that can be mounted by many EC2 instances simultaneously. Scales automatically — you pay only for what you use.

Common uses

  • Shared storage for web server fleets
  • Content management and media processing
  • Container and Lambda shared storage
🧊
S3 Glacier
Amazon S3 Glacier
Storage

Ultra-low-cost archival storage — as cheap as $0.004/GB/month. Trade retrieval speed (minutes to hours) for massive cost savings on infrequently accessed data.

Common uses

  • Compliance and audit record retention
  • Long-term database backups
  • Media archive libraries
🛢️
RDS
Relational Database Service
Database

Managed relational databases. AWS automates backups, patching, and failover. Supports MySQL, PostgreSQL, MariaDB, Oracle, and SQL Server.

Common uses

  • Web application backends
  • Multi-AZ high-availability setups
  • Read replicas for scaling reads
DynamoDB
Amazon DynamoDB
Database

Fully managed, serverless NoSQL database. Single-digit millisecond performance at any scale. No schema — store JSON-like documents or key-value pairs.

Common uses

  • User profiles and session stores
  • Gaming leaderboards and IoT telemetry
  • Shopping cart and e-commerce data
🌟
Aurora
Amazon Aurora
Database

AWS's cloud-native relational database. Up to 5× faster than MySQL and 3× faster than PostgreSQL. Auto-scales storage up to 128 TB with zero downtime.

Common uses

  • High-throughput SaaS applications
  • Replacing on-prem Oracle/MySQL
  • Aurora Serverless for variable workloads
🚀
ElastiCache
Amazon ElastiCache
Database

Managed in-memory caching with Redis or Memcached. Cut database load by caching frequent queries. Sub-millisecond response times.

Common uses

  • Session and token caching
  • Database query result caching
  • Real-time leaderboards with Redis sorted sets
📊
Redshift
Amazon Redshift
Database

Petabyte-scale cloud data warehouse. Query massive datasets with standard SQL. Integrates with S3, Athena, and BI tools like Tableau and QuickSight.

Common uses

  • Business intelligence and reporting
  • Consolidating data from multiple sources
  • Historical trend analysis
🌐
VPC
Virtual Private Cloud
Networking

Your own isolated private network inside AWS. Control IP ranges, create public and private subnets, configure route tables and internet gateways.

Common uses

  • Isolate production from dev environments
  • Private subnets for databases and backends
  • VPN/Direct Connect to on-premises
CloudFront
Amazon CloudFront
Networking

Global content delivery network (CDN) with 450+ edge locations. Serve content from the closest location to your user for faster load times and DDoS protection.

Common uses

  • Accelerate S3 static websites
  • HTTPS termination with ACM certs
  • Protect origins with WAF and Shield
🗺️
Route 53
Amazon Route 53
Networking

Scalable DNS and domain registration. Route traffic with policies like latency-based, weighted, geolocation, and failover. 100% SLA uptime.

Common uses

  • Custom domain routing to CloudFront/ALB
  • Health-check-based failover
  • Internal DNS for private VPCs
⚖️
ALB / ELB
Application / Elastic Load Balancer
Networking

Distribute incoming traffic across multiple EC2 instances, containers, or Lambda functions. ALB supports HTTP/HTTPS routing rules; NLB handles TCP/UDP at ultra-low latency.

Common uses

  • High-availability web app traffic distribution
  • Path-based routing (/api → service A)
  • SSL termination and health checking
🔌
API Gateway
Amazon API Gateway
Networking

Create, publish, and manage REST, HTTP, and WebSocket APIs at any scale. Acts as the front door to Lambda, EC2, or any HTTP backend.

Common uses

  • Serverless REST APIs with Lambda
  • Rate limiting and API key management
  • WebSocket real-time apps (chat, dashboards)
🔗
Direct Connect
AWS Direct Connect
Networking

Dedicated private network connection from your data centre to AWS. More consistent latency and bandwidth than public internet VPN — ideal for large data transfers.

Common uses

  • Hybrid cloud with consistent performance
  • Migrating large datasets to AWS
  • Reducing egress data transfer costs
🔒
IAM
Identity and Access Management
Security

The foundation of AWS security. Create users, groups, and roles. Attach JSON policies to grant or deny access to any AWS service or action.

Common uses

  • Least-privilege access for team members
  • Service roles (EC2 reads S3, Lambda writes DynamoDB)
  • MFA enforcement and password policies
🗝️
KMS
Key Management Service
Security

Create and control encryption keys used to protect your data. Integrates with S3, EBS, RDS, Lambda, and most AWS services. FIPS 140-2 validated.

Common uses

  • Encrypt S3 buckets and EBS volumes
  • Database encryption at rest
  • Application-level encryption
🛡️
WAF
AWS Web Application Firewall
Security

Filter malicious web traffic before it reaches your app. Block SQL injection, XSS, bad bots, and rate-limit abusers. Attaches to CloudFront, ALB, or API Gateway.

Common uses

  • OWASP Top 10 protection
  • Geo-blocking by country
  • Rate limiting and bot control
🔐
Secrets Manager
AWS Secrets Manager
Security

Store and automatically rotate database credentials, API keys, and other secrets. Applications retrieve secrets at runtime — no hardcoded credentials in code.

Common uses

  • RDS password auto-rotation
  • Storing third-party API keys safely
  • Cross-account secret sharing
👤
Cognito
Amazon Cognito
Security

Add sign-up, sign-in, and access control to your apps. Supports social logins (Google, Facebook), SAML, and OIDC. Manages millions of users with JWT tokens.

Common uses

  • Mobile and web app authentication
  • Social login (Google, Apple, Facebook)
  • API Gateway authorisation
📊
CloudWatch
Amazon CloudWatch
Monitoring

The central monitoring hub for AWS. Collect metrics, aggregate logs, set alarms, and build dashboards. Trigger Auto Scaling or Lambda in response to thresholds.

Common uses

  • CPU/memory alerts and auto-scaling triggers
  • Centralised application log management
  • Operational dashboards
🔍
CloudTrail
AWS CloudTrail
Monitoring

Records every API call made in your AWS account — who did what, when, and from where. Essential for security audits, compliance, and incident investigation.

Common uses

  • Security incident forensics
  • Compliance reporting (SOC2, PCI-DSS)
  • Detecting unauthorised access
⚙️
Config
AWS Config
Monitoring

Continuously assess, audit, and evaluate the configuration of AWS resources. Detect drift from desired state and get notified when something changes unexpectedly.

Common uses

  • Detect unencrypted S3 buckets or EBS volumes
  • Compliance dashboards for security teams
  • Change history for every resource
🕵️
X-Ray
AWS X-Ray
Monitoring

Distributed tracing for your applications. Visualise request flows across Lambda, EC2, containers, and databases. Pinpoint latency bottlenecks in microservices.

Common uses

  • Debug slow API calls end-to-end
  • Identify errors in distributed services
  • Performance profiling and bottleneck analysis
🚀
CodePipeline
AWS CodePipeline
DevOps

Fully managed CI/CD pipeline. Automate build, test, and deploy stages triggered by code commits. Integrates with GitHub, CodeBuild, CodeDeploy, and CloudFormation.

Common uses

  • Automated deploy on every git push
  • Multi-stage test → staging → production
  • Infrastructure as code deployments
🔨
CodeBuild
AWS CodeBuild
DevOps

Fully managed build service. Compile code, run tests, and produce deployment artefacts. No build servers to manage — scales automatically with your workload.

Common uses

  • Build and push Docker images to ECR
  • Run unit and integration tests
  • Generate deployment packages for CodeDeploy
📦
CodeDeploy
AWS CodeDeploy
DevOps

Automate code deployments to EC2, Lambda, or ECS. Supports rolling, blue/green, and canary strategies with automatic rollback on failure.

Common uses

  • Zero-downtime rolling deployments
  • Blue/green traffic shifting
  • Automatic rollback on CloudWatch alarms
📋
CloudFormation
AWS CloudFormation
DevOps

Infrastructure as Code for AWS. Define your entire stack (VPC, EC2, RDS, IAM) in YAML or JSON templates and deploy it repeatably across environments.

Common uses

  • Repeatable dev/staging/prod environments
  • Version-controlled infrastructure
  • Stack creation with nested templates
💻
CDK
Cloud Development Kit
DevOps

Define AWS infrastructure using real programming languages — TypeScript, Python, Java, C#. Compiles down to CloudFormation. Reuse constructs like libraries.

Common uses

  • IaC for developers who prefer code over YAML
  • Shareable infrastructure constructs (npm/PyPI)
  • Type-safe infrastructure definitions
📨
SQS
Simple Queue Service
Messaging

Fully managed message queue for decoupling components. Producers send messages; consumers process them at their own pace. Handles spikes without dropping messages.

Common uses

  • Decouple web tier from processing tier
  • Order processing and job queues
  • Dead-letter queues for failed messages
🔔
SNS
Simple Notification Service
Messaging

Pub/sub messaging. Publish one message to a topic and fan it out to many subscribers — email, SMS, SQS queues, Lambda functions, or HTTP endpoints.

Common uses

  • Alert notifications to on-call engineers
  • Broadcast events to multiple services
  • Mobile push notifications
🚌
EventBridge
Amazon EventBridge
Messaging

Serverless event bus for routing events between AWS services, custom applications, and SaaS partners. Match events to targets using rules with filter patterns.

Common uses

  • Trigger Lambda on AWS service events
  • Scheduled tasks (cron-style rules)
  • SaaS integration (Shopify, Zendesk events)
🌊
Kinesis
Amazon Kinesis
Messaging

Collect, process, and analyse real-time streaming data at massive scale. Ideal for log analytics, IoT telemetry, and live dashboards. Data available within milliseconds.

Common uses

  • Real-time clickstream and app telemetry
  • IoT sensor data ingestion
  • Live log processing and anomaly detection