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

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • In this video you will learn about how to pass env variables to Docker container using secrets manager, Systems manager parameter store and S3 bucket.
    Github links ✅
    🚀 github.com/git...
    🚀 github.com/git...
    Policy ✅
    🚀 github.com/git...
    Aws Docs ✅
    🚀 aws.amazon.com...
    🚀 docs.aws.amazo...
    🚀 Follow me on GitHub: github.com/git...
    🚀 Website : muraliprashant...
    🚀 Connect me on LinkedIn: / gomurali
    🚀 Mail Me: info@muraliprashanth.me
    #aws #awstutorialforbeginners #whatisaws #awstutorialforbeginners #amazonwebservices #amazonwebservicestutorial #awstrainingvideos #awscertification #awstrainingvideos

Komentáře • 14

  • @a.panferov
    @a.panferov Před rokem +1

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

  • @user-rw5un7ur9b
    @user-rw5un7ur9b Před rokem +1

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

    • @awsclouddemos
      @awsclouddemos  Před rokem +1

      Glad you survived 😉 don’t forget to subscribe!

  • @thomasroshin
    @thomasroshin Před 9 měsíci

    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  Před 8 měsíci

      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

  • @harry-auctionslive6592

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

  • @satisha1599
    @satisha1599 Před rokem +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  Před rokem

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

    • @hari7priya
      @hari7priya Před 10 měsíci

      No please explain

  • @hari7priya
    @hari7priya Před 10 měsíci

    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  Před 10 měsíci

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

  • @rakyrstsdsss771
    @rakyrstsdsss771 Před 8 měsíci

    can we use same for eks and in terraform ??