Skip to content

Commit 8460bf1

Browse files
committed
chore: update production deployment to eu-north-1
1 parent 324aafe commit 8460bf1

8 files changed

+18
-18
lines changed

.github/workflows/deploy-activity-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
with:
274274
role-to-assume: ${{ secrets.PRODUCTION_AWS_ROLE_ARN }}
275275
role-session-name: GitHub_to_AWS_via_FederatedOIDC
276-
aws-region: "eu-west-2"
276+
aws-region: "eu-north-1"
277277
- name: Set Commit Hash Environment Variables
278278
shell: bash
279279
run: |
@@ -299,8 +299,8 @@ jobs:
299299
shell: bash
300300
env:
301301
ENV: "prod"
302-
AWS_REGION: "eu-west-2"
303-
AWS_DEFAULT_REGION: "eu-west-2"
302+
AWS_REGION: "eu-north-1"
303+
AWS_DEFAULT_REGION: "eu-north-1"
304304
run: |
305305
cd src/activity-service
306306
make integration-test

.github/workflows/deploy-inventory-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
with:
319319
role-to-assume: ${{ secrets.PRODUCTION_AWS_ROLE_ARN }}
320320
role-session-name: GitHub_to_AWS_via_FederatedOIDC
321-
aws-region: "eu-west-2"
321+
aws-region: "eu-north-1"
322322
- name: Set Commit Hash Environment Variables
323323
shell: bash
324324
run: |
@@ -331,7 +331,7 @@ jobs:
331331
ENV: "prod"
332332
DD_API_KEY: ${{secrets.DD_API_KEY}}
333333
DD_SITE: "datadoghq.eu"
334-
AWS_REGION: "eu-west-2"
334+
AWS_REGION: "eu-north-1"
335335
run: |
336336
cd src/inventory-service
337337
make build
@@ -351,7 +351,7 @@ jobs:
351351
env:
352352
ENV: prod
353353
VERSION: ${{ env.sha_short }}
354-
AWS_REGION: "eu-west-2"
354+
AWS_REGION: "eu-north-1"
355355
run: |
356356
cd src/inventory-service
357357
make integration-test

.github/workflows/deploy-loyalty-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
with:
236236
role-to-assume: ${{ secrets.PRODUCTION_AWS_ROLE_ARN }}
237237
role-session-name: GitHub_to_AWS_via_FederatedOIDC
238-
aws-region: "eu-west-2"
238+
aws-region: "eu-north-1"
239239
- name: Set Commit Hash Environment Variables
240240
shell: bash
241241
run: |
@@ -247,7 +247,7 @@ jobs:
247247
ENV: "prod"
248248
DD_API_KEY: ${{secrets.DD_API_KEY}}
249249
DD_SITE: "datadoghq.eu"
250-
AWS_REGION: "eu-west-2"
250+
AWS_REGION: "eu-north-1"
251251
run: |
252252
cd src/loyalty-point-service
253253
make build
@@ -265,7 +265,7 @@ jobs:
265265
shell: bash
266266
env:
267267
ENV: "prod"
268-
AWS_REGION: "eu-west-2"
268+
AWS_REGION: "eu-north-1"
269269
run: |
270270
cd src/loyalty-point-service
271271
make integration-test

.github/workflows/deploy-orders-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
with:
296296
role-to-assume: ${{ secrets.PRODUCTION_AWS_ROLE_ARN }}
297297
role-session-name: GitHub_to_AWS_via_FederatedOIDC
298-
aws-region: "eu-west-2"
298+
aws-region: "eu-north-1"
299299
- name: Set Commit Hash Environment Variables
300300
shell: bash
301301
run: |

.github/workflows/deploy-pricing-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
with:
252252
role-to-assume: ${{ secrets.PRODUCTION_AWS_ROLE_ARN }}
253253
role-session-name: GitHub_to_AWS_via_FederatedOIDC
254-
aws-region: "eu-west-2"
254+
aws-region: "eu-north-1"
255255
- name: Set Commit Hash Environment Variables
256256
shell: bash
257257
run: |
@@ -263,7 +263,7 @@ jobs:
263263
ENV: "prod"
264264
DD_API_KEY: ${{secrets.DD_API_KEY}}
265265
DD_SITE: "datadoghq.eu"
266-
AWS_REGION: "eu-west-2"
266+
AWS_REGION: "eu-north-1"
267267
run: |
268268
cd src/pricing-service
269269
make build
@@ -281,7 +281,7 @@ jobs:
281281
shell: bash
282282
env:
283283
ENV: "prod"
284-
AWS_REGION: "eu-west-2"
284+
AWS_REGION: "eu-north-1"
285285
run: |
286286
cd src/pricing-service
287287
make integration-test

.github/workflows/deploy-product-management-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
with:
232232
role-to-assume: ${{ secrets.PRODUCTION_AWS_ROLE_ARN }}
233233
role-session-name: GitHub_to_AWS_via_FederatedOIDC
234-
aws-region: "eu-west-2"
234+
aws-region: "eu-north-1"
235235
- name: Set Commit Hash Environment Variables
236236
shell: bash
237237
run: |
@@ -250,7 +250,7 @@ jobs:
250250
shell: bash
251251
env:
252252
ENV: "prod"
253-
AWS_REGION: "eu-west-2"
253+
AWS_REGION: "eu-north-1"
254254
run: |
255255
cd src/product-management-service
256256
make integration-test

.github/workflows/deploy-product-search-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
with:
237237
role-to-assume: ${{ secrets.PRODUCTION_AWS_ROLE_ARN }}
238238
role-session-name: GitHub_to_AWS_via_FederatedOIDC
239-
aws-region: "eu-west-2"
239+
aws-region: "eu-north-1"
240240
- name: Set Commit Hash Environment Variables
241241
shell: bash
242242
run: |

.github/workflows/deploy-user-management-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
with:
242242
role-to-assume: ${{ secrets.PRODUCTION_AWS_ROLE_ARN }}
243243
role-session-name: GitHub_to_AWS_via_FederatedOIDC
244-
aws-region: "eu-west-2"
244+
aws-region: "eu-north-1"
245245
- name: Set Commit Hash Environment Variables
246246
shell: bash
247247
run: |
@@ -261,7 +261,7 @@ jobs:
261261
shell: bash
262262
env:
263263
ENV: "prod"
264-
AWS_REGION: "eu-west-2"
264+
AWS_REGION: "eu-north-1"
265265
run: |
266266
cd src/user-management-service
267267
make integration-test

0 commit comments

Comments
 (0)