When we create a VPC, we specify an address range to be used within our VPC as a CIDR block (mostly as 10.0.0.0/16). Then we launch instances within that VPC. And they will get private IP addresses from that address range. And when we create a S3 bucket and add some resources to it, we get URLs for those resources. if there is a URL, then there must be an IP address. Where does the IP address for those come from? from our VPC address range? Or is there a set of IP addresses within AWS to be used for S3 services without concerning about VPCs?