[docs] README update for new EKS IPs

This commit is contained in:
Nemo 2020-07-12 02:26:45 +05:30
parent 36e24007c9
commit 4bfe388a1e
1 changed files with 60 additions and 41 deletions

101
README.md
View File

@ -24,53 +24,72 @@ resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {
## Outputs ## Outputs
All output variables are lists. The output names are based on 2 letter - All output variables are lists.
[ISO country codes][3166] and [common continent codes](https://datahub.io/core/continent-codes#readme) for instances hosted in AWS. For instances hosted in GCP, [the corresponding region codes are used](https://cloud.google.com/compute/docs/regions-zones). - For instances hosted in "Legacy AWS hosting" is based on 2 letter [ISO country codes][3166] and [common continent codes](https://datahub.io/core/continent-codes#readme).
- For instances hosted in GCP, [the corresponding region codes are used](https://cloud.google.com/compute/docs/regions-zones).
- For instances hosted in EKS, the AWS region code is prefixed with `eks-`.
- Every output variable is available in 2 formats - list of IP addresses, or list of CIDRs. The CIDRs are generated using a `/32` suffix on all IPs.
To decide which one you need to use, you will need to know: To pick the correct output variable, check the below and search for the corresponding term the variable description.
1. Whether your instance is hosted in GCP or AWS? 1. If your instance is hosted on AWS that was created before 07/07/2020 - Search for "AWS"
2. Which region/country it is hosted in? 2. If your instance is hosted on EKS and was created after 07/0/72020 - Search for "EKS"
3. If your instance is hosted on GCP - Search for GCP
If you are unsure which region your instance is in, please reach out to Looker support.
| Name | Description | | Name | Description |
|------|-------------| |------|-------------|
| all\_cidr | Looker IP addresses everywhere in CIDR | | all\_cidr | Looker IP addresses everywhere in CIDR (Legacy + GCP + EKS) |
| all\_ips | Looker IP addresses everywhere (both AWS and GCP) | | all\_ips | Looker IP addresses everywhere (Legacy AWS + GCP + EKS) |
| as | Looker IP Addresses in Asia (AWS only) | | eks\_ap\_northeast\_1 | IP addresses for instances hosted on Amazon EKS in ap-northeast-1 region. |
| as\_cidr | Looker IP Addresses in Asia in CIDR (AWS only) | | eks\_ap\_northeast\_1\_cidr | CIDRs for instances hosted on Amazon EKS in eks-ap-northeast-1 region |
| au | Looker IP Addresses in Australia (AWS only) | | eks\_ap\_southeast\_2 | IP addresses for instances hosted on Amazon EKS in ap-southeast-2 region. |
| au\_cidr | Looker IP Addresses in Australia in CIDR (AWS only) | | eks\_ap\_southeast\_2\_cidr | CIDRs for instances hosted on Amazon EKS in eks-ap-southeast-2 region |
| aws\_cidr | Looker IP addresses for all AWS regions (CIDR format) | | eks\_ca\_central\_1 | IP addresses for instances hosted on Amazon EKS in ca-central-1 region. |
| aws\_ips | Looker IP addresses everywhere (AWS only) | | eks\_ca\_central\_1\_cidr | CIDRs for instances hosted on Amazon EKS in eks-ca-central-1 region |
| ca | Looker IP Addresses in Canada (AWS only) | | eks\_cidr | CIDRs for instances hosted on Amazon EKS across all regions |
| ca\_cidr | Looker IP Addresses in Canada in CIDR (AWS only) | | eks\_eu\_central\_1 | IP addresses for instances hosted on Amazon EKS in eu-central-1 region. |
| de | Looker IP Addresses in Germany (AWS only) | | eks\_eu\_central\_1\_cidr | CIDRs for instances hosted on Amazon EKS in eks-eu-central-1 region |
| de\_cidr | Looker IP Addresses in Germany in CIDR (AWS only) | | eks\_eu\_west\_1 | IP addresses for instances hosted on Amazon EKS in eu-west-1 region. |
| gcp\_asia\_southeast1\_cidr | Looker CIDRs for instances hosted in GCP (South Carolina / us-east1) | | eks\_eu\_west\_1\_cidr | CIDRs for instances hosted on Amazon EKS in eks-eu-west-1 region |
| gcp\_asia\_southeast1\_ips | Looker IPs for instances hosted in GCP (Singapore / asia-southeast1) | | eks\_ips | IP addresses for instances hosted on Amazon EKS across all regions |
| gcp\_australia\_southeast1\_cidr | Looker CIDRs for instances hosted in GCP (Sydney / australia-southeast1) | | eks\_sa\_east\_1 | IP addresses for instances hosted on Amazon EKS in sa-east-1 region. |
| gcp\_australia\_southeast1\_ips | Looker IPs for instances hosted in GCP (Sydney / australia-southeast1) | | eks\_sa\_east\_1\_cidr | CIDRs for instances hosted on Amazon EKS in eks-sa-east-1 region |
| gcp\_cidr | Looker IP addresses everywhere in CIDR (GCP only) | | gcp\_asia\_southeast1\_cidr | CIDRs for instances hosted on GCP (South Carolina / us-east1) |
| gcp\_europe\_west2\_cidr | Looker CIDRs for instances hosted in GCP (London / europe-west2) | | gcp\_asia\_southeast1\_ips | IP addresses for instances hosted on GCP (Singapore / asia-southeast1) |
| gcp\_europe\_west2\_ips | Looker IPs for instances hosted in GCP (London / europe-west2) | | gcp\_australia\_southeast1\_cidr | CIDRs for instances hosted on GCP (Sydney / australia-southeast1) |
| gcp\_europe\_west3\_cidr | Looker CIDRs for instances hosted in GCP (Frankfurt / europe-west3) | | gcp\_australia\_southeast1\_ips | IP addresses for instances hosted on GCP (Sydney / australia-southeast1) |
| gcp\_europe\_west3\_ips | Looker IPs for instances hosted in GCP (Frankfurt / europe-west3) | | gcp\_cidr | IP addresses for instances hosted on GCP in any region. |
| gcp\_ips | Looker IP addresses everywhere (GCP only) | | gcp\_europe\_west2\_cidr | CIDRs for instances hosted on GCP (London / europe-west2) |
| gcp\_northamerica\_northeast1\_cidr | Looker CIDRs for instances hosted in GCP (Canada / Montreal / gcp-northamerica-northeast1) | | gcp\_europe\_west2\_ips | IP addresses for instances hosted on GCP (London / europe-west2) |
| gcp\_northamerica\_northeast1\_ips | Looker IPs for instances hosted in GCP (Canada / Montreal / gcp-northamerica-northeast1) | | gcp\_europe\_west3\_cidr | CIDRs for instances hosted on GCP (Frankfurt / europe-west3) |
| gcp\_us\_east1\_cidr | Looker CIDRs for instances hosted in GCP (South Carolina / us-east1) | | gcp\_europe\_west3\_ips | IP addresses for instances hosted on GCP (Frankfurt / europe-west3) |
| gcp\_us\_east1\_ips | Looker IPs for instances hosted in GCP (South Carolina / us-east1) | | gcp\_ips | Looker IP addresses everywhere (GCP only). |
| gcp\_us\_east4\_cidr | Looker CIDRs for instances hosted in GCP (Northern Virginia / us-east4) | | gcp\_northamerica\_northeast1\_cidr | CIDRs for instances hosted on GCP (Canada / Montreal / gcp-northamerica-northeast1) |
| gcp\_us\_east4\_ips | Looker IPs for instances hosted in GCP (Northern Virginia / us-east4) | | gcp\_northamerica\_northeast1\_ips | IP addresses for instances hosted on GCP (Canada / Montreal / gcp-northamerica-northeast1) |
| gcp\_us\_west1\_cidr | Looker CIDRs for instances hosted in GCP (Oregon / us-west1) | | gcp\_us\_east1\_cidr | CIDRs for instances hosted on GCP (South Carolina / us-east1) |
| gcp\_us\_west1\_ips | Looker IPs for instances hosted in GCP (Oregon / us-west1) | | gcp\_us\_east1\_ips | IP addresses for instances hosted on GCP (South Carolina / us-east1) |
| ie | Looker IP Addresses in Ireland (AWS only) | | gcp\_us\_east4\_cidr | CIDRs for instances hosted on GCP (Northern Virginia / us-east4) |
| ie\_cidr | Looker IP Addresses in Ireland in CIDR (AWS only) | | gcp\_us\_east4\_ips | IP addresses for instances hosted on GCP (Northern Virginia / us-east4) |
| sa | Looker IP Addresses in South America (AWS only) | | gcp\_us\_west1\_cidr | CIDRs for instances hosted on GCP (Oregon / us-west1) |
| sa\_cidr | Looker IP Addresses in South America in CIDR (AWS only) | | gcp\_us\_west1\_ips | IP addresses for instances hosted on GCP (Oregon / us-west1) |
| us | Looker IP Addresses in United States (AWS only) | | as | Legacy Hosting IP Addresses in Asia for instances hosted on AWS that were created before 07/07/2020 |
| us\_cidr | Looker IP Addresses in United States in CIDR (AWS only) | | as\_cidr | Legacy Hosting CIDR in Asia for instances hosted on AWS that were created before 07/07/2020 |
| au | Legacy Hosting IP Addresses in Australia for instances hosted on AWS that were created before 07/07/2020 |
| au\_cidr | Legacy Hosting CIDR in Australia for instances hosted on AWS that were created before 07/07/2020 |
| aws\_cidr | Legacy Hosting CIDR for all for instances hosted on AWS that were created before 07/07/2020 |
| aws\_ips | Legacy Hosting IP addresses for instances hosted anywhere that were created before 07/07/2020 |
| ca | Legacy Hosting IP Addresses in Canada for instances hosted on AWS that were created before 07/07/2020 |
| ca\_cidr | Legacy Hosting CIDR in Canada for instances hosted on AWS that were created before 07/07/2020 |
| de | Legacy Hosting IP Addresses in Germany for instances hosted on AWS that were created before 07/07/2020 |
| de\_cidr | Legacy Hosting CIDR in Germany for instances hosted on AWS that were created before 07/07/2020 |
| ie | Legacy Hosting IP Addresses in Ireland for instances hosted on AWS that were created before 07/07/2020 |
| ie\_cidr | Legacy Hosting CIDR in Ireland for instances hosted on AWS that were created before 07/07/2020 |
| sa | Legacy Hosting IP Addresses in South America for instances hosted on AWS that were created before 07/07/2020 |
| sa\_cidr | Legacy Hosting CIDR in South America for instances hosted on AWS that were created before 07/07/2020 |
| us | Legacy Hosting IP Addresses in United States for instances hosted on AWS that were created before 07/07/2020 |
| us\_cidr | Legacy Hosting CIDR in United States for instances hosted on AWS that were created before 07/07/2020 |
# Changelog # Changelog