DEV Community

Juan
Juan

Posted on

2 1

Social Network Infrastructure - On Premise vs AWS

I put this image together from two screenshots from the video Introduction to AWS Services (Jun 9, 2019). May be helpful to those learning the basics of AWS. In the video, the instructor assembles the infrastructure piece-by-piece explaining each role.

Alt Text

The table below summarizes each service shown above:
(Ps: AWS has many other services)

AWS Service Service role
Route53 DNS Service
VPC (Virtual Private Cloud) “Private Network”
EC2 (Elastic Compute Cloud) Virtual Machines
EBS (Elastic Block Storage) Disk (attached to the VMs)
RDS (Relational Database Service) Relational Database
DynamoDB NoSQL Database
ElastiCache Database Cache Engine
ELB (Elastic Load Balancer) Load Balancer
S3 (Simple Storage Service) External Storage
Rekognition Content Filter
Lambda Serverless computation
Kinesis Clickstream Analysis Engine
EMR (Elastic MapReduce) Data Processing Platform
Glue Managed ETL Service
Redshift Data Warehouse Service
Athena SQL Query Interface
Quicksight Business Intelligence Tool
CloudFront (& Edge Locations) Content Delivery Network
SNS (Simple Notification Service) Notification Service (Push, SMS)
SES (Simple Email Service) Email Service
SQS (Simple Queue Service) Message Queue Service
CloudWatch Monitoring Dashboard

Turns out it's not that scary, huh? 😅

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay