github.com/metaprov/modela-operator@v0.0.0-20240118193048-f378be8b74d2/manifests/modela-catalog/regions/aws.yaml (about) 1 apiVersion: catalog.modela.ai/v1alpha1 2 kind: Region 3 metadata: 4 name: aws-ap-northeast-1 5 namespace: modela-catalog 6 spec: 7 cloudName: aws 8 defaultDatacenterName: ds1 9 location: Asia Pacific (Tokyo) 10 billingCode: APN1 11 12 --- 13 apiVersion: catalog.modela.ai/v1alpha1 14 kind: Region 15 metadata: 16 name: aws-ap-northeast-2 17 namespace: modela-catalog 18 spec: 19 cloudName: aws 20 defaultDatacenterName: ds1 21 location: Asia Pacific (Seoul) 22 billingCode: APN2 23 24 --- 25 apiVersion: catalog.modela.ai/v1alpha1 26 kind: Region 27 metadata: 28 name: aws-ap-northeast-3 29 namespace: modela-catalog 30 spec: 31 cloudName: aws 32 defaultDatacenterName: "ds1" 33 location: Asia Pacific (Osaka-Local) 34 billingCode: APN3 35 36 --- 37 38 apiVersion: catalog.modela.ai/v1alpha1 39 kind: Region 40 metadata: 41 name: aws-ap-south-1 42 namespace: modela-catalog 43 spec: 44 cloudName: aws 45 defaultDatacenterName: ds1 46 location: Asia Pacific (Mumbai) 47 billingCode: APS3 48 49 --- 50 51 apiVersion: catalog.modela.ai/v1alpha1 52 kind: Region 53 metadata: 54 name: aws-ap-southeast-1 55 namespace: modela-catalog 56 spec: 57 cloudName: aws 58 defaultDatacenterName: ds1 59 location: Asia Pacific (Singapore) 60 billingCode: APS1 61 62 63 --- 64 65 apiVersion: catalog.modela.ai/v1alpha1 66 kind: Region 67 metadata: 68 name: aws-ap-southeast-2 69 namespace: modela-catalog 70 spec: 71 cloudName: aws 72 defaultDatacenterName: ds1 73 location: Asia Pacific (Sydney) 74 billingCode: APS2 75 76 --- 77 78 apiVersion: catalog.modela.ai/v1alpha1 79 kind: Region 80 metadata: 81 name: aws-ca-central-1 82 namespace: modela-catalog 83 spec: 84 cloudName: aws 85 defaultDatacenterName: ds1 86 location: Canada (Central) 87 billingCode: CAN1 88 89 --- 90 apiVersion: catalog.modela.ai/v1alpha1 91 kind: Region 92 metadata: 93 name: aws-cn-north-1-region 94 namespace: modela-catalog 95 spec: 96 cloudName: aws 97 defaultDatacenterName: ds1 98 location: China (Beijing) 99 100 --- 101 apiVersion: catalog.modela.ai/v1alpha1 102 kind: Region 103 metadata: 104 name: aws-us-east-1 105 namespace: modela-catalog 106 spec: 107 cloudName: aws 108 defaultDatacenterName: ds1 109 location: Asia Pacific (Hong Kong) 110 111 112 --- 113 apiVersion: catalog.modela.ai/v1alpha1 114 kind: Region 115 metadata: 116 name: aws-us-east-2 117 namespace: modela-catalog 118 spec: 119 cloudName: aws 120 defaultDatacenterName: ds1 121 location: US East (Ohio) 122 billingCode: USE2 123 124 125 --- 126 127 # "": "us-west-1", 128 129 apiVersion: catalog.modela.ai/v1alpha1 130 kind: Region 131 metadata: 132 name: aws-us-west-1 133 namespace: modela-catalog 134 spec: 135 cloudName: aws 136 defaultDatacenterName: ds1 137 location: US West (N. California) 138 billingCode: USW1 139 140 --- 141 apiVersion: catalog.modela.ai/v1alpha1 142 kind: Region 143 metadata: 144 name: aws-us-west-2 145 namespace: modela-catalog 146 spec: 147 cloudName: aws 148 defaultDatacenterName: ds1 149 location: US West (Oregon) 150 billingCode: USW2 151 152 --- 153 apiVersion: catalog.modela.ai/v1alpha1 154 kind: Region 155 metadata: 156 name: aws-cn-northwest-1 157 namespace: modela-catalog 158 spec: 159 cloudName: aws 160 defaultDatacenterName: ds1 161 location: China (Ningxia) 162 163 --- 164 apiVersion: catalog.modela.ai/v1alpha1 165 kind: Region 166 metadata: 167 name: aws-eu-central-1 168 namespace: modela-catalog 169 spec: 170 cloudName: aws 171 defaultDatacenterName: ds1 172 location: EU (Frankfurt) 173 billingCode: EUC1 174 175 --- 176 apiVersion: catalog.modela.ai/v1alpha1 177 kind: Region 178 metadata: 179 name: aws-eu-west-1 180 namespace: modela-catalog 181 spec: 182 cloudName: aws 183 defaultDatacenterName: ds1 184 location: EU (Ireland) 185 billingCode: EU 186 187 --- 188 apiVersion: catalog.modela.ai/v1alpha1 189 kind: Region 190 metadata: 191 name: aws-eu-west-2 192 namespace: modela-catalog 193 spec: 194 cloudName: aws 195 defaultDatacenterName: ds1 196 location: EU (London) 197 billingCode: EUW2 198 199 --- 200 apiVersion: catalog.modela.ai/v1alpha1 201 kind: Region 202 metadata: 203 name: aws-eu-west-3 204 namespace: modela-catalog 205 spec: 206 cloudName: aws 207 defaultDatacenterName: ds1 208 location: EU (Paris) 209 billingCode: EUW3 210 211 --- 212 apiVersion: catalog.modela.ai/v1alpha1 213 kind: Region 214 metadata: 215 name: eu-north-1 216 namespace: modela-catalog 217 spec: 218 cloudName: aws 219 defaultDatacenterName: ds1 220 location: EU (Stockholm) 221 billingCode: EUN1 222 223 --- 224 apiVersion: catalog.modela.ai/v1alpha1 225 kind: Region 226 metadata: 227 name: sa-east-1 228 namespace: modela-catalog 229 spec: 230 cloudName: aws 231 defaultDatacenterName: ds1 232 location: South America (Sao Paulo) 233 billingCode: SAE1 234 235 --- 236 apiVersion: catalog.modela.ai/v1alpha1 237 kind: Region 238 metadata: 239 name: us-gov-east-1 240 namespace: modela-catalog 241 spec: 242 cloudName: aws 243 defaultDatacenterName: ds1 244 location: AWS GovCloud (US-East) 245 billingCode: UGE1 246 247 --- 248 apiVersion: catalog.modela.ai/v1alpha1 249 kind: Region 250 metadata: 251 name: us-gov-west-1 252 namespace: modela-catalog 253 spec: 254 cloudName: aws 255 defaultDatacenterName: ds1 256 location: AWS GovCloud (US) 257 billingCode: UGW1