Amazon EC2-通过AWS控制台的用户数据不起作用

发布于 2024-10-19 03:15:57 字数 258 浏览 7 评论 0原文

从 Amazon EC2 控制台(或者即使我通过使用文件的盒子上的 API 工具执行此操作),我将: 粘贴

#!/bin/bash -ex

# tell the world what we've done!
echo 'thisisthetoken' > /home/ec2-user/testuserdata

到用户数据文本框中。当实例启动(Amazon Linux AMI)时,该文件不在目录中。我错过了这么基本的东西吗?

From the Amazon EC2 console (or even if I do it through API tools on a box using a file), I paste:

#!/bin/bash -ex

# tell the world what we've done!
echo 'thisisthetoken' > /home/ec2-user/testuserdata

Into the user-data text box. When the instance boots (the Amazon Linux AMI), the file is not in the directory. Am I missing something so basic?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

策马西风 2024-10-26 03:15:57

我确定这是 Amazon 的最新 AMI。您还可以从 www.alestic.com 测试 Ubuntu AMI。

/var/log/messages 或 /etc/log/syslog 记录用户数据执行情况。

I'm sure that's newest AMI from Amazon. You can also test Ubuntu AMI from www.alestic.com.

/var/log/messages or /etc/log/syslog logs user-data executions.

情感失落者 2024-10-26 03:15:57

原始 AMI 中存在一个错误;当前的 Amazon Linux AMI 使用相同的用户数据脚本。

There was a bug in the original AMI; the current Amazon Linux AMI's work with the same user-data script.

世俗缘 2024-10-26 03:15:57

您的 AMI 应支持用户数据(大多数 alestic.com 图像都支持)

your AMI should support user-data (most alestic.com images do)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文