- 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
推薦閱讀
- 兩周自制腳本語言
- FreeSWITCH 1.6 Cookbook
- 算法大爆炸:面試通關步步為營
- Magento 2 Development Cookbook
- Bulma必知必會
- Modern JavaScript Applications
- ASP.NET程序設計教程
- Kotlin從基礎到實戰
- Getting Started with LLVM Core Libraries
- 區塊鏈技術進階與實戰(第2版)
- 編程可以很簡單
- Android Development Tools for Eclipse
- Python Deep Learning
- Application Development with Parse using iOS SDK
- 精通Spring:Java Web開發與Spring Boot高級功能