@@ -119,32 +119,6 @@ variable "ec2_otels" {
119
119
" otel_role" = " agent"
120
120
}
121
121
}
122
- " amd64:centos-stream" = {
123
- ami = " ami-01529018e3919dace"
124
- subnet = " subnet-09b64de757828cdd4"
125
- security_groups = [" sg-044ef7bc34691164a" ]
126
- key_name = " caos-dev-arm"
127
- instance_type = " t3a.small"
128
- username = " ec2-user"
129
- python = " /usr/bin/python3"
130
- platform = " linux"
131
- tags = {
132
- " otel_role" = " agent"
133
- }
134
- }
135
- " arm64:centos-stream" = {
136
- ami = " ami-0e98f9d5c9841c9ad"
137
- subnet = " subnet-09b64de757828cdd4"
138
- security_groups = [" sg-044ef7bc34691164a" ]
139
- key_name = " caos-dev-arm"
140
- instance_type = " t4g.small"
141
- username = " ec2-user"
142
- python = " /usr/bin/python3"
143
- platform = " linux"
144
- tags = {
145
- " otel_role" = " agent"
146
- }
147
- }
148
122
" amd64:sles-12.5" = {
149
123
ami = " ami-0314425a95f19ff16"
150
124
subnet = " subnet-09b64de757828cdd4"
@@ -197,19 +171,6 @@ variable "ec2_otels" {
197
171
" otel_role" = " agent"
198
172
}
199
173
}
200
- " arm64:sles-15.4" = {
201
- ami = " ami-052fd3067d337faf6"
202
- subnet = " subnet-09b64de757828cdd4"
203
- security_groups = [" sg-044ef7bc34691164a" ]
204
- key_name = " caos-dev-arm"
205
- instance_type = " t4g.small"
206
- username = " ec2-user"
207
- python = " /usr/bin/python3"
208
- platform = " linux"
209
- tags = {
210
- " otel_role" = " agent"
211
- }
212
- }
213
174
" amd64:sles-15.5" = {
214
175
ami = " ami-0e03a27c1453107db"
215
176
subnet = " subnet-09b64de757828cdd4"
0 commit comments