aws
9 articles tagged with "aws"
Tech Feeds
9.Create EBS Volume Using Terraform
Lab Information The Nautilus DevOps team is strategizing the migration of a portion of their infrastructure to the AWS cloud. Recognizing the scale of this undertaking, they have opted to approach t...
Stop Drawing Stacks: Seeing Drupal on AWS as a Graph
Every architecture diagram you've ever drawn is a graph. The boxes are nodes; the arrows are edges. Yet most teams treat those diagrams as static documentation rather than a working model they can rea...
[AWS] 5. High Availability and Scalability, Elastic Load Balancer (ELB), Auto Scaling Groups (ASG)
Scalability & High Availability Scalability means that an application / system can handle greater loads by adapting There are two kinds of scalability: Vertical Scalability Horizontal Scalability...
[AWS] 6. AWS Fundamentals: RDS (Relational Database Service) + Amazon Aurora + ElastiCache
Amazon RDS Overview RDS stands for Relational Database Service It's a managed DB service for DB use SQL as a query language It allows you to create databases in the cloud that are managed by AWS...
[AWS] 7. AWS Route 53, DNS (Domain Name System), Routing Policies
What is DNS? Domain Name System which translates the human friendly hostnames into the machine IP addresses www.google.com → 172.217.18.36 DNS is the backbone of the Internet DNS uses hierarchical...
Beyond Discord: How I would Architect Community Infrastructure on AWS
The recent project for Marko Sluga’s community was a massive learning curve. I built the infrastructure on Discord Optimizing roles, security, and onboarding. I coudn´t sleep so I am doing this right...
🚨 AWS 132: Data Time Travel - RDS Snapshots and Restoration
This article provides a practical guide on creating and restoring Amazon RDS snapshots, emphasizing the importance of data backup and recovery strategies. It outlines key concepts, a step-by-step workflow, and common pitfalls, making it a valuable resource for cloud practitioners.
It’s 2026: Stop Using AWS IAM and Start Using IAM Identity Center
The article advocates for transitioning from AWS IAM users to IAM Identity Center, emphasizing the security risks of long-lived credentials and operational inefficiencies. It provides a detailed migration guide and highlights the benefits of centralized access management and integration with identity providers.
🚨 AWS 128: Setting Up Amazon ECR and Pushing Docker Images
This tutorial guides users through setting up an Amazon Elastic Container Registry (ECR) for Docker images. It covers creating a private repository, building a custom Python app image, and pushing it to ECR, emphasizing key concepts like authentication tokens and image tagging.