- 重要な情報
- はじめに
- 用語集
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Investigate AWS Network Access Control Lists (NACLs) for rules that enable multiple open ports and limit ingress traffic access based on port range.
Eliminate the threat of unauthorized access malicious activities, such as Denial of Service (DoS) or Distributed Denial of Service (DDoS) attacks, by opening only the ports that are required by your application.
Follow the Adding and deleting rules docs to limit ingress traffic access based on port range.
Run replace-network-acl-entry
to create a rule that only allows ingress traffic from a specific port range.
replace-network-acl-entry.sh
aws ec2 replace-network-acl-entry
--network-acl-id id-01234567
--ingress
--rule-number 01
--protocol tcp
--port-range From=000,To=000
--rule-action allow