Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用来自 github的 RHEL7 的 AWS 标准脚本模板部署 Cloudformation 模板时,我收到错误消息:在构建期间发生错误:无法启用服务 amazon-ssm-agent(返回代码 1)
已经解决了这个问题,解决方案是在调用 cfn-init 之前在 userdata 中安装 polkityum install polkit
yum install polkit