All About Env variables to Docker container using secrets manager, parameter store and s3 bucket env

Поделиться
HTML-код
  • Опубликовано: 20 дек 2024

Комментарии • 17

  • @a.panferov
    @a.panferov Год назад +1

    awesome explanation, thank you. i really see all i need in env vars now

  • @SibashisMishra
    @SibashisMishra Год назад +1

    Really great video..helped me in the most needed moment.

    • @awsclouddemos
      @awsclouddemos  Год назад +1

      Glad you survived 😉 don’t forget to subscribe!

  • @thomasroshin
    @thomasroshin Год назад

    Very helpful. Is it possible to automate the parameter store based on environment configuration ie when configuration changes in git, parameter store is updated and service updated.

    • @awsclouddemos
      @awsclouddemos  Год назад

      sorry for delayed response, yes it is possible if you use code pipeline which monitors changes in git and use code deploy to reference those parameters

  • @satisha1599
    @satisha1599 Год назад +1

    Values are generating into container, but how to define these keys into code?
    Im working on java maven environment, how to configure key names in the code?

    • @awsclouddemos
      @awsclouddemos  Год назад

      I'm sure you must know how to pass vars to your docker container ?

    • @hari7priya
      @hari7priya Год назад

      No please explain

  • @harry-auctionslive6592
    @harry-auctionslive6592 Год назад

    What terminal or terminal extension are you using, looks very helpful

  • @rakyrstsdsss771
    @rakyrstsdsss771 11 месяцев назад

    can we use same for eks and in terraform ??

    • @awsclouddemos
      @awsclouddemos  11 месяцев назад

      yes we should be able to do it

  • @guydurand6270
    @guydurand6270 Месяц назад

    Which terminal are you using?

  • @hari7priya
    @hari7priya Год назад

    Env Values are set in task definition and are available within the newly running container’s environment (printenv). Trying to access the env var in NextJS console.log(process.env.NEXT_PUBLIC_TOKEN_VALUE). It’s undefined

    • @awsclouddemos
      @awsclouddemos  Год назад

      may be check your nextjs config next.config.js file which should include the above env variable