awsのec2にてelixir phoenixをデプロイし、ビルドをかけ、あとはホームページ閲覧といったところなのですが、http://公開ip:4000を叩いても開くことができず困っています。
phenixのコードにて何か追記が必要なのでしょうか?
それとも、aws関係の設定が不足しているのでしょうか?
当方初心者のため、詳しくご教授いただけますと幸いです。
試したこと
様々なサイトを参考にし、セキュリティのインバウンドのルール(http 80ポート接続設定)も済ませております
###ビルド結果
[ec2-user@ip-非公開 hello]$ mix phx.server [info] Running HelloWeb.Endpoint with cowboy 2.9.0 at 127.0.0.1:4000 (http) [info] Access HelloWeb.Endpoint at http://localhost:4000 [watch] build finished, watching for changes...
###使用しているマシンイメージ
Linux ip-非公開.ap-northeast-1.compute.internal非公開.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
###Erlang elixir バージョン
Erlang/OTP 24 [erts-12.0] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1] [jit] Elixir 1.14.0-dev (3b52a04) (compiled with Erlang/OTP 24)
回答3件
あなたの回答
tips
プレビュー