EC2
Amazon EC2 provides resizable compute capacity in the cloud — virtual servers you can configure and scale on demand.
17 articlesHow to Create AWS EC2 by Terraform
2023/02/03·2 min readThis blog demonstrates how to set up AWS EC2 with Terraform locally.
Setting Up Next.js on AWS EC2 Instance
2021/10/02·2 min readNext.js is a React-based web application framework built on top of Node.js. AWS EC2 is Amazon's cloud computing service which hosts VMs in the cloud. In this tutorial, we will manually create an EC2 instance, SSH into it, and install and set up Next.js.
How to Collect Memory Disk Usage By Using CloudWatch Agent
2021/03/20·2 min readThis blog provides a quick guide on how to set up CloudWatch Agent manually on an EC2 Linux instance. CloudWatch Agent enables you to collect system or custom metrics from Amazon EC2 instances across operating systems. You can install CloudWatch Agent on AWS Cloud or on-premises servers, Linux, or Windows as well.
How to Send Application Logs from EC2 to CloudWatch Logs
2021/03/02·2 min readThis blog shows how to send application logs from an Amazon Linux 2 EC2 instance to AWS CloudWatch Logs, including how to set up and configure the CloudWatch Logs agent.
How to Setup a HTTPS Node JS Server on Amazon EC2
2021/03/01·13 min readA complete guide to set up an HTTPS Node.js web server on EC2, including Express.js setup, AWS Certificate Manager SSL/TLS, application load balancer with HTTP to HTTPS redirect, and Route 53 domain configuration.
How to Increase AWS EBS Volume Size
2020/12/11·1 min readThis quick note shows how to increase AWS EC2 Linux's EBS volume size.
How to Redirect HTTP to HTTPS on Amazon Linux with Node.js
2020/05/02·3 min readThis blog shows how to redirect from HTTP to HTTPS by using Nginx at Amazon Linux EC2 Instance.
Use AWS Elastic IP Address
2020/04/09·2 min readThis blog will show how to use AWS elastic IP to assign to EC Instance.
How to Backup EC2 EBS Volume
2020/04/01·1 min readThis blog shows how to back up an EC2 instance and create another instance in the same region or a different region.
How to Retrieve EC2 Instance Meta Information
2020/04/01·1 min readA few commands to retrieve EC2 instance metadata, including hostname and user data.
Blocking Traffic from Specific IP Address with AWS Network ACL
2020/03/02·2 min readThis blog shows a few ways to use AWS Network ACLs to block traffic to your site.
How to Create VPC with Public and Private Subnet
2020/02/12·4 min readThis blog shows how to create an AWS VPC from scratch with public and private subnets, internet gateway, NAT gateway, and EC2 instances.
How to Setup MongoDB on Amazon Linux EC2
2020/02/11·3 min readThis blog shows how to set up a MongoDB database environment on the cloud using AWS EC2 with Amazon Linux.
Provision AWS EC2 Instance
2020/01/23·1 min readThis blog shows how to create an EC2 instance on AWS step by step.
SSH to EC2 Instance from Mac OS
2020/01/23·1 min readThis blog shows how to connect to an AWS Linux or Ubuntu EC2 instance from macOS.
SSH to EC2 Instance via Chrome Extension Secure Shell
2020/01/19·1 min readThis blog shows how to SSH to an EC2 instance via the Chrome Extension Secure Shell.
SSH to EC2 Instance via EC2 Instance Connect
2020/01/18·1 min readThis blog shows how to use AWS EC2 Instance Connect to SSH to an AWS EC2 instance directly from the browser.