Category EC2
Share experience about EC2
How to Create AWS EC2 by Terraform
2023/2/3·6 min readThis blog will demonstrate how to setup AWS EC2 with Terraform at local
How to Send Application Logs from EC2 to CloudWatch Logs
2021/3/2·3 min readThis blog shows how to send application logs from Amazon Linux 2 EC2 Instance to AWS CloudWatch logs, it'll include how to set upand configure.
How to Setup a HTTPS Node JS Server on Amazon EC2
2021/3/1·10 min readThis blog is a complete guide that shows how to set up HTTPS node.js web server on EC2 from beginning to end. It'll include how to set up a simple Express.js web app on EC2, how to create an SSL/TSL certificate by using AWS Certificate Manager, how to setup AWS application load balancer and create redirect rule from non-www to www, HTTP to HTTPS, and how to use Route 53 to configure a route from your custom domain to the AWS application load balancer. This blog will assume using example.com, at the end of the blog, we'd like all the `http://example.com`, `http://www.example.com`, `https://example.com` redirect to `https://www.example.com`.
Setting Up Next.js on AWS EC2 Instance
2021/10/2·1 min readNext.js is a React-based web application framework built on top of Node.js web application, AWS EC2 is Amazon AWS Service's cloudcomputing which hosts the VM in the cloud. In this tutorial, we will manually create an EC2 instance and then SSH into theinstance and install and set up the Next.js.
How to Backup EC2 EBS Volume
2020/4/1·1 min readThis blog shows how to backup EC2 instance and create another instance to the same region or different region.
Blocking Traffic from Specific IP Address with AWS Network ACL
2020/3/2·1 min readThis blog shows few ways of use AWS Network ACLs to block traffic to your site.
How to Setup MongoDB on Amazon Linux EC2
2020/2/11·1 min readThis blog shows how to set up a MongoDB database environment on the cloud, AWS EC2 with Amazon Linux.
How to Retrieve EC2 Instance Meta Information
2020/4/1·1 min readFew commands to get information for EC2 meta information.
How to Create VPC with Public and Private Subnet
2020/2/12·1 min readThis blog shows how to create AWS VPC from scratch.
SSH to EC2 Instance from Mac OS
2020/1/23·1 min readThis blog shows how to connect to AWS Linux or Ubuntu from Mac OS
SSH to EC2 Instance via Chrome Extension Secure Shell
2020/1/19·1 min readThis blog shows how to ssh to EC2 Instance via Chrome Extension Secure Shell.
SSH to EC2 Instance via EC2 Instance Connect
2020/1/18·1 min readThis blog shows how to use AWS Instance Connect to SSH to AWS EC2 Instance.
Use AWS Elastic IP Address
2020/4/9·1 min readThis blog will show how to use AWS elastic IP to assign to EC Instance.
Provision AWS EC2 Instance
2020/1/23·1 min readThis blog shows how to create EC2 instance.