AWS has 200+ services. Most companies use about 15. The same ones show up in every project: EC2, S3, Lambda, RDS, DynamoDB, API Gateway, CloudFront, SQS, SNS, CloudWatch.
That handles 80% of everything. Wrote a guide covering just the ones that matter.

#aws #cloud #infrastructure #EC2 #IAM #S3 #RDS #DynamoDB #Lambda #APIGateway #CloudFront #Route53 #SQS #SNS #CloudWatch #EKS #CDN

https://heyjoshlee.medium.com/the-80-20-of-aws-the-services-that-actually-matter-13509ff90115

The 80/20 of AWS (the services that actually matter)

AWS has over 200 services. That number is intimidating. You log into the console, see a wall of icons, and immediately feel like you need a…

Medium

24 hours until the CfP for "Sem Servidor Conf 2026 - Edição Floripa" closes: https://papercall.io/cfps/6555/submissions/new

#cfp #conference #Serverless #Cloud #Cloud computing #Aws #Gcp #Azure #Lambda #Dynamodb #S3

PaperCall.io

AWS-Ausfall im Nahen Osten: Rechenzentrumsvorfall legt Cloud-Dienste in UAE und Bahrain lahm

Der Ausfall weitete sich rasch auf das gesamte Dienstportfolio in der Region aus. In ME-CENTRAL-1 waren nach AWS-Angaben mehr als 38 Cloud-Dienste beeinträchtigt, darunter AWS Lambda, Amazon Elastic Kubernetes Service (EKS), Amazon Virtual Private Cloud (VPC) sowie die Datenbankdienste RDS und DynamoDB.

https://www.all-about-security.de/aws-ausfall-im-nahen-osten-rechenzentrumsvorfall-legt-cloud-dienste-in-uae-und-bahrain-lahm/

#aws #cloud #dynamoDB

AWS-Ausfall im Nahen Osten: Was geschah genau?

Lesen Sie, wie ein AWS-Rechenzentrumsvorfall den Cloud-Betrieb in den VAE und Bahrain am 1. März lahmlegte.

All About Security Das Online-Magazin zu Cybersecurity (Cybersicherheit). Ransomware, Phishing, IT-Sicherheit, Netzwerksicherheit, KI, Threats, DDoS, Identity & Access, Plattformsicherheit
LaravelのルーティングとコントローラをAWS(API Gateway / Lambda)で再現してみよう - Qiita

こんにちは。 ソーイ株式会社1年目、村上です。 皆さん、Laravel使ってますか? 初めてこのフレームワークを触ったとき、私は「魔法」のような利便性に感動しました。 ルートファイルに1行書けばURLが決まり、コントローラを書けばリクエストデータが手に入り、モデルを介せばD...

Qiita
DynamoDB is genuinely powerful. For the right use cases. Understand the constraints. Design accordingly. https://hackernoon.com/things-i-wish-i-knew-before-i-started-using-dynamodb #dynamodb
Things I Wish I Knew Before I Started Using DynamoDB | HackerNoon

DynamoDB is genuinely powerful. For the right use cases. Understand the constraints. Design accordingly.

Очень странные дела или подключаем YDB в AWS NoSQL Workbench

При работе с Yandex Database (YDB) часто возникает потребность в удобном визуальном инструменте для работы с данными. AWS NoSQL Workbench — популярное приложение для моделирования и тестирования NoSQL баз можно использовать и с YDB благодаря DynamoDB-совместимому Document API.

https://habr.com/ru/articles/983678/

#ydb #dynamodb #aws_nosql_workbench #aws #nosql #yandexcloud

Очень странные дела или подключаем YDB в AWS NoSQL Workbench

При работе с Yandex Database (YDB) часто возникает потребность в удобном визуальном инструменте для работы с данными. AWS NoSQL Workbench — популярное приложение для моделирования и тестирования NoSQL...

Хабр
Great article about cascading failures, with #DynamoDB outage in us-east-1 taking down entire #AWS region as an example. I mean, the incident from 2015, not the recent one 😉 https://blog.mi.hdm-stuttgart.de/index.php/2022/03/03/cascading-failures-in-large-scale-distributed-systems/
Cascading failures in large-scale distributed systems | Computer Science Blog @ HdM Stuttgart

Internet service providers face the challenge of growing rapidly while managing increasing system distribution. Although the reliable operation of services is of great importance to companies such as Google, Amazon and Co., their systems fail time and again, resulting in extensive outages and a poor customer experience. In this context, one often encounters so-called cascading failures causing undesirable complications that go beyond ordinary system malfunctions.

Computer Science Blog

It's been a while since I posted a new blog post. A few days ago I needed to go off the beaten path while working on one of my Enhance based AWS projects, so I thought I might as well document the ride.

https://rijsdam.nl/blog/using-aws-lite-directly-in-an-enhance-or-architect-project #aws #serverless #enhance #architect #dynamodb

Using aws-lite directly in an Enhance or Architect project | Sjors Rijsdam, front-end developer

Sjors Rijsdam is a front-end developer from the Netherlands. He loves to build fast, beautiful and standards based websites.

DynamoDB のデータ更新を WebSocket (API Gateway + Lambda) で通知してみた - Qiita

はじめに API から取得して表示しているデータの更新を、ブラウザ側にどう通知するかにはいくつかパターンがあります。定期的に API を呼び出す Polling や Long Polling、サーバーからクライアントへイベントを送れる WebSocket などです。 本記...

Qiita
I learned very early this morning that Amazon #DynamoDB Streams capacity is not really unlimited and that after consuming it at 450 RPS you will be called a noisy neighbour 😅 Challenge unlocked?