AWS
Amazon Web Services is the leading cloud platform offering 200+ services for computing, storage, AI, and more. Explore practical AWS guides.
46 articlesHow to Retrieve EC2 Instance Meta Information
2020/04/01·1 min readA few commands to retrieve EC2 instance metadata, including hostname and user data.
Use VPC Flow Logs
2020/03/11·1 min readThis blog shows how to set up VPC flow logs.
Create AWS Classic Load Balancer
2020/03/04·1 min readThis blog shows how to set up an AWS Classic Load Balancer from scratch. At the end of the setup, you'll have 2 EC2 instances behind a load balancer in a public subnet.
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 Create AWS Organization for Consolidated Billing
2020/02/11·2 min readIf you have multiple AWS accounts, it is hard to manage each account's billing. AWS Organizations allows you to consolidate billing across all your accounts.
How to Setup AWS Application Load Balancer
2020/02/04·3 min readThis blog will show how to create an AWS Application Load Balancer with custom VPC's EC2 instances.
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.
How to do S3 Cross Region Replication
2020/01/21·1 min readThis blog shows how to use S3 replication within your current AWS account for cross-region or same-region replication.
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.
How to Set Up Billing Alarm in AWS
2020/01/14·2 min readThis blog shows how to set up billing alarms in AWS to get notified when your spending reaches a certain threshold.
Share S3 Bucket Between AWS Accounts
2020/01/13·1 min readThis blog shows how to share an S3 bucket across different AWS accounts.
Build and Deploy with AWS CodePipeline
2019/03/01·4 min readThis blog shows how to use AWS CodePipeline to automate building and deploying a Node.js app from a GitHub repo to AWS Elastic Beanstalk.
How to Deploy Node.js App to the AWS Elastic Beanstalk
2019/01/01·2 min readHow to deploy a Node.js app to AWS Elastic Beanstalk.