gpt4 book ai didi

amazon-ec2 - AWS CloudFormation 初始化服务作为 bash 脚本

转载 作者:行者123 更新时间:2023-12-03 07:44:32 25 4
gpt4 key购买 nike

我想知道下面的 CloudFormation 代码的 bash 等效项是什么。

ServerLaunchConfiguration:
Type: AWS::AutoScaling::LaunchConfiguration
Metadata:
AWS::CloudFormation::Init:
configSets:
install_all:
- install_cfn
install_cfn:
..some important staff..
services:
sysvinit:
cfn-hup:
enabled: 'true'
ensureRunning: 'true'
files:
- /etc/cfn/cfn-hup.conf
- /etc/cfn/hooks.d/cfn-auto-reloader.conf

我希望服务部分由bash脚本完成,因为在执行它时,文件/etc/cfn/cfn-hup.conf/etc/cfn/hooks.d/cfn-auto-reloader.conf 不存在。我将它们创建为UserData的一部分。我知道它们可以而且可能应该由 Init 中的文件创建。

当我运行命令时:

systemctl status cfn-hup.service

我得到:

Loaded: loaded (/etc/rc.d/init.d/cfn-hup; bad; vendor preset: disabled) Active: failed (Result: exit-code)

这是可以预见的,因为尝试时这些文件不存在。但我实际上可以稍后使用 service cfn-hup start 成功启动此服务。

问题:

如果我将这些服务保留原样,然后在打包 .conf 文件后调用:service cfn-hup start,结果会相同吗?

最佳答案

也许,Configsets可以为您解决这个问题。

Configsets If you want to create more than one config key and to have cfn-init process them in a specific order, create a configset that contains the config keys in the desired order.

关于amazon-ec2 - AWS CloudFormation 初始化服务作为 bash 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53816118/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com