Tag: aws
All the articles with the tag "aws".
-
AWS Application Load Balancer with a Custom Domain (Cloudflare)
Published:step-by-step walkthrough for beginners on setting up an AWS Application Load Balancer (ALB), securing it with SSL/TLS using ACM
-
Hosting a static website on AWS S3
Published:step-by-step to Hosting a static website on AWS S3
-
Request a new ACM certificate with cloudflare.
Published:Guide ti request a new ACM certificate with cloudflare.
-
Nginx as a load balancer on AWS EC2
Published:Simple example of Nginx as a load balancer on AWS EC2.
-
Deploying Your PHP and MySQL App on AWS EC2 with Docker, Nginx, SSL and a Custom Domain
Published:Learn how to take your PHP and MySQL application from local development to a live production environment on an AWS EC2 instance. This comprehensive guide walks you through the entire process, covering Docker and Docker Compose setup, Nginx as a reverse proxy, configuring your custom domain with DNS, and securing your application with free SSL/TLS certificates using Certbot (Let's Encrypt). Discover best practices for deploying and managing your web app in the cloud, including persistent storage for your database and seamless code updates.
-
Terraform - Create and SSH into an AWS EC2 Instance Using Terraform (Free Tier Guide for Beginners)
Published:How to create and SSH into an Amazon EC2 instance using Terraform — completely within AWS Free Tier limits. We’ll cover essential Terraform setup, defining AWS resources, adding a security group for SSH access, and outputting the public IP for easy login. Perfect for beginners looking to get hands-on with Infrastructure as Code (IaC)!