What if we have number of microservices? For example, a webserver, front-end and database. How does the buildspec.yml will look like? Do we need to have separate build steps? Its kinda confusing how to implement CI/CD for three tier architecture.
It would have been much better if you could also show target groups and security groups in the same video but very well explained. It helped a lot just try to attach the configuration of the security groups and load balancers
Hi Gauri, nice explanation. At 4:12 you said that the ECRRegistryFullAccess permissions policy should be attached to the IAM user that is configured to run the aws cli commands. Can we not attach the IAM policy to the ec2 instance directly so the ec2 instance gets the permissions from the IAM role? Isn't that a more secure way of calling AWS services from the ec2 instance? Also, this demo assumes you have the ECS cluster, service & task definition already created correct?
Hi can you please make a video & explain the writing/structure of Ansible & Terraform in a simple manner & in layman's terms, like when & where to add spaces, hyphens, what is variable, etc it's a bit confusing ... please it's a request, do reply
When we are deploying the ECS using code pipeline on fargate it is showing error and not getting deployed. Have tried reaching you out on your linkedin ID but it says doesn't exist. Please advise
@@codewithgauri code deployment failed and when checked in ECS it shows the health status is unhealthy and have to fix the load balancer. Although everything looks fine but the URL is not working. Listening on port 80 configured with http, when checked using the URL with https it is working but only when manually we are installing the nginx application it's not working automatically. I need to show you with screenshots. Can we set up a Google meet and have a discussion on this?
Awesome 😎 and useful content. Just a little request if you don’t mind that the word ‘okay’ repeatedly used not sounds good to the audience. Please try to avoid it. Thank you 🙏
Hi, Great videos. I am learning ECS from your video but there is a request as The task execution role is not coming. When did the role was created? Or the application load balancer.
Hi Mam ..Iam Working on the ci/cd peoject on aws code pipeline..iam facing issue with the iamge tag..i try to reslove as yu shown in the video. Still pipeline is failing..since 3 hours iam stuck here..can you pls help on thus
Hi Gauri, can you please clarify why you have used docker push command two times in the post build commands? post_build: commands: - echo Build completed on `date` - echo Pushing the Docker images... - docker push $REPOSITORY_URI:$IMAGE_TAG - docker push $REPOSITORY_URI:$IMAGE_TAG - echo Writing image definitions file... - printf '[{"name":"%s","imageUri":"%s"}]' $CONTAINER_NAME $REPOSITORY_URI:$IMAGE_TAG > imagedefinitions.json
It's really good with a clean explanation.looking forward more from you.
A great video for people starting with the use case
Very wonderful vdo ... Finally got whatever I m looking for.
Thank you!
Very Very Nice Tutorial 🔝🔥🔥
Thanks!🤗
How someone can be that Great??
Thanks alot 💮💮
My pleasure 😊
What if we have number of microservices? For example, a webserver, front-end and database. How does the buildspec.yml will look like? Do we need to have separate build steps? Its kinda confusing how to implement CI/CD for three tier architecture.
We will create another project for this
Your tutorial are good and useful, can you make video for creating ecs pipeline through cloud formation, it would useful in real environment.
Sure
It would have been much better if you could also show target groups and security groups in the same video
but very well explained. It helped a lot
just try to attach the configuration of the security groups and load balancers
Sure, next time!
Hi Gauri, nice explanation. At 4:12 you said that the ECRRegistryFullAccess permissions policy should be attached to the IAM user that is configured to run the aws cli commands. Can we not attach the IAM policy to the ec2 instance directly so the ec2 instance gets the permissions from the IAM role? Isn't that a more secure way of calling AWS services from the ec2 instance?
Also, this demo assumes you have the ECS cluster, service & task definition already created correct?
Yes you're absolutely right...we can definitely go for the role
keep posting ..
Sure
Please increase the font size while using cmd terminal....
Sure
Hi can you please make a video & explain the writing/structure of Ansible & Terraform in a simple manner & in layman's terms, like when & where to add spaces, hyphens, what is variable, etc it's a bit confusing ... please it's a request, do reply
I am quite new to Ansible but I will be starting a new playlist for terraform soon....
When we are deploying the ECS using code pipeline on fargate it is showing error and not getting deployed. Have tried reaching you out on your linkedin ID but it says doesn't exist. Please advise
Can you please elaborate your error on my gmail? I am facing some issues with my LinkedIn account
@@codewithgauri code deployment failed and when checked in ECS it shows the health status is unhealthy and have to fix the load balancer. Although everything looks fine but the URL is not working. Listening on port 80 configured with http, when checked using the URL with https it is working but only when manually we are installing the nginx application it's not working automatically. I need to show you with screenshots. Can we set up a Google meet and have a discussion on this?
Awesome 😎 and useful content. Just a little request if you don’t mind that the word ‘okay’ repeatedly used not sounds good to the audience. Please try to avoid it. Thank you 🙏
Sure I will definitely not repeat it!
Hi, Great videos. I am learning ECS from your video but there is a request as The task execution role is not coming. When did the role was created? Or the application load balancer.
Actually you need to watch my video on ECS loadbalancer where I have shown everything in detail.
@@codewithgauri Yeah saw it. Understood. But the task execution role is still not clear. Please Make project on EKS as well.
If you don't have any task execution role created then create one. It will give option for creating one. Will definitely try to make a video on EKS.
Hi Mam
..Iam Working on the ci/cd peoject on aws code pipeline..iam facing issue with the iamge tag..i try to reslove as yu shown in the video. Still pipeline is failing..since 3 hours iam stuck here..can you pls help on thus
Can we connect on LinkedIn to resolve this?...my LinkedIn profile is available in the description
@codewithgauri Sure...Thanks a Lott..
Tomorrow I need to Submit this Project for one of the Interview..It would be a great help...Thanks
Hi getting error at deploy stage ecs in service it showing insuffiecnt memory
Could you please rectify this error
Hey Sariga, I think the error is due to insufficient memory in the ecs task definition.
Hi Gauri, can you please clarify why you have used docker push command two times in the post build commands?
post_build:
commands:
- echo Build completed on `date`
- echo Pushing the Docker images...
- docker push $REPOSITORY_URI:$IMAGE_TAG
- docker push $REPOSITORY_URI:$IMAGE_TAG
- echo Writing image definitions file...
- printf '[{"name":"%s","imageUri":"%s"}]' $CONTAINER_NAME $REPOSITORY_URI:$IMAGE_TAG > imagedefinitions.json
Ignore the repetition