Hello fellow backend engineers,
Booking platform team will be doing endpoint migration for trpdata service and related stack in order to decommission legacy non Infra as Code (IaC) resources.
These changes only affects staging environment.
Please check the guide below to know whether your services are affected and how you can migrate
==============================
Services connecting to trpdata via rpc
==============================
1. Your service is hosted on tvlk-dev, code in monorepo
How to migrate :
ebc57cd23be12e181590edc3c4760f8b6ba87229
(https://phabricator.noc.tvlk.cloud/D127439)
8ad84e682c3410e44675b92594d70b7ed183d031
(https://phabricator.noc.tvlk.cloud/D129535)
2. Your service is hosted on tvlk-dev, code in multi repo
How to migrate :
secure : true
)
3. Your service is hosted on aws multi account (non tvlk-dev)
How to migrate :
VPC Endpoint
are already pointing to the correct service name
=========================================
SQS subscribing to SNS topic : tda-booking-events
=========================================
previous : arn:aws:sns:ap-southeast-1:517530806209:tda-booking-events
new : arn:aws:sns:ap-southeast-1:517530806209:trpdata-booking-events
1. Your SQS resides on tvlk-dev
How to migrate :
i. Reusing existing SQS
ii. Creating a new SQS
2. Your SQS resides on aws multi account (non tvlk-dev)
How to migrate :
==============================================
Bonus : SQS-es which are directly being called by trpdata
==============================================
How to migrate :
==========
Due Date
==========
We'll terminate the non IaC resources by 7 Jan 2020.
As usual, ping @tripdata-eng should you have any questions / difficulties.
Thank you !!