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
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
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
Thank you, well done. It's as straightforward as possible, just enough to get anyone going.
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
Excellent tutorial, thank you so much.
Such a beautiful tutorial
Thankyou so much brother.It worked for me.
your videos are the absolute best, thank you for putting so much work into it and sharing it with us
When you are publishing the next video for solving public ip problem?
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
how do you get ECR_REGISTRY and ECR_REPOSITORY
Thanks 🙌👏
Great video, thanks!
At 39:00 if I add a load balancer will the problem of different IP be solved?
keep up the good work
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?
thanks a lot
how to deploy leravel application on ecs using AWS codebuild ,please do make video
Hi antonio, please make ecommerce laravel react complete course with ci cd using aws
how can I fix cross-origin-opener-policy policy would block the window.closed call in oauth with google error
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
Thankyou so much brother.It worked for me.