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
posta 3 mesi fa707 visualizzazioni
2 Risposte
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

con risposta 3 mesi fa
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
con risposta 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande