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
asked 2 months ago456 views
2 Answers
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

answered 2 months ago
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
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions