NextGen Machines
NextGen Machines
  • 19
  • 110 243
Kafka Consumer Producer java api
Shows how to produce and consume data from kafka cluster using api in java.
Server setup
sudo yum install -y docker;
sudo service docker start;
sudo curl -L github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose;
sudo chmod +x /usr/local/bin/docker-compose;
Maven Repo:
mvnrepository.com/artifact/org.apache.kafka/kafka-clients
implementation group: 'org.apache.kafka', name: 'kafka-clients', version: '3.6.1'
มุมมอง: 86

วีดีโอ

Configure Kafka in AWS with Kraft Mode using Docker
มุมมอง 2675 หลายเดือนก่อน
Configure Kafka in AWS with Kraft Mode using Docker. sudo yum install -y docker; sudo service docker start; sudo curl -L github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose; sudo chmod x /usr/local/bin/docker-compose;
Kafka Cluster Configuration Multinode in AWS using KRAFT mode
มุมมอง 4435 หลายเดือนก่อน
Just a basic Kafka Cluster in AWS Cloud using multiple/multinode Ec2 instances in Kraft mode.
Quickstart Kafka Cluster in AWS Cloud
มุมมอง 355 หลายเดือนก่อน
Quickstart Kafka Cluster in AWS Cloud
Spam Call Blocker android app with no special permissions required.
มุมมอง 8639 หลายเดือนก่อน
This Spam blocker app could block single number or number series for free. This app requires no special permissions. Google Play Store Install Link : play.google.com/store/apps/details?id=com.punbook.callscreener&pcampaignid=web_share
Aws S3 Object Encryption/Decryption by Using KMS
มุมมอง 2.4K9 หลายเดือนก่อน
This video shows how we can use kms keys to encrypt and decrypt S3 objects. This provides enhanced level of security to S3 Objects. Please note that you get reduced throughput limits for get request per prefix when use kms keys. Please also note costs associated with use of KMS.
Aws S3 Security Best Practices
มุมมอง 1399 หลายเดือนก่อน
How to secure S3 Bucket by following best practices or general practices. Block Public Access. Use Server Side or Client Side Encryption. Enforce encryption of data in transit. S3 Object Lock. Cross Region Replication for high availability. CloudTrail Logs with lambda integration. Discover sensitive data by using amazon Macie.
Chatgpt with API using python.
มุมมอง 679 หลายเดือนก่อน
Chatgpt with API using python. import os import openai import constants os.environ["OPENAI_API_KEY"] = constants.APIKEY openai.api_key = os.getenv("OPENAI_API_KEY") response = openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[{"role": "user", "content": "List top 10 cities of India by expenses."}], max_tokens=500, temperature=0 ) print(response)
Download AWS S3 Object using Java API with chatgpt code generator.
มุมมอง 629 หลายเดือนก่อน
This video show simple code and process to download file using chatgpt code by creating user in AWS. Its uses java s3 sdk version2 and programmatic user from AWS. Code Used In This Video Link: github.com/minkuminku/s3Operations/blob/main/S3ObjectDownloadSimple.java
Training Chatgpt with your personal data using langchain step by step in detail.
มุมมอง 2.7K9 หลายเดือนก่อน
This video uses langchain to train chatgpt with your personel data. It shows step by step how to setup langchain environment locally or in aws cloud to create an application that learns your personel data so easily. code files github.com/minkuminku/langchainSetup Following are the commands used to setup environment on Amazon Ec2 instance(t2.medium) with Amazon Linux OS. sudo yum install python ...
Aws Http Api Gateway setup with CORS error fix using Angular
มุมมอง 4.2K11 หลายเดือนก่อน
This video has details on basic setup of http api of aws api gateway and how to fix the CORS error by setting up policy.
ECS Fargate Cluster Vs ECS EC2 Cluster
มุมมอง 90ปีที่แล้ว
Basic high level comparison between ECS Fargate and EC2 Cluster with the help of some real time use cases.
ECS Ec2 Cluster Autoscaling and Horizontal scalability in action with aws console demo.
มุมมอง 7Kปีที่แล้ว
This video has all details on how to setup an ECS EC2 Auto-scalable Cluster in AWS from scratch with following details. 1. Ecs Ec2 Cluster Creation 2. Task Definition Configuration. 3. Use of docker image in task publicly available. (hub.docker.com/r/minku/demo-repo) (minku/demo-repo:latest). 4. Capacity Provider Configuration in Cluster. 5. Auto-scaling Policy creation in Ecs Service. 6. Demo ...
Troubleshooting Common day to day issues in AWS Cloud
มุมมอง 117ปีที่แล้ว
Details on common day to day issues faced by developers in AWS. how we can fix these issues by using AWS Technical Support or AWS Cloud Trail service.
ECS EC2 Cluster Setup AWS
มุมมอง 19Kปีที่แล้ว
This video is to show how to setup simple ECS Ec2 cluster using nginx docker image in AWS console using new console.
Create Ec2 and connect using AWS Cloud console
มุมมอง 35ปีที่แล้ว
Create Ec2 and connect using AWS Cloud console
How to evaluate new aws service before use
มุมมอง 804 ปีที่แล้ว
How to evaluate new aws service before use
Aws Batch Service In Detail
มุมมอง 25K5 ปีที่แล้ว
Aws Batch Service In Detail
How To Pass AWS Certified Solutions Architect Associate Exam 2018
มุมมอง 47K5 ปีที่แล้ว
How To Pass AWS Certified Solutions Architect Associate Exam 2018

ความคิดเห็น

  • @Slayersoft
    @Slayersoft 2 หลายเดือนก่อน

    I love you so much I spend hours trying to figure out this problem!!!!!

  • @howardqianranfu9823
    @howardqianranfu9823 3 หลายเดือนก่อน

    Life Saver Video!!! Thank you

  • @francis2451
    @francis2451 3 หลายเดือนก่อน

    Adding OPTION method really solved my CORS problem. I don't know why many people out there don't have any problem without the OPTION

  • @john9091
    @john9091 3 หลายเดือนก่อน

    Omg after 5 days found this gem, its working thanks :)

  • @robertodev2002
    @robertodev2002 3 หลายเดือนก่อน

    Thank you very much

  • @dragusincristian9986
    @dragusincristian9986 3 หลายเดือนก่อน

    Thank you so much! You solved my problem

  • @jonathanbradbury950
    @jonathanbradbury950 3 หลายเดือนก่อน

    You are a life saver

  • @sammypresley3570
    @sammypresley3570 4 หลายเดือนก่อน

    if you'd add these options id certainly appreciate that

  • @sammypresley3570
    @sammypresley3570 4 หลายเดือนก่อน

    This app works excellent. just need a way to backup and restore the partial #'s and 10 digit numbers

  • @hope8268
    @hope8268 4 หลายเดือนก่อน

    can you make video to Configure Kafka in AWS (ECS) with Kraft Mode using Docker

  • @deepalideotale8848
    @deepalideotale8848 4 หลายเดือนก่อน

    Thanks for video. Please make video on cloud watch and cloud trail

  • @HarshitDaftary
    @HarshitDaftary 4 หลายเดือนก่อน

    Thanks it really helped me.

  • @user-cw8xe9bg1y
    @user-cw8xe9bg1y 5 หลายเดือนก่อน

    When i create cluster there is no container instance created?

  • @ThePrashant512
    @ThePrashant512 5 หลายเดือนก่อน

    Nice explanation. You can elaborate on the scenario where 1st instance has 3 tasks and one of my tasks scaled-up on the new 2nd ec2 instance, when the container cools down it should scale down from the new ec2 instance only else both the ec2 will be in running state only.

  • @nallamalalokesh2212
    @nallamalalokesh2212 5 หลายเดือนก่อน

    Thank you so much!! I have been searching for the same for quite some time. Really helpful 🤗

  • @user-xd6dj4uc8n
    @user-xd6dj4uc8n 6 หลายเดือนก่อน

    Had to log in to my TH-cam account to comment, but wanted to say a big thank you for this amazing video! Saved me hours of time!

  • @NotADevOps
    @NotADevOps 7 หลายเดือนก่อน

    now there no old experience

  • @milon27
    @milon27 7 หลายเดือนก่อน

    🎉how can we connect custom domain with api gateway and ECS instead of load balancer for small and medium type project

  • @cloudbeast6799
    @cloudbeast6799 8 หลายเดือนก่อน

    Hello, really appreciated the video, One doubt, when i am creating the same, my EC2 instance(s) are not showing up in ECS container instances in Infrastructure section, does it not show when we have used Private subnets only in Networking section of it ?

  • @premraj.m
    @premraj.m 8 หลายเดือนก่อน

    24:00 Shares: Batch uses a share-based system to allocate CPU resources to jobs. One share represents a small fraction of a vCPU's processing power.

  • @NeeleshVinchoorkar
    @NeeleshVinchoorkar 8 หลายเดือนก่อน

    Sir i have my made my pucket publicly accessible but it is has kms enable and when i am trying to view the data then it is not opening and this is coming back that Requests specifying Server Side Encryption with AWS KMS managed keys require AWS Signature Version 4. I am using nodejs. BTW liked your vedio.

  • @lMagickl
    @lMagickl 9 หลายเดือนก่อน

    ty for the OPTIONS tip you saved me hours !!

    • @rameshl
      @rameshl 7 หลายเดือนก่อน

      Exactly!

  • @eduardolopes384
    @eduardolopes384 9 หลายเดือนก่อน

    hey man, how can I do this with rest apis?

  • @kava2372
    @kava2372 9 หลายเดือนก่อน

    😂 "PromoSM"

  • @pankajsamkaria9051
    @pankajsamkaria9051 10 หลายเดือนก่อน

    Confused???

  • @VijayKumar-gz4sz
    @VijayKumar-gz4sz 10 หลายเดือนก่อน

    how to get AWS batch Job Id in environment Variables

  • @pranavvohra3889
    @pranavvohra3889 11 หลายเดือนก่อน

    just to add a PS, editing the method type to 'ANY' instead of creating an 'Options' route will not help. This is what I tried as my endpoints would double. But I had to create the 'OPTIONS' method to make it work

  • @Bammmmmmm
    @Bammmmmmm 11 หลายเดือนก่อน

    thank you very much for helping me solve this! You have just gained a subscriber!!

  • @nicolassuarez2933
    @nicolassuarez2933 11 หลายเดือนก่อน

    Outstanding! Cristal clear :)

  • @hajriyassine7108
    @hajriyassine7108 ปีที่แล้ว

    The fact that you switched to the old version and made everything too clear is incredible! good job

  • @Gyannea
    @Gyannea ปีที่แล้ว

    How would you configure this set up such that the remote client must use https but the deployed container service exposes port 8080? WHen there is no security (http) the setup is quite easy. I have found trying to add https for the remote client a whole slew of problems arise (so far not solved by me at least)

  • @Lovely_Pihu
    @Lovely_Pihu ปีที่แล้ว

    I used my Dockerhub image and my Expose Port is 5050 for localhost as well as for container. this not worked/run on Google Chrome at the end in my case but after after editing inbound rules and adding this worked for me 😊 Thank you 🙏

  • @user-km6rw5xu4m
    @user-km6rw5xu4m ปีที่แล้ว

    Really well done video, any chance you are willing to help with an issue I am seeing on my console with this process? I am using a arm instance type which may be causing a problem.

  • @user-le5tb4fd1t
    @user-le5tb4fd1t ปีที่แล้ว

    i have followed many video... but the switch to old version and doing some steps... really worked for me

  • @lakshmikanthreddy9926
    @lakshmikanthreddy9926 ปีที่แล้ว

    required more lengthy videos from you bro

  • @alkonate8776
    @alkonate8776 ปีที่แล้ว

    Du cop à l'âne

  • @saikrishnajonnala9290
    @saikrishnajonnala9290 ปีที่แล้ว

    Nice explanation for each and every topic from start to end😊😊😊. Please continue to upload more videos.

  • @pravindhawas7827
    @pravindhawas7827 ปีที่แล้ว

    Nice demo thanks

  • @SumitGupta-wr3jf
    @SumitGupta-wr3jf 2 ปีที่แล้ว

    A quick question,Can we use aws job without docker and what will be the efforts.any related links would be appreciated, thanks

  • @poles1c
    @poles1c 2 ปีที่แล้ว

    This is so helpful, thank you!

  • @vleonelluengof6871
    @vleonelluengof6871 2 ปีที่แล้ว

    AWS BATCH EN ESPAÑOL.. porque NO?

  • @rajatsharma1540
    @rajatsharma1540 2 ปีที่แล้ว

    Isme Coding hota h kia????

  • @amitpadgaonkar8830
    @amitpadgaonkar8830 2 ปีที่แล้ว

    Thank you. Maybe you can explain that AWS batch be triggered from other events such as S3 Events, Cloudwatch Events etc.

  • @Raghujately
    @Raghujately 2 ปีที่แล้ว

    Hi mayank Could please tell the examination full process like if I scheduled my exam so how can I appear in the exam, during the exam any examinator would be there ..like that. I wanted to know full process during the examination

  • @SoumilShah
    @SoumilShah 3 ปีที่แล้ว

    Great job must say you are good teacher

  • @ppatra2010
    @ppatra2010 3 ปีที่แล้ว

    Explained in an easy to understand simple manner. Very Good for starters.

  • @tarvinder91
    @tarvinder91 3 ปีที่แล้ว

    good introductory video. nice

  • @pradeeppadampalle2449
    @pradeeppadampalle2449 3 ปีที่แล้ว

    I have 3 plus year experience in UI developer can I switch on aws solution architect associate ?

  • @nehaaaaaaaa
    @nehaaaaaaaa 3 ปีที่แล้ว

    I am 2021 passout can I give this exam ?

  • @khanali2967
    @khanali2967 3 ปีที่แล้ว

    Is it possible for me to take my practical exam on mobile? AWS Certified Cloud Practitioner