Public IPs - List all in Organization

0

Hi all,

I have been tasked with sourcing all our public IPs we use across our AWS Organization accounts.
What is the best way to gather this information?

For detail - we have over 100 organization AWS accounts and use both the eu-west-1 and 2 regions.

Thanks.

DAN-CA
asked 4 years ago1768 views
2 Answers
0

We have AWS config service which helps to get a centralized view of all your resources in different AWS accounts within and organisation.

You can gather EIP (elastic IPs) insformation allocated in your accounts using AWS config. The config would also provide information on 'network interfaces' and IPs attached to it. Similarly, you can get EC2 instance along with IP information.

https://docs.aws.amazon.com/config/latest/developerguide/aggregate-data.html
https://aws.amazon.com/blogs/mt/managing-aws-organizations-accounts-using-aws-config-and-aws-cloudformation-stacksets/

answered 4 years ago
0

Great thanks, I will check it out

DAN-CA
answered 4 years 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