Questions about how many IP addresses I need depending on quantity, workers and type

0

I have one question about IP address to provisions depend on the type of (small, medium and large) and quantity of workers , i tried to find something relevant about it in some documentation but i didn't find, I need to learn how to calculate it regardless of type and workers could you please give to me some examples

Eric
已提問 3 個月前檢視次數 707 次
2 個答案
2

Hey

I hope below link will help you solve this question -

https://www.freecodecamp.org/news/subnet-cheat-sheet-24-subnet-mask-30-26-27-29-and-other-ip-address-cidr-network-references/

Let me know if you need more help

Thanks

已回答 3 個月前
0

Hi,

MWAA will require IP addresses for the following components:

  • Schedulers (number of specified schedulers)
  • Workers (upto maximum specified worker count)
  • ENIs associated to the VPCE for backend meta database
  • If specifying Private_only web server access mode, ENIs associated to the VPCE for webserver

Since MWAA requires two subnets in different availability zones, above components will be distributed across these two subnets. Thus, these subnets could have different usage of IP addresses from MWAA, and could temporarily vary during auto-scaling and update of environment. And if you have multiple MWAA environments, the total IP address usage will need to be summed up accordingly.

As far as I know, the type/class of environment (small, medium and large) doesn't affect the allocation of IP addresses. Therefore, you should be able to ignore the environment type while calculating your subnet's CIDR range.

I hope this helps! Feel free to ask if you've any follow-up question.

AWS
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南