How to change instance type of EC2 [AWS] How to change instance type of EC2 How to change instance type of EC2 You can change instance type of EC2 instance very easily. Adjust EC2 instance type b... 2021.06.29 How to change instance type of EC2
Basic Knowledge of Network [Linux] Basic Knowledge of Network Basic Knowledge of Network Even though If you are a server engineer, you need to have basic knowledge of Network. Let... 2021.06.27 Basic Knowledge of Network
Eclipse [Java] Setup Eclipse Install Eclipse Eclipse is an integrated development environment (IDE) used in computer programming. For your java dev... 2021.06.25 EclipsejavaSet up Eclipse
Basic Command Linux ~Group and User~ Manage group and user 1. useradd Create new user. <Option> -c : input comment -g : designate primary g... 2021.06.24 Basic CommandLinux
AWS [AWS] Set up EC2 Instance Pre-requisite Set up VPC in advance. Please refer to it if you have not created it. Set up EC2 Instance I wou... 2021.06.23 AWSSet up EC2 instance
AWS [AWS] Set up AutoScaling ~Set up Auto Scaling Groups~ Pre-Condition 1. Create Launch Templates 2. Create VPC and Subnet Set up Auto Scaling Groups Open EC2 instan... 2021.06.23 AWSSet up Auto Scaling GroupsSet up AutoScaling
AWS [AWS] Set up AutoScaling ~Set up Launch Templates~ Pre-Condition 1. Create AMI image of your EC2 instance. Please refer to below page. Set up Launch Templates T... 2021.06.20 AWSSet up AutoScalingSet up Launch Templates
AWS [AWS] VPC and Subnet Creation VPC and Subnet Creation In this session, Create VPC and Subnet in advance. Please access AWS management console and cli... 2021.06.18 AWSSet up VPC and Subnet
AWS [AWS] Create AMI Image Create AMI image of EC2 instance To duplicate your EC2 instance, you need to create AMI image. Let me explain how to c... 2021.06.18 AWSCreate AMI Image
Basic Command Linux ~Basic Command~ Basic Linux Command 1. ls Get information of file name and directory name <Option> -a : Output all files i... 2021.06.18 Basic CommandLinux