Actuate.pink
Cloud Navigator
Stop drowning in AWS jargon. We translate 50+ AWS services into plain English so you can build with confidence.
Compute
(4)EC2
Rent a computer in the cloud
Plain English:A virtual computer you rent by the hour. Pick the size, install what you want, run anything.
Lightsail
Simple, fixed-price virtual server
Plain English:The simple version of EC2. A pre-packaged virtual server with a fixed monthly price β no surprise bills.
Elastic Beanstalk
Deploy apps without managing infrastructure
Plain English:Upload your code and AWS handles everything else β servers, scaling, monitoring. Like a valet for your app.
Auto Scaling
Automatic capacity management
Plain English:Automatically adds or removes servers based on demand. Black Friday traffic? It scales up. 3am quiet? It scales down. You save money.
Storage
(4)S3
Unlimited cloud file storage
Plain English:Unlimited file storage in the cloud. Think of it as a giant, indestructible filing cabinet. Store anything: photos, videos, backups, data.
EBS
Hard drives for EC2 instances
Plain English:A hard drive for your virtual computer (EC2). It stays connected even if you restart the computer.
EFS
Shared file system for multiple servers
Plain English:A shared folder that multiple computers can access at the same time. Like a Google Drive for your servers.
S3 Glacier
Cheap archive storage
Plain English:Ultra-cheap storage for stuff you rarely need. Like a storage unit β cheap rent, but takes hours to retrieve items.
Database
(4)RDS
Managed SQL database
Plain English:A managed database β AWS handles backups, updates, and scaling. Pick your flavor: PostgreSQL, MySQL, or others.
DynamoDB
Fast, flexible NoSQL database
Plain English:A super-fast database that scales infinitely. No schema needed β just throw data in and read it back in milliseconds.
Aurora
High-performance managed database
Plain English:AWS's own database engine β 5x faster than MySQL, 3x faster than PostgreSQL. Enterprise-grade with auto-scaling.
ElastiCache
In-memory caching (Redis/Memcached)
Plain English:An in-memory cache that makes your app lightning fast by storing frequently-accessed data in RAM instead of hitting the database.
Networking
(4)VPC
Private network in the cloud
Plain English:Your own private network inside AWS. Like building walls around your servers so only approved traffic gets in.
CloudFront
Global content delivery network (CDN)
Plain English:A global network of servers that caches your content closer to users worldwide. Makes your site load fast everywhere.
Route 53
Domain name & DNS management
Plain English:AWS's DNS service β it translates your domain name (like actuate.pink) into the server address visitors need.
Elastic Load Balancer
Distribute traffic across servers
Plain English:Distributes incoming traffic across multiple servers so no single server gets overwhelmed. Like a traffic cop for your app.
Security
(7)IAM
User access & permissions management
Plain English:Controls who can do what in your AWS account. Create users, set permissions, and enforce security rules.
Cognito
User authentication for your app
Plain English:Add user sign-up, sign-in, and access control to your app β without building it yourself. Supports Google, Facebook, etc.
KMS
Encryption key management
Plain English:Manage encryption keys for your data. AWS keeps the keys safe so you don't have to worry about them.
WAF
Web application firewall
Plain English:A firewall for your web apps. Blocks common attacks like SQL injection and cross-site scripting before they reach your servers.
Secrets Manager
Secure password & secret storage
Plain English:A secure vault for passwords, API keys, and database credentials. Auto-rotates them so you never forget.
GuardDuty
AI threat detection
Plain English:An AI-powered security guard that watches your AWS account 24/7 for suspicious activity and threats.
CloudTrail
AWS activity audit log
Plain English:Records every action taken in your AWS account. Who did what, when, and from where. Your audit trail.
AI & Machine Learning
(6)SageMaker
Build & deploy ML models
Plain English:A complete toolkit for building, training, and deploying machine learning models. From notebook to production.
Bedrock
Access foundation AI models via API
Plain English:Access powerful AI models (Claude, Llama, Stable Diffusion) through a single API. No ML expertise required.
Rekognition
Image & video AI analysis
Plain English:AI that can identify objects, people, text, and scenes in images and videos. Plug-and-play computer vision.
Comprehend
Natural language processing (NLP)
Plain English:AI that reads text and understands it β finds sentiment, key phrases, language, and topics automatically.
Polly
Text-to-speech AI
Plain English:Turns text into natural-sounding speech. Choose from dozens of voices and languages.
Translate
Real-time language translation
Plain English:Real-time language translation. Send text in, get translated text back. Supports 75+ languages.
Developer Tools
(5)CodeCommit
Managed Git repositories
Plain English:AWS's version of GitHub β a private Git repository hosted in the cloud. Store and collaborate on code.
CodePipeline
Automated build & deploy pipeline
Plain English:Automates your deployment process. When code changes, it automatically builds, tests, and deploys β hands-free.
CloudFormation
Infrastructure as code
Plain English:Define your entire AWS infrastructure in a template file. Deploy, update, or tear down everything with one click.
CloudWatch
Monitoring, logging & alerts
Plain English:Monitor everything in your AWS account β logs, metrics, alarms. Know when something breaks before your users do.
Amplify
Full-stack app development platform
Plain English:Build full-stack web and mobile apps fast. Authentication, storage, APIs β all wired up with a few clicks.
Analytics
(5)Redshift
Data warehouse for big analytics
Plain English:A data warehouse for analyzing massive datasets. Run complex queries across petabytes of data in seconds.
Athena
SQL queries on S3 data
Plain English:Run SQL queries directly on files stored in S3. No database needed β just point at your data and ask questions.
QuickSight
Business intelligence dashboards
Plain English:Drag-and-drop dashboard builder for your data. Create charts, graphs, and reports β share them with your team.
Kinesis
Real-time data streaming
Plain English:Process real-time data streams. Ingest thousands of events per second β like a firehose of live data you can analyze instantly.
Glue
Data preparation & ETL
Plain English:Automatically discovers, cleans, and transforms your data so it's ready for analysis. ETL made simple.
Serverless
(7)Lambda
Run code without a server
Plain English:Run a small piece of code without managing any server. You only pay when your code actually runs β down to the millisecond.
API Gateway
Managed API front door
Plain English:A front door for your APIs. Handles authentication, rate limiting, and routing β so you can focus on the code.
SNS
Push notifications & pub/sub messaging
Plain English:Send notifications β emails, texts, push notifications β to millions of subscribers at once. Pub/sub messaging.
SQS
Message queue between services
Plain English:A message queue β one part of your system drops messages in, another picks them up. Decouples your services so they don't crash each other.
Step Functions
Visual workflow orchestration
Plain English:Orchestrate multiple AWS services into visual workflows. "First do this, then do that, if it fails do this instead."
EventBridge
Event-driven architecture hub
Plain English:A central event bus β when something happens in one service, automatically trigger actions in others. Event-driven architecture made easy.
SES
Email sending service
Plain English:Send and receive emails at scale. Transactional emails, marketing campaigns, notifications β all from your app.
Containers
(4)ECS
Run Docker containers, managed
Plain English:Run Docker containers without managing the machines underneath. Like a shipping dock that loads and unloads your containers automatically.
EKS
Managed Kubernetes
Plain English:Kubernetes β the industry-standard container orchestrator β fully managed by AWS. For teams already using Kubernetes.
Fargate
Serverless containers
Plain English:Run containers without thinking about servers at all. You define the container, AWS runs it β no EC2 instances to manage.
ECR
Docker image registry
Plain English:A private Docker image warehouse. Store, manage, and deploy your container images securely.
Free AWS Clarity Audit
Not sure which AWS services you need? Let our Cloud Navigator team translate your requirements into a clear, jargon-free action plan. No commitment. No BS.