- Newest
- Most votes
- Most comments
Yes, you can reserve a pool of IP addresses and allocate them to EC2 instances in member accounts under an AWS Organization by using AWS VPC IP Address Manager (IPAM) and Elastic IP addresses.
-
AWS IPAM allows you to organize, allocate, and manage IP addresses across your AWS environment, including across multiple accounts in an AWS Organization. You can create an IP address pool in IPAM and allocate subnets from that pool to different accounts and VPCs. IPAM integrates with AWS Organizations, allowing you to centrally manage IP address allocation across member accounts.
-
Elastic IP addresses are static public IPv4 addresses that you can allocate and associate with EC2 instances or network interfaces. You can allocate Elastic IPs to your account and then associate them with instances in your member accounts.
you can reserve a pool of IP addresses and allocate them to EC2 instances in member accounts under an organization in AWS.
- Create a VPC in the organization's management account:
This VPC will serve as the central hub for your IP address pool. Ensure the VPC has a CIDR block that accommodates the desired number of IP addresses.
- Create an IP address pool:
In the management account, navigate to the VPC console. Choose "IP address pools". Create a new IP address pool and specify the desired number of IP addresses. You can choose a custom name for the pool.
- Enable IP address management (IAM) for member accounts:
In the management account, enable IAM for the member accounts where you want to allocate IP addresses. This allows the member accounts to access the IP address pool and allocate addresses to their EC2 instances.
- Allocate IP addresses to EC2 instances:
In the member accounts, launch EC2 instances and choose the IP address pool you created in the management account. The instances will be assigned IP addresses from the pool.
AWS Documentation:
VPC IP Address Pools: https://docs.aws.amazon.com/ses/latest/dg/dedicated-ip-pools.html IAM Roles for VPC IP Address Pools: https://docs.aws.amazon.com/vpc/latest/userguide/security_iam_service-with-iam.html AWS Organizations: https://docs.aws.amazon.com/organizations/
AWS Blog Posts:
Managing IP Addresses in AWS Organizations: https://docs.aws.amazon.com/organizations/latest/userguide/services-that-can-integrate-ipam.html Best Practices for IP Address Management in AWS: https://aws.amazon.com/blogs/networking-and-content-delivery/amazon-vpc-ip-address-manager-best-practices/
Relevant content
asked 6 years ago
- AWS OFFICIALUpdated 3 years ago
