Install NixOS on Amazon EC2/ja: Difference between revisions
Haruki7049 (talk | contribs) Created page with "== トラブルシューティング ==" |
Updating to match new version of source page |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<languages /> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
Amazon EC2 is a widely used cloud deployment platform that is part of Amazon Web Services (AWS). NixOS largely supports the platform through AMIs and the [https://github.com/nix-community/nixos-generators nixos-generators] project. | Amazon EC2 is a widely used cloud deployment platform that is part of Amazon Web Services (AWS). NixOS largely supports the platform through AMIs and the [https://github.com/nix-community/nixos-generators nixos-generators] project. | ||
Line 10: | Line 11: | ||
</div> | </div> | ||
これらのAMIのデフォルトユーザーは<code>root</code>です。デフォルトのパスワードはなく、EC2の作成プロセスで選択したSSHキーを使って認証が行われます。 | |||
<span id="Creating_a_NixOS_AMI"></span> | <span id="Creating_a_NixOS_AMI"></span> | ||
Line 31: | Line 30: | ||
== トラブルシューティング == | == トラブルシューティング == | ||
< | <span id="SSH_Asks_For_Password"></span> | ||
== | <div class="mw-translate-fuzzy"> | ||
== SSHがパスワードを尋ねてくる場合 == | |||
</div> | </div> | ||
新しく起動したEC2インスタンスにSSH経由で接続すると、パスワードを要求される場合があります。これは、<code>amazon-init</code>systemdサービスがまだユーザーデータを読み取っているためと思われます。現在のSSH接続試行を中止し、数分後にもう一度試してください。 | |||
[[Category:Deployment]] | [[Category:Deployment]] | ||
[[Category:Server]] | [[Category:Server]] |