1

I am a newbie to AWS. I understand there is a feature to move our own IP addresses onto AWS. So, any existing IP based restrictions don't have to change. I have a need for a new service to be deployed onto AWS (corporate account). And this new service needs just a few IP addresses to work.

I am unsure if we will be able move just a few IP addresses onto AWS. Can anyone advise? thanks

2 Answers2

6

Note that the address block assigned to your organisation must be Provider Independent or similarly portable allocation. It's not very common for even mid-size companies to have such addresses!

If your network is connected to multiple upstream ISPs, you've got an AS number and do BGP routing chances are you've got a portable address block. If you don't know what the previous sentence talks about and you've got no dedicated network team to ask you most likely don't have a PA block and you won't be able to transfer your addresses to AWS.

If you want to post the IP address you want to transfer across we can check it out and tell you if it's portable or not.

MLu
  • 23,798
  • 5
  • 54
  • 81
2

The User guide for Bring Your Own IP Addresses (BYOIP) states:

You can bring part or all of your public IPv4 address range from your on-premises network to your AWS account.

So, yes you can bring just a subset of your IP adresses to AWS. As long as the requirements listed in the documentation apply. Of particular interest might be the following limitations:

The most specific address range that you can specify is /24.

and

You can bring 5 address ranges per region to your AWS account.

Henrik Pingel
  • 8,676
  • 2
  • 24
  • 38