Topic 1 Question 22
A SysOps administrator is responsible for managing a company's cloud infrastructure with AWS CloudFormation. The SysOps administrator needs to create a single resource that consists of multiple AWS services. The resource must support creation and deletion through the CloudFormation console. Which CloudFormation resource type should the SysOps administrator create to meet these requirements?
AWS::EC2::Instance with a cfn-init helper script
AWS::OpsWorks::Instance
AWS::SSM::Document
Custom::MyCustomType
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D
Custom resources enable you to write custom provisioning logic in templates that AWS CloudFormation runs anytime you create, update (if you changed the custom resource), or delete stacks. For example, you might want to include resources that aren't available as AWS CloudFormation resource types. You can include those resources by using custom resources. That way you can still manage all your related resources in a single stack.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html
👍 5princajen2022/09/01 - 正解だと思う選択肢: D
ddddddd
👍 2michaldavid2022/12/06
シャッフルモード