Create Custom AMI
Create Custom AMIWe can create custom ami using the instance setting information, which made before. Let’s modify as the below code and Press the ‘Create image’ button 1234567Image name : web9Image d
Create Custom AMIWe can create custom ami using the instance setting information, which made before. Let’s modify as the below code and Press the ‘Create image’ button 1234567Image name : web9Image d
Configuration of Amazon Load Balancer Do you know the function of Load Balancer in the network? if you have just a one web server and the number of your customer is not too many, then actually You don
Configuration of EC2 instance Let’s start to configure the AWS EC2 in the subnet when you complete to configure the network. EC2EC2 means the abbreviation of ‘Elastic Compute Cloud’. We can define thi
Configuration of AWS Network Flow Enter AWS Website and Joining at there Create VPC Create Subnet Create Internet Gateway and Attach this to VPC Create NAT Gateway Create Route Tab
Configuration of AWS Network Flow Enter AWS Website and Joining at there Create VPC Create Subnet Create Internet Gateway and Attach this to VPC Create NAT Gateway Create Route Tab
How to Use Junit1. Calculator ExampleWe need two files for testing JUnit. One is Calculator.java and the other is CalculatorTest.java Let’s start to make the package and files for that. 1234> mkdir
1. Create Project.1File > New > Project Please select Gradle Category and then You can see many various libraries for this. then Let’s start to add 2 options named Java , Web like below. If you
HttpServletRequest1234567891011121314151617function httpServletRequestSample() { let data = { "name" : "kidongyun", "age" : 26 } $.