amazon_ranges: Amazon AWS cloud ranges

Description Usage Details Value Examples

Description

Retrieves the official list of Amazon cloud network ranges.

Usage

1

Details

Amazon provides their official netblock list in JSON format.

It is unlikely that this list will change in your analysis session, so it is recommended that you cache the results. Future versions will automatically cache the results both in-session and on-disk for a period of time.

Value

list of 4 slots the most interesting of which is prefixes which is a tibble with three columns, the most interesting of which is ip_prefix, but the other columns are useful for various tasks. There is an IPv6 counterpart slot ipv6_prefixes with a similar sub-structure.

Examples

1
2
3
ranges <- amazon_ranges()

normalize_ipv4(ranges)

cloudyr/cloudcidrs documentation built on May 13, 2019, 8:20 p.m.