BYOIP Public Address- Individual IP allocation

1

Hello, I read through the AWS Docs for IPAM but am a little unsure about public IP allocation. I plan on bringing a /24 CIDR and share across out organization with RAM. I understand the steps needed to create pools and share across the org. However, my question is, can I use a public pool to share my /24 across multiple accounts within a region. For example, can account-a and account-b, both in us-east-1 allocate public IP's from my /24 assigned to the us-east-1 region? accopunt-a may need 10 IP's and account-b about 5. Is something like that possible?

Thanks

preguntada hace 2 años681 visualizaciones
1 Respuesta
1
Respuesta aceptada

Hello,

Yes, this should be possible with IPAM.

See below note from the documentation:


  • Improves public IP addresses utilization across your organization: You can use IPAM to share IP address space across AWS accounts. Without using IPAM, you cannot share your public IP space across AWS Organizations accounts.

Currently Amazon VPC IP Address Manager supports doing this from the accounts via AWSCLI:

aws ec2 provision-public-ipv4-pool-cidr --region us-east-2 --ipam-pool-id ipam-pool-04d8e2d9670eeab21 --pool-id ipv4pool-ec2-09037ce61cf068f9a --netmask-length 27 --profile member-account

Note: I have personally not tested this, please update this thread so it can help others with similar requirements.

Thank you

profile pictureAWS
EXPERTO
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas