AWS S3 access
For AWS S3 buckets, use an IP address bucket policy (Amazon AWS docs) to permit access to specific addresses. If the policy supports specific addresses, only connections using those addresses can access files buckets using the policy. This includes VPN address ranges, wifi networks, and specific IP addresses. If a users, such as an individual labeler, connects to a supported VPN network, they can access your data through that connecion. When they disconnect the supported network, they’re no longer able to access the data. In the following example, access is permitted only from the address shown. You will likely need to update the example to suit your needs.Find your IP range
In many cases, routers are configured to support 255 IP addresses. Many tools can help you determine your current IP address, including:- Command utilities such as
ipconfig
- Websites such as whatsmyip.org
192.168.1.68
. In that case, you’d want to allow access from 192.168.1.0
to 192.168.1.255
.
If you’re unsure about your IP address or need additional help, contact your local network administrator.