AWS ECS Setup | Run Springboot Microservice & MongoDB in Elastic Container Service ECS

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ต.ค. 2024

ความคิดเห็น • 7

  • @codeonedigest
    @codeonedigest  ปีที่แล้ว

    Full Video link th-cam.com/video/reKPCV5y0l4/w-d-xo.html
    Hello friends, a new #video on #aws #ecs #container #service setup to #run #springboot #microservice & #mongodb in elastic container service is published on #codeonedigest #youtube channel.
    @java #java #aws #awscloud @awscloud @AWSCloudIndia #salesforce #Cloud #CloudComputing @TH-cam #youtube #azure #msazure #awsecs #awsecstutorial #awsecsfargate #awsecsfargatetutorial #awsecsdemo #awsecstutorial #awsecsdeploydockerimage #awsecsandeks #awsecstaskdefinition #awsecsservicediscover #awsecsfargateloadbalancer #awsecs #elasticcontainerservicetutorial #mongodb #mongodb #mongo #database #mongodbtutorial #mongodbfullcourse #mongodbcompass #mongodbinstallation #monogodbtutorial #mongodbtutorialforbeginners #mongodbinaws #mongodbinecs #awsecsmongodb #mongodbinstallationinaws #mongodbsetupinecs #springboot #microservices #springboot #Springboottutorial #springboot #springbootproject #springboottutorialforbeginners #springbootannotations #springbootmicroservices #springbootfullcourse #springboottutorial #springbootprojectstepbystep #springbootmicroservices #springbootmicroservices #springbootmicroservices #springbootpostgressql #springbootmicroservicedocker #microservicesindockercontainer #runmicroservicesindockercontainer

  • @MarioSerranoLeones
    @MarioSerranoLeones ปีที่แล้ว +1

    Thanks for this tutorial.. very good and easy to follow.

    • @codeonedigest
      @codeonedigest  ปีที่แล้ว

      Delighted to know you liked the content. kindly subscribe our channel to grow codeonedigest family. Do share it with your friends

  • @sunkanmiogunsegha
    @sunkanmiogunsegha 11 หลายเดือนก่อน +1

    So is your mongoDB task stateful? what happens if i restart the task definition for some reason ... would the database still persist if we use fargate?

    • @codeonedigest
      @codeonedigest  11 หลายเดือนก่อน

      No, i will not loose till my pods are not deleted. if my pods are deleted restart then i will loose data as i have not configured persistent volume for my db container. As this is just a demo to show case concept and communication between different containers. But for production site we need PV to be configured with container.

  • @vagdevibhuvanananduri154
    @vagdevibhuvanananduri154 ปีที่แล้ว +1

    Do we have to do the same if springboot application uses kafka?

    • @codeonedigest
      @codeonedigest  ปีที่แล้ว

      Yes you can use same steps for springboot microservices. For kafka you can choose to run in ECS cluster or EC2 VM instance. As kafka comes with zookeeper so would prefer EC2 instance instead. ECS would complicate the kafka setup.