What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Team, Anyone knows spryker UAT db access to check the values. Thanks

U0369F6C49Y
U0369F6C49Y Posts: 7 🧑🏻‍🚀 - Cadet

Team, Anyone knows spryker UAT db access to check the values. Thanks

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    AWS -> ECS -> Task definitions -> uat zed\boffice -> latest -> Click at "container name" link -> search for spryker_db.
    This way you will find all needed credentials like the endpoint, user, password, database name etc.
    The instance is accessible only via respective VPN.

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer
    edited June 2022

    Or search in AWS for "Parameter Store" and in the parameter store for "DB" (it's the same as Valerii described, just a shortcut 😉 )

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    a shortcut

    Where you need to open each one individually instead of having all them at once. 🙂

  • U0369F6C49Y
    U0369F6C49Y Posts: 7 🧑🏻‍🚀 - Cadet

    Thanks for your replies. Let me check.