問題タブ [aws-billing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - Amazon Elastic IP の価格と問題点
AWS での Elastic IP の料金を理解しようとしています。私にとって不可解なクエリはほとんどありません。
AWS ドキュメントによると、
1) EC2-VPC のリージョンあたりの Elastic IP アドレスの制限は 5 です。したがって、3 つのリージョンに 3 つの VPC があり、VPC ピアリングを介して接続されているとします。I can have 15 Elastic IPs in total for my account?
2) インスタンスの実行中は、インスタンスに関連付けられた 1 つの Elastic IP アドレスについては課金されませんが、インスタンスに関連付けられた追加の Elastic IP アドレスについては課金されます。
- Does it mean, charges will be applicable for 4 Elastic IPs if I use them for the same instance?
- If so, I can avoid billing for 4 elastic IPs if I use them somewhere else like, NAT, NAT Gateway, ELB, Bastion etc.?
3) Elastic IP を他のインスタンスに再割り当てし、プールから新しい Elastic IP を取得できます。In both the cases, Won't be cached data for these IPs routed to our instances? TTL will be still alive on the client side right.
4) VPC のインターネットゲートウェイを介して Elastic IP アドレスにアクセスします。VPC とネットワークの間に VPN 接続をセットアップした場合、VPN トラフィックはインターネット ゲートウェイではなく仮想プライベート ゲートウェイを通過するため、Elastic IP アドレスにアクセスできません。
ここでは、トラフィックはインターネット ゲートウェイ経由でルーティングされます。プライベート ゲートウェイではなく。
私の理解が間違っている場合は修正してください。御時間ありがとうございます。