ENGINEER · 엔지니어 가이드

클라우드

AWS·GCP·Azure 핵심 서비스 설정과 패턴

140 GUIDES · 9 CATEGORIES
← 전체 보기
GUIDES

클라우드 가이드17

클라우드중급
7월 16일

Ansible Basics — Automating Servers with Inventory, Playbooks, and Modules

Codify server configuration with agentless Ansible. This guide walks through the core flow of idempotent automation—inventory, ad-hoc commands, playbooks, handlers, and roles—with practical examples.

UbuntuDebianCentOS
클라우드중급
6월 18일

AWS Route 53 — Complete Guide to DNS, Routing Policies, and Health Checks

Covers Route 53 hosted zones and record types, plus simple, weighted, latency, failover, and geolocation routing policies with health checks. A practical guide to managing records with the AWS CLI and configuring failover and traffic distri

linux
클라우드중급
6월 18일

Grafana Dashboards — Prometheus Integration and Alerting Setup

Connect a Prometheus data source to Grafana and build panel dashboards. Covers provisioning automation, template variables, Grafana unified alerting rules, and contact points from a practitioner’s perspective.

linux
클라우드중급
6월 18일

Prometheus + Node Exporter — Building Server Metrics Monitoring

Collect CPU, memory, disk, and network metrics from Linux servers with Prometheus and Node Exporter. Configure scrape_configs, PromQL queries, recording rules, and retention policy to production standards.

linux
클라우드초급
5월 27일

Azure Basics — Getting Started with VMs, Storage, and Networking

A hands-on walkthrough of core Azure services: installing the Azure CLI, creating resource groups and VMs, storage accounts, virtual networks, and NSG configuration.

클라우드중급
5월 27일

AWS CloudWatch — Practical Monitoring, Alarms, and Log Collection

Covers how to query CloudWatch metrics, publish custom metrics, configure alarms, query logs with Logs Insights, and build dashboards for EC2, Lambda, and RDS.

클라우드초급
5월 27일

AWS Lambda Basics — Writing and Deploying Serverless Functions

An introduction to serverless covering how to create Lambda functions, connect triggers (API Gateway, S3, EventBridge), configure environment variables, IAM roles, and layers, and deploy with the CLI.

클라우드중급
5월 27일

AWS VPC Network Design — Subnets, Routing, and Security Groups

Explains how to build an AWS network: create a VPC, design public and private subnets, and configure an Internet Gateway, NAT Gateway, route tables, security groups, and NACLs.

클라우드초급
5월 27일

Cloudflare DNS · Proxy · Page Rules Setup Guide

This guide covers registering a domain with Cloudflare, configuring DNS, orange-cloud (proxy) mode, Page Rules, SSL/TLS options, and basic WAF settings.

클라우드초급
5월 27일

GCP Compute Engine Basics — Creating VMs, Firewalls, SSH, and Snapshots

Covers how to create VM instances on GCP Compute Engine, configure firewall rules, connect over SSH, and manage disk snapshots and machine images.

클라우드중급
5월 27일

AWS RDS Configuration Guide — Instances, Parameters, Backups, and Snapshots

A practical walkthrough of RDS setup: creating instances, configuring security groups, tuning parameter groups, managing automated backups and snapshots, and creating read replicas.

클라우드중급
5월 27일

AWS IAM Roles and Policies in Practice — Least Privilege Best Practices

Covers the conceptual differences among IAM users, groups, roles, and policies; how to write JSON policies; applying least privilege; enforcing MFA; and IAM best practices.

클라우드고급
5월 19일

Amazon EKS in Practice — Cluster Setup, Deployment Strategies, and Operational Patterns

An in-depth guide to provisioning an EKS cluster with eksctl and running production-grade Kubernetes workloads with ALB Ingress, HPA, and Karpenter.

UbuntumacOS
클라우드중급
5월 18일

Terraform Basics — Managing Infrastructure as Code

A beginner-friendly guide covering Terraform installation, provisioning an AWS EC2 instance, state management, and real-world workflows.

UbuntuDebianCentOS
클라우드초급
5월 18일

Complete Guide to AWS CLI Installation, Configuration, and Essential Commands

A practitioner-focused walkthrough of AWS CLI v2 installation, profile setup, and the EC2, S3, and IAM commands you use most in day-to-day work.

UbuntuDebianCentOS
클라우드초급
5월 18일

Creating AWS S3 Buckets and Using the CLI

How to create an S3 bucket, configure bucket policies and ACLs, and upload, download, and sync files with the AWS CLI.

ubuntumacos
클라우드초급
5월 18일

Getting Started with AWS EC2 Instances

A step-by-step guide to creating an EC2 instance, configuring security groups, connecting via SSH, and completing basic server setup.

ubuntu