Best of the best AWS tutorials I have watched so far. Thanks, Helped a lot.
@IntegrationNinjas5 ай бұрын
Glad it helped!
@darshankhatri9625 Жыл бұрын
Insightful, thanks for sharing this 👍
@IntegrationNinjas Жыл бұрын
Glad you enjoyed it!
@Ganeshbabu-px3lb7 ай бұрын
it's very helpful for me,keep it upbro
@IntegrationNinjas7 ай бұрын
Thanks.
@alexeylysenko7380 Жыл бұрын
Thanks! It helps a lot!
@IntegrationNinjas Жыл бұрын
Glad to hear that!
@muratyagc8441 Жыл бұрын
Thanks for your help
@IntegrationNinjas Жыл бұрын
No Problem. Keep Learning 😀
@valentineejk8 ай бұрын
how do you add ssl
@IntegrationNinjas8 ай бұрын
Thanks for the question! Adding SSL is an important step for securing your application. You can follow below mentioned points: 1. Generate SSL Certificates: You can either generate a self-signed certificate for testing purposes or obtain a trusted certificate from a Certificate Authority (CA). 2. Store Certificates in Secrets Manager: AWS Secrets Manager is a secure way to store your SSL certificates and private keys within your AWS environment. You can integrate this step into your GitHub Actions workflow. 3. Configure Your Application: Update your Node.js application to use the stored SSL certificates and keys. This might involve environment variables or configuration files within your Docker image. 4. Configure AWS Load Balancer: Modify your AWS Load Balancer configuration (e.g., Application Load Balancer) to terminate SSL connections at the load balancer level. This offloads processing from your Node.js instances. Try out mentioned steps, in future I will also create tutorial with SSL soon.
@chiragsolanki-rx7vs7 ай бұрын
what service case /use case should be added in IAM role
@kalpeshmali8498 Жыл бұрын
Hi while creating task definitions im not getting ecsTaskExecution role in dropdown
@IntegrationNinjas Жыл бұрын
You can create a task execution role from IAM console.
@Venkatesh-vm4ll Жыл бұрын
how to deploy full stack mern , nextjs
@IntegrationNinjas Жыл бұрын
Will upload a video soon on deployment process for MERN stack application.
@vector9117 Жыл бұрын
how will we deploy if we have mysql database to node backend
@IntegrationNinjas Жыл бұрын
Need to configure docker-compose.yml file with db configuration and MySQL setup on AWS. I will try to create that tutorial soon.
@rahulray7683 Жыл бұрын
Hi After Deploy on Ecs Node Js application Suppose Developer Update on Node js application Github How to manage Live application
@IntegrationNinjas Жыл бұрын
This is really a great question. There are many good things you can do to maintain a live application: 1. Automate Deployments with GitHub Actions: Create a workflow that triggers on code changes (e.g., pushes to the main branch). 2. Blue-Green Deployments (Recommended) 3. Rolling Updates: Update a few container instances at a time, gradually rolling out the new version. 4. Health Checks: Ensure ECS has health checks configured to monitor container health and automatically replace unhealthy instances. 5. Monitoring and Logging: Monitor application and infrastructure metrics to track deployment success and identify potential issues. 6. Security: Enforce security best practices throughout the deployment pipeline.
@rahulray7683 Жыл бұрын
Can you provide Real Time Example video So better understanding
@nhuongtrieuhoang6611 Жыл бұрын
Can you share aws eks ?
@IntegrationNinjas Жыл бұрын
I will create on that soon
@harinarayanannagarajan564111 ай бұрын
Hi, I stuck in ecsTaskExecution creation while task definition, will you able to help with proper document ?
@IntegrationNinjas11 ай бұрын
Try to create ecsTaskExecution role from IAM console.
@jigneshkumar5698 Жыл бұрын
What are best option for hosting nodejs with less billing ec2, ecs Or any other option, like to handle around 50k traffic?
@IntegrationNinjas Жыл бұрын
ECS is a good option for hosting Node.js applications with less billing because it allows you to pay only for the resources that you use. For example, if you use Fargate, you will only pay for the vCPU and memory that your containers consume. If you use EC2, you will only pay for the EC2 instances that your containers are running on. Serverless computing services such as AWS Lambda allows you to run Node.js code without having to manage any infrastructure. You are charged only for the time that your code is running.
@madhukantht9297 Жыл бұрын
My app is running but unable to reach through public ip It is running in PORT 5000 also added container port mapping But still unable to reach the app Can you please help me?
@IntegrationNinjas Жыл бұрын
Please check security group settings if you can access the content through public ip and that port. Also check firewall settings, and applications logs in cloud watch.
@madhukantht9297 Жыл бұрын
@@IntegrationNinjas Thanks I think my issue was VPC
@krishnakumar64827 ай бұрын
Will it cost in future if yes then how can we stop them
@krishnakumar64827 ай бұрын
I am a freshman and that's why I have these kinds of questions so please answer me brooo
@adeelakhtar89579 ай бұрын
error parsing HTTP 404 response body: invalid character 'p' after top-level value: "404 page not found " 146Error: Process completed with exit code 1. I m getting the above error.
@Aditya_khedekar Жыл бұрын
bruhh IAM rolle coment karo for ec2ContainerService...?
@IntegrationNinjas Жыл бұрын
You can create a role and assign below policies: AmazonEC2ContainerServiceforEC2Role AmazonECSTaskExecutionRolePolicy
@Aditya_khedekar Жыл бұрын
bruhh i am a dev struggled quit a lot knowing aws plz do recreate this video verry janky
@IntegrationNinjas Жыл бұрын
Please go through this tutorial and follow step by step.
@ІванДіван-б7п10 ай бұрын
why do you every time jump from one tab to another ? why do you nervouse moving a mouse a lot ? dislike for this
@IntegrationNinjas10 ай бұрын
I am just following the process I want to show. I appreciate the feedback and I will try to improve myself. Thanks.
@ІванДіван-б7п10 ай бұрын
why do you every time jump from one tab to another ? why do you nervouse moving a mouse a lot ? dislike for this
@IntegrationNinjas10 ай бұрын
I am just following the process I want to show. I appreciate the feedback and I will try to improve myself. Thanks.