Topic 1 Question 214
A developer needs to launch a new Amazon EC2 instance by using the AWS CLI.
Which AWS CLI command should the developer use to meet this requirement?
aws ec2 bundle-instance
aws ec2 start-instances
aws ec2 confirm-product-instance
aws ec2 run-instances
ユーザの投票
コメント(2)
D. aws ec2 run-instances
So, to create a new EC2 instance using the AWS CLI, you would typically use the aws ec2 run-instances command, providing the necessary parameters such as the AMI ID, instance type, security groups, and key pair, among others.
👍 4Claire_KMT2023/10/27- 正解だと思う選択肢: D
D. aws ec2 run-instances
Note: B aws ec2 start-instances is used to "start an instance that you've previously stopped"
👍 4chris_7772023/11/25
シャッフルモード