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
feita há 3 meses708 visualizações
2 Respostas
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

respondido há 3 meses
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
respondido há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas