- Effective DevOps with AWS
- Nathaniel Felsen
- 102字
- 2021-07-15 17:11:50
Creating our first web server
Now that we have our environment set up, we are finally ready to launch our first EC2 instance. There are a couple of ways to do that. Since we just installed and configured awscli and we want to see effective ways of managing infrastructures, we will demonstrate how to do this using the command-line interface.
Launching a virtual server requires having a certain amount of information ahead of time. We will use the aws ec2 run-instances command, but we need to supply it with:
- An AMI ID
- An instance type
- A security group
- An SSH key pair
推薦閱讀
- 在最好的年紀學Python:小學生趣味編程
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Mastering Ubuntu Server
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- 實戰Java高并發程序設計(第3版)
- The HTML and CSS Workshop
- 區塊鏈底層設計Java實戰
- 小程序,巧應用:微信小程序開發實戰(第2版)
- 編程可以很簡單
- Hands-On Kubernetes on Windows
- Troubleshooting Citrix XenApp?
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- 高性能PHP 7
- 關系數據庫與SQL Server 2012(第3版)
- 算法超簡單:趣味游戲帶你輕松入門與實踐