Networking & Integration Flashcards

(6 cards)

1
Q

Amazon Route 53

A

🧭 Amazon Route 53 = “GPS for your website”

What it is: A DNS service that helps users find your website by translating names (like myapp.com) into IP addresses.

How it works: When someone types your domain, Route 53 directs them to the right server—fast and reliably.

Why it’s useful:
- Connects domain names to AWS services 🌐
- Supports health checks and failover for uptime
- Works globally with low latency 🌍
- Can register and manage domain names 📝

🧠 Easy way to remember:
“Route 53 is your website’s traffic guide.”

It’s like a smart GPS: it knows where your app lives and makes sure users get there quickly—even if roads (servers) change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Amazon EventBridge

A

🔔 Amazon EventBridge = “Smart event router for your apps”

What it is: A service that connects apps using events—like notifications or changes happening in real time.

How it works: When something happens (e.g., a file is uploaded, a user signs up), EventBridge detects it and triggers actions—like running a Lambda or sending a message.

Why it’s useful:
- Automates workflows across AWS and SaaS apps ⚙️
- Handles events from AWS services and external apps 🔄
- No need to write custom polling or glue code 🧼
- Scales automatically and securely 🔐

🧠 Easy way to remember:
“EventBridge is your app’s event matchmaker.”

It listens for events and connects the right services—like a smart switchboard that keeps everything flowing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Amazon SNS (Simple Notification Service)

A

🔔 Amazon SNS = “Instant alerts for your app”
What it is: A service that sends notifications to people or systems—like emails, texts, or app messages.

How it works: You publish a message to a “topic,” and SNS delivers it to all subscribers (like phones, emails, or other apps).

Why it’s useful:
- Sends alerts in real time ⏱️
- Supports multiple formats (SMS, email, push, Lambda, etc.) 📬
- Easy to integrate with AWS services 🔗
- Scales automatically with demand 📈

🧠 Easy way to remember:
“SNS is your app’s megaphone.”

It shouts out important updates to everyone who needs to hear—fast, reliable, and flexible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Amazon SQS (Simple Queue Service)

A

📬 Amazon SQS = “Message line for your app”
What it is: A service that lets parts of your app send, store, and receive messages—without losing them.

How it works: One part of your app puts a message in a queue, and another part picks it up when ready.

Why it’s useful:
- Helps apps work smoothly and independently 🔄
- Handles high traffic without crashing 🚦
- Ensures no message is lost 🛡️
- Supports standard (fast) and FIFO (ordered) queues 📋

🧠 Easy way to remember:
“SQS is like a waiting line for tasks.”

It’s like a ticket system: tasks get in line, and workers (your app) handle them one by one—no chaos, no overload.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

AWS App Mesh (partially serverless)

A

🕸️ AWS App Mesh = “Traffic manager for microservices”

What it is: A service mesh that controls how microservices talk to each other—handling routing, retries, and monitoring.

How it works: It uses Envoy proxy next to each service to manage traffic, without changing your app code.

Why it’s useful:
- Adds visibility, security, and control to service-to-service communication 🔍🔐
- Works with ECS, EKS, EC2, and Fargate 🧩
- Supports partially serverless setups using Fargate (no server management) ⚙️
- Helps with debugging, failover, and traffic shaping 🛠️

🧠 Easy way to remember:
“App Mesh is like a smart traffic cop for your services.”

It watches every lane, reroutes when needed, and keeps things flowing—whether you manage servers or not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

AWS Global Accelerator (fully managed)

A

🌍 AWS Global Accelerator = “Fast lane for global apps”

What it is: A fully managed service that improves the speed and reliability of your app for users around the world.

How it works: It uses the AWS global network to route traffic through optimized paths to your app’s endpoints (like EC2, Load Balancers, or Elastic IPs).

Why it’s useful:
- Reduces latency and boosts performance 🚀
- Automatically reroutes traffic away from failures 🔄
- Supports static IPs for easy setup 📌
- Works across multiple AWS Regions 🌐

🧠 Easy way to remember:
“Global Accelerator is your app’s express highway.”

It finds the fastest, safest route for your users—no matter where they are—so your app feels local everywhere.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly