<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://emreberber.com/</id><title>Emre BERBER</title><subtitle>A blog about DevOps and Cloud Computing technologies.</subtitle> <updated>2026-01-04T23:22:05+03:00</updated> <author> <name>Emre BERBER</name> <uri>https://emreberber.com/</uri> </author><link rel="self" type="application/atom+xml" href="https://emreberber.com/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://emreberber.com/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Emre BERBER </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>AWS Notes: Lambda + DynamoDB + API Gateway + Cognito</title><link href="https://emreberber.com/posts/aws-notes-lambda-dynamodb-api-gateway-cognito/" rel="alternate" type="text/html" title="AWS Notes: Lambda + DynamoDB + API Gateway + Cognito" /><published>2026-01-04T00:00:00+03:00</published> <updated>2026-01-04T00:00:00+03:00</updated> <id>https://emreberber.com/posts/aws-notes-lambda-dynamodb-api-gateway-cognito/</id> <content type="text/html" src="https://emreberber.com/posts/aws-notes-lambda-dynamodb-api-gateway-cognito/" /> <author> <name>Emre BERBER</name> </author> <category term="Blog" /> <summary>Serverless means you don’t manage servers. AWS manages infrastructure, you just write code and pay for what you use. Service Description Lambda Run code without servers API Gateway Build REST APIs DynamoDB NoSQL database S3 Object storage SNS Pub/sub messag...</summary> </entry> <entry><title>AWS Notes: ECS + Fargate + ECR + EKS + App Runner</title><link href="https://emreberber.com/posts/aws-notes-ecs-fargate-ecr-eks-app-runner/" rel="alternate" type="text/html" title="AWS Notes: ECS + Fargate + ECR + EKS + App Runner" /><published>2026-01-03T00:00:00+03:00</published> <updated>2026-01-03T00:00:00+03:00</updated> <id>https://emreberber.com/posts/aws-notes-ecs-fargate-ecr-eks-app-runner/</id> <content type="text/html" src="https://emreberber.com/posts/aws-notes-ecs-fargate-ecr-eks-app-runner/" /> <author> <name>Emre BERBER</name> </author> <category term="Blog" /> <summary>Amazon ECS (Elastic Container Service) ECS is AWS’s container orchestration service. Think of it like a manager for your Docker containers - it runs containers, scales them, manages them, keeps them healthy. You have Docker containers. You want to run them on AWS. Without ECS: spin up EC2 instances → install Docker → run containers manually → manage scaling, health checks, load balancing → lo...</summary> </entry> <entry><title>AWS Notes: SQS + SNS + Kinesis + Active MQ</title><link href="https://emreberber.com/posts/aws-notes-sqs-sns-kinesis-active-mq/" rel="alternate" type="text/html" title="AWS Notes: SQS + SNS + Kinesis + Active MQ" /><published>2026-01-02T00:00:00+03:00</published> <updated>2026-01-02T00:00:00+03:00</updated> <id>https://emreberber.com/posts/aws-notes-sqs-sns-kinesis-active-mq/</id> <content type="text/html" src="https://emreberber.com/posts/aws-notes-sqs-sns-kinesis-active-mq/" /> <author> <name>Emre BERBER</name> </author> <category term="Blog" /> <summary>Messaging Services AWS has several messaging services for different use cases: SQS (Simple Queue Service): Message queue - decouple applications, async processing SNS (Simple Notification Service): Pub/sub messaging - send notifications to multiple subscribers Kinesis: Real-time streaming data - process large streams of data in real-time Active MQ: Managed message broker - traditiona...</summary> </entry> <entry><title>AWS Notes: CloudFront and AWS Global Accelerator</title><link href="https://emreberber.com/posts/aws-notes-cloudfront-and-global-accelerator/" rel="alternate" type="text/html" title="AWS Notes: CloudFront and AWS Global Accelerator" /><published>2026-01-01T00:00:00+03:00</published> <updated>2026-01-01T00:00:00+03:00</updated> <id>https://emreberber.com/posts/aws-notes-cloudfront-and-global-accelerator/</id> <content type="text/html" src="https://emreberber.com/posts/aws-notes-cloudfront-and-global-accelerator/" /> <author> <name>Emre BERBER</name> </author> <category term="Blog" /> <summary>CloudFront CloudFront is AWS’s CDN. Think of it like this: you have files in S3 (or EC2, ALB), but users around the world are far away. CloudFront copies your files to servers near users, so they get content faster. Simple example: You have images in S3 in us-east-1. User in Tokyo requests image → without CloudFront, goes all the way to us-east-1 (slow). With CloudFront, gets it from edge loc...</summary> </entry> <entry><title>AWS Notes: S3</title><link href="https://emreberber.com/posts/aws-notes-s3/" rel="alternate" type="text/html" title="AWS Notes: S3" /><published>2025-12-30T00:00:00+03:00</published> <updated>2025-12-30T00:00:00+03:00</updated> <id>https://emreberber.com/posts/aws-notes-s3/</id> <content type="text/html" src="https://emreberber.com/posts/aws-notes-s3/" /> <author> <name>Emre BERBER</name> </author> <category term="Blog" /> <summary>What is S3? S3 is AWS’s object storage service. Basically, you store files here. Accessible via web, unlimited capacity, and crazy durability - 99.999999999% (that’s 11 nines). Buckets: Think of a bucket like a folder, but the name must be globally unique across all AWS accounts. You put files (objects) inside it. Each bucket is created in a specific region. Naming rules: lowercase letters, ...</summary> </entry> </feed>
