Continuous Deployment to AWS Elastic Container Service (ECS) using Github Actions and Terraform

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

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

  • @kennedy_5iv_o
    @kennedy_5iv_o 3 месяца назад

    Thank you, well done. It's as straightforward as possible, just enough to get anyone going.

  • @NishanthMoolam
    @NishanthMoolam Год назад +2

    Great tutorial, thank you! For anyone wondering about the changing public ip:
    - create a target group and a load balancer, make sure the load balancer has permissions to communicate with the target group.
    - attach the target group to the ecs service. I think you can only do that when creating a service, I had to make a new one.
    - remember to update the service name in your aws.yml file.
    and you should be able to access your app by the dns name of the load balancer

  • @HimanshuBelsare
    @HimanshuBelsare 5 месяцев назад

    Thankyou so much brother.It worked for me.

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

    Such a beautiful tutorial

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

    Excellent tutorial, thank you so much.

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

    your videos are the absolute best, thank you for putting so much work into it and sharing it with us

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

    thanks a lot

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

    Great video, thanks!

  • @angiepereez298
    @angiepereez298 11 месяцев назад +1

    How to create the policy with the right permissions? because i have this error: Error: reading ECR Repository (app_repo): AccessDeniedException: User: arn:aws:iam::xxxxxxx:user/xxxx is not authorized to perform: ecr:DescribeRepositories on resource: arn:aws:ecr:us-east-2:xxxxx:repository/app_repo because no permissions boundary allows the ecr:DescribeRepositories action

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

    Thanks 🙌👏

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

    Thank you! it's beneficial, do you have plans to extend this tutorial on how to create a database and attach it to the service?

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

    When you are publishing the next video for solving public ip problem?

  • @msbrdmr
    @msbrdmr 5 дней назад

    how do you get ECR_REGISTRY and ECR_REPOSITORY

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

    At 39:00 if I add a load balancer will the problem of different IP be solved?

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

    keep up the good work

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

    Thanks for the great video although this may be used in real world scenario. The terraform commands should be run from within the yaml file not manually

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

    how can I fix cross-origin-opener-policy policy would block the window.closed call in oauth with google error

  • @saadkayani-gj7xt
    @saadkayani-gj7xt Год назад

    how to deploy leravel application on ecs using AWS codebuild ,please do make video

  • @cubedev4838
    @cubedev4838 7 месяцев назад

    Hi antonio, please make ecommerce laravel react complete course with ci cd using aws

  • @HimanshuBelsare
    @HimanshuBelsare 5 месяцев назад

    Thankyou so much brother.It worked for me.