Topic 1 Question 45
2 つ選択A SysOps administrator is attempting to deploy resources by using an AWS CloudFormation template. An Amazon EC2 instance that is defined in the template fails to launch and produces an InsufficientInstanceCapacity error. Which actions should the SysOps administrator take to resolve this error?
Create a separate AWS CloudFormation template for the EC2 instance.
Modify the AWS CloudFormation template to not specify an Availability Zone for the EC2 instance.
Modify the AWS CloudFormation template to use a different EC2 instance type.
Use a different Amazon Machine Image (AMI) for the EC2 instance.
Use the AWS CLI's validate-template command before creating a stack from the template.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: BC
If you're launching an instance, submit a new request without specifying an Availability Zone.
If you're launching an instance, submit a new request using a different instance type (which you can resize at a later stage). For more information, see Change the instance type. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/troubleshooting-launch.html#troubleshooting-launch-capacity
👍 8princajen2022/09/01 - 正解だと思う選択肢: BC
BC. InsufficientInstanceCapacity error message means the current AZ that you wish to deploy your instance in does not have enough capacity, so BC are the best options to circumvent it.
👍 5Surferbolt2022/10/12 Ans: BC
👍 1Liongeek2022/11/18
シャッフルモード