Skip to main content
← All Tags

AWS

49 articles in this category (Page 2 of 3)

AI NewsTerraformAWS

Terraform Functions for AWS: String and Collection Manipulation

Explore essential Terraform functions for string and collection manipulation, enhancing infrastructure-as-code flexibility.

Read more
AI NewsCloud ComputingAWS

AWS re:Invent 2025: AI Agent Hype Meets Enterprise Reality

AWS re:Invent 2025 saw a surge in AI agent announcements, but experts question the widespread adoption and focus on large enterprises over independent developers.

Read more
AI NewsAWSTerraform

Hosting Static Websites with S3 and CloudFront using Terraform

Day 14 focused on deploying static websites on AWS, demonstrating how S3 and CloudFront, managed by Terraform, improve performance and security.

Read more
AI NewsAWSDevOps

Configuring AWS Named Profiles for Secure Multi-Account Access

AWS named profiles streamline access to multiple accounts, enhancing security and simplifying IaC workflows.

Read more
SwipeInterviewServerlessAWS-Lambda

Serverless Architecture and AWS Lambda: Everything You Need to Know in 2025

Master serverless architecture with AWS Lambda. Complete guide covering FaaS, event-driven patterns, cold starts, Node.js & Python examples, and production best practices.

Read more
AI NewsAWSSecurity

AWS NACL — Subnet-Level Security in AWS 🔐

AWS Network Access Control Lists (NACLs) provide subnet-level security, controlling inbound and outbound traffic for enhanced VPC protection.

Read more
AI NewsDevOpsAWS

DAY1 AWS DevOps -beginner

Sakshi More begins a 40-day AWS DevOps journey, documenting the learning process for beginners.

Read more
AI Newsterraformaws

Terraform Data Source: Bridging Existing and Managed Infrastructure

Terraform Data Sources eliminate hardcoded infrastructure values, enabling dynamic resource referencing.

Read more
AI NewsAWSDevOps

AWS DevOps Agent Explained: Autonomous Incident Response with CloudWatch + EKS Demo

AWS launches autonomous DevOps Agent at re:Invent 2025 to investigate CloudWatch alarms and EKS errors with 40-minute investigation gaps.

Read more
AI NewsInfrastructure as CodeAWS

Terraform Project: Simple EC2 + Security Group

A beginner-friendly Terraform project to deploy an EC2 instance with a security group in AWS.

Read more
AI NewsAWSAutoML

Cost-Effective AutoML on AWS: $10-25/Month vs SageMaker's $150+

A serverless AutoML platform trains ML models for ~$10-25/month, 80-90% cheaper than SageMaker endpoints.

Read more
AI NewsDevOpsAWS

The Case of the 40-Second Logins: Debugging an ALB Gone Wrong

A misconfigured AWS ALB caused 40-second login delays for some users during an EKS migration.

Read more
AI NewsAWSDevOps

AWS Infrastructure Composer: Visual IaC for Serverless Apps

AWS Infrastructure Composer simplifies CloudFormation and SAM templates with visual editing, reducing manual IaC configuration errors.

Read more
AI NewsAWSSecurity

Amazon SNS Data Protection Policies Block, Mask, or Log Sensitive Data with 99% Sample Rate

Amazon SNS Data Protection Policies block, mask, or log sensitive data with 99% sample rate for compliance.

Read more
AI NewsTerraformAWS

Creating an AWS S3 Bucket with Terraform

Learn how to create a scalable AWS S3 bucket using Terraform, ensuring globally unique names and proper configuration.

Read more
AI NewsAWSNetworking

Trying out Amazon CloudWatch Network Flow Monitor in EKS

Amazon CloudWatch Network Flow Monitor, released in December 2024, simplifies network observability in EKS clusters.

Read more
AI NewsDevOpsAWS

How to Deploy a Next.js App to AWS S3 & CloudFront

Deploy a Next.js frontend to AWS S3 and CloudFront for fast, low-cost hosting with free SSL.

Read more
AI NewsAWSTerraform

Automate AWS Security with Terraform: Centralized Incident Response

Automate AWS security with Terraform: A modular approach for centralizing findings and incident response.

Read more
AI Newsdockerdevops

Reverse-Engineering a Dockerfile from an Existing Docker Image

A step-by-step guide to reconstructing a Dockerfile from an existing Docker image using the `docker history` command and layer analysis.

Read more
AI Newsawsnextjs

Secure File Uploads from Next.js to AWS S3 Using Presigned URLs

Learn how to securely upload files from a Next.js frontend to AWS S3 using presigned URLs, avoiding exposure of AWS credentials while ensuring scalability and security.

Read more
AI NewsDevelopmentArchitecture & Design

AWS Launches Capabilities by Region Tool for Enhanced Service Visibility and Deployment Planning

AWS introduces 'AWS Capabilities by Region,' a tool that centralizes service availability data across regions, streamlining deployment planning and governance for developers and architects.

Read more
AI NewsAWSCloud Computing

Building an Event-Driven Architecture on AWS Using EventBridge and SNS for EC2 State Notifications

This article explains how to use AWS EventBridge and SNS to automate email notifications for EC2 instance state changes, demonstrating a core principle of event-driven cloud systems.

Read more
AI Newsawscloud

Understanding Amazon EBS: Persistent Storage for EC2 Instances

A comprehensive guide to Amazon EBS (Elastic Block Store), AWS's persistent block storage for EC2 instances. Learn its features, AZ alignment, snapshot usage, and key configurations like 'Delete on Termination'.

Read more
AI Newslaravelaws

Scaling Laravel Queues: A Practical Guide to AWS SQS

A comprehensive guide to transitioning Laravel applications from default queue systems to AWS SQS for high availability, scalability, and reliability in handling thousands of jobs per hour.

Read more