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달 전708회 조회
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠