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

Поділитися
Вставка
  • Опубліковано 27 жов 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 Рік тому +3

    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 6 місяців тому

    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

  • @angiepereez298
    @angiepereez298 Рік тому +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

  • @alexanderradchykov8955
    @alexanderradchykov8955 Рік тому

    Great video, thanks!

  • @shailu0287
    @shailu0287 Рік тому +1

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

  • @marselbeqiri4613
    @marselbeqiri4613 11 місяців тому

    Thanks 🙌👏

  • @travelsbykika915
    @travelsbykika915 Рік тому

    keep up the good work

  • @adsdd1111
    @adsdd1111 Рік тому +1

    thanks a lot

  • @msbrdmr
    @msbrdmr 9 днів тому

    how do you get ECR_REGISTRY and ECR_REPOSITORY

  • @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?

  • @ronit043
    @ronit043 Рік тому +1

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

  • @chugia6118
    @chugia6118 Рік тому

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

  • @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

  • @cubedev4838
    @cubedev4838 7 місяців тому

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

  • @saadkayani-gj7xt
    @saadkayani-gj7xt Рік тому

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

  • @HimanshuBelsare
    @HimanshuBelsare 6 місяців тому

    Thankyou so much brother.It worked for me.