👻

6. Others

2023/05/23に公開

Amazon VPC

VPCセカンダリIP

IPアドレスが枯渇した場合に増やすことが出来る

IPAM

→Amazon VPC IP Address Manager
IPアドレス空間の整理や自動割り当てが出来る、これを利用してCloudFormationでの自動展開もできる
https://docs.aws.amazon.com/ja_jp/vpc/latest/ipam/what-it-is-ipam.html

VPC Peeringの制限事項

→CIDRの重複、Peeringの重複、推移的なルーティングなど
http://docs.aws.amazon.com/AmazonVPC/latest/PeeringGuide/vpc-peering-basics.html#vpc-peering-limitations

NAT Gatewayの制限事項

→フラグメンテーションやIPSecには対応していない
https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html

VPC Endpoint

https://dev.classmethod.jp/articles/vpc-endpoint-gateway-type/
https://dev.classmethod.jp/articles/aws-vpcendpoint-privatelink-beginner/

https://docs.aws.amazon.com/ja_jp/vpc/latest/privatelink/concepts.html

API Gateway

https://d1.awsstatic.com/webinars/jp/pdf/services/20190514_AWS-Blackbelt_APIGateway_rev.pdf
さらっと

Reachability Analyzer

https://dev.classmethod.jp/articles/breaking-vpc-reachability-analyzer/
https://dev.classmethod.jp/articles/amazon-vpc-reachability-analyzer-3-networking-services/

Firewall Manager

Orgとの連携は覚えておいた方がいいかも
https://pages.awscloud.com/rs/112-TZM-766/images/202206_AWS_Black_Belt_AWS_FirewallManager_For_AWS_WAF.pdf

WAF

参考程度に
https://d1.awsstatic.com/webinars/jp/pdf/services/20200324_AWS_BlackBelt_AWS_WAF_Update.pdf

AWS Firewall manager

基本はThirdParty IPS と同じ
https://d1.awsstatic.com/webinars/jp/pdf/services/BlackBelt202106_AWS_Network_Firewall_Basic.pdf

IPv6対応

必要な設定
・VPCで有効化(ベースがIPv4にあって、それにIPv6を追加するイメージ)
・SG/NACLの修正(デフォルトv4の設定のみなので)
・Egress Only IGW:IPv6専用アウトバンドだけできるIGW
*インスタンスはIPv6に対応するものが限られている
※作成できない時は IPv4 の枯渇が考えられる

VPC Flow logs

InNACL〇 → InSG〇 → EC2 → OutSG〇 → OutNACL×

Traffic Mirroring

https://docs.aws.amazon.com/ja_jp/vpc/latest/mirroring/what-is-traffic-mirroring.html

https://aws.amazon.com/jp/blogs/networking-and-content-delivery/using-vpc-traffic-mirroring-to-monitor-and-secure-your-aws-infrastructure/

機能

  • EC2インスタンスのENIを通過するトラフィックをENIもしくはNLBにミラーリング
  • パケットはVirtual eXtensible Local Area Network(VXLAN)でカプセル化
  • EC2インスタンスにログインしなくてもパケットパケットキャプチャが可能
  • VPCフローログと異なりパケット内容を取得可能

https://dev.classmethod.jp/articles/how-to-capture-packets-outside-ec2-with-vpc-traffic-mirroring/

ミラーリングターゲット

  • ENI
  • NLB *4789/UDP でのリスナー
  • GWLB

https://docs.aws.amazon.com/ja_jp/vpc/latest/mirroring/traffic-mirroring-targets.html

メモ

今(2022/5~)は GWLB に対してもトラフィックの転送が可能になっている

メリットとしては以下が考えられました

  • 複数 VPC で監視を行いたい際に展開/管理が簡単
  • セキュリティアプライアンスを IDS のように使うことが出来る

https://aws.amazon.com/jp/about-aws/whats-new/2022/05/amazon-vps-traffic-mirroring-supports-sending-mirrored-traffic-gateway-load-balancer-backed-monitoring-appliances/

https://aws.amazon.com/jp/blogs/networking-and-content-delivery/introduction-to-traffic-mirroring-to-gwlb-endpoints-as-target/

https://dev.classmethod.jp/articles/amazon-vpc-traffic-mirroring-supports-sending-mirrored-traffic-gateway-load-balancer/

アディショナル

EC2の通信速度を上げるにはどうすればいいか

EC2側で帯域幅を上げる場合、拡張ネットワーキング(ENAドライバ)を使用する
https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/enhanced-networking.html
https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/enhanced-networking-ena.html
Client VPN は10Mbps/ユーザごと
https://docs.aws.amazon.com/ja_jp/vpn/latest/clientvpn-admin/what-is.html#what-is-limitations
Site-to-Site VPN は 1.25Gbps/一回線

Firewall Managerを利用した複数アカウントへの設定手順

https://dev.classmethod.jp/articles/getstart-aws-firewall-manager/
https://docs.aws.amazon.com/ja_jp/waf/latest/developerguide/enable-ram.html
https://docs.aws.amazon.com/ja_jp/waf/latest/developerguide/getting-started-fms-intro.html

Network Firewall の管理について

https://dev.classmethod.jp/articles/aws-firewall-manager-import-existing-aws-network-firewall-resources/
https://blog.serverworks.co.jp/all-about-aws-network-firewall

Client VPN においてのトラブルシューティング

https://docs.aws.amazon.com/ja_jp/vpn/latest/clientvpn-admin/troubleshooting.html

CloudFormationを使用したネットワークコンポーネントの展開

VPC Peeringや Site-to-Site VPNでのデプロイ順序の調整

Route 53 およびDNSSECの設定方法

https://docs.aws.amazon.com/ja_jp/Route53/latest/DeveloperGuide/dns-configuring-dnssec-enable-signing.html
https://repost.aws/ja/knowledge-center/route-53-configure-dnssec-subdomain

CloudFront/ALB環境のE2E暗号化

https://blog.serverworks.co.jp/2022/07/01/090030

DX環境のA/Sでのエラー検出


ユーザ側で有効化が必要
https://aws.amazon.com/jp/directconnect/faqs/

Route 53 + RAM

https://dev.classmethod.jp/articles/share-route-53-resolver-rule-by-ram/
https://dev.classmethod.jp/articles/explain-route53-resolver-ram/
https://docs.aws.amazon.com/ja_jp/ram/latest/userguide/shareable.html#shareable-r53

BYODIP

https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2-byoip.html
https://dev.classmethod.jp/articles/update-about-support-byoip-at-some-region/
https://pages.awscloud.com/rs/112-TZM-766/images/202205_AWS_Black_Belt_Amazon_VPC_IPAM.pdf

ロギング

トラフィックミラーリング

Discussion