1 #######################################################################################
2 # Copyright ETSI Contributors and Others.
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #######################################################################################
19 apiVersion: ec2.aws.upbound.io/v1beta1
22 name: ${cluster_resource_name}-eip
25 cluster: ${cluster_resource_name}
29 region: ${cluster_location}
33 value: ${cluster_name}-eip
34 # Use in case you wanted to use different credentials (i.e., ProviderConfig different than default)
36 name: ${providerconfig_name}
39 apiVersion: ec2.aws.upbound.io/v1beta1
42 name: ${cluster_resource_name}-igw
45 cluster: ${cluster_resource_name}
49 region: ${cluster_location}
53 cluster: ${cluster_resource_name}
55 Name: ${cluster_name}-igw
56 # Use in case you wanted to use different credentials (i.e., ProviderConfig different than default)
58 name: ${providerconfig_name}
61 apiVersion: ec2.aws.upbound.io/v1beta1
64 name: ${cluster_resource_name}-natgw
67 cluster: ${cluster_resource_name}
71 region: ${cluster_location}
72 connectivityType: public
76 cluster: ${cluster_resource_name}
82 cluster: ${cluster_resource_name}
83 zone: ${cluster_location}a
86 Name: ${cluster_name}-natgw
87 # Use in case you wanted to use different credentials (i.e., ProviderConfig different than default)
89 name: ${providerconfig_name}