質問
AWS Beanstalkインスタンスをファイアウォールで保護する正しい方法は何ですか?
コンテクスト
ローカルのClojurerepl/ swankインスタンスを提供する予定なので、ファイアウォールを使用することが重要です。
ここで、beanstalkインスタンスにssh-edすると、「sudoiptables--list」は次のようになります。
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ここで、EC2コンソール(aws.amazon.com)を見ると、他のレベルでは、ポート22と80のみが開いていることがわかります。
したがって、私の質問:これをファイアウォールで保護するための適切なレイヤーは何ですか?
ありがとう