What is Amazon RDS in AWS FULL DEMO in Hindi | AWS Beginner to Advanced | Cloud Tech Burner

Sdílet
Vložit
  • čas přidán 12. 09. 2024
  • What is Amazon RDS in AWS FULL DEMO in Hindi | AWS Beginner to Advanced | Cloud Tech Burner
    What is Amazon RDS in AWS FULL DEMO in Hindi | AWS Beginner to Advanced | Cloud Tech Burner
    Handwritten Notes!
    Want handwritten notes? Just follow these simple steps:
    Step 1: Purchase through the link below.
    Step 2: Download/Scan QR or pay via UPI provided .
    Step 3: After payment, paste your Transaction ID in the required field.
    Step 4: Check your Gmail for a ZIP file containing your notes and extract it.
    🔗 Link: cloudtechburne...
    For any queries, feel free to reach out to us at cloudtechburne...
    🎉 Join Our Exclusive WhatsApp Channel!
    🔗 whatsapp.com/c...
    (Join the Group and stay updated with the latest insights and discussions)
    Love What I Do?
    You can support my work by buying me a coffee! It's like giving a virtual high-five. Your support means the world to me.
    ☕️😊 Buy me a COFFEE: buymeacoffee.c...
    Latest AWS Playlist:
    • AWS Tutorials for Begi...
    Business Related queries: business.cloudtechburner@gmail.com
    #aws #cloudcomputing #awsinhindi #cloudcomputinginhindi #hindi #stopvivekbindra
    Disclaimer/Policy:
    --------------------------------
    Note: All uploaded content in this channel is mine and it's not copied from any community.

Komentáře • 11

  • @hemantsharma5681
    @hemantsharma5681 Před 4 měsíci +1

    Hi,
    If suppose my ec2 instance in private subnet then how we can connect our private RDS instance from our private ec2 instance.

    • @cloudtechburner
      @cloudtechburner  Před 4 měsíci +1

      To connect to a private Amazon RDS instance from a private EC2 instance within the same VPC, you can follow these steps:
      1. Ensure Same VPC:
      Confirm that both your Amazon RDS instance and your EC2 instance are in the same Amazon Virtual Private Cloud (VPC). Communication between resources in different VPCs requires additional configuration such as VPC peering or VPN connections.
      2. Security Group Configuration:
      Modify the security group associated with your Amazon RDS instance to allow inbound traffic on the appropriate database port (e.g., MySQL on port 3306) from the security group associated with your EC2 instance.
      For example, if your EC2 instance is in a security group named "EC2-SG", you would add an inbound rule to the RDS security group allowing traffic from "EC2-SG" on the database port.
      3. Subnet Routing:
      Ensure that the route tables associated with the private subnets containing both the RDS instance and the EC2 instance have proper routes to allow local communication within the VPC. This configuration is usually set up automatically if both instances are within the same VPC.
      4.Connect from EC2 Instance:
      Use the private DNS endpoint or the private IP address of your RDS instance to connect to it from your EC2 instance.
      You can use tools like MySQL client, pgAdmin, or any database client installed on your EC2 instance to connect to the RDS database using its private endpoint.
      By following these steps, you can securely connect your private EC2 instance to your private RDS instance within the same VPC. Ensure that appropriate security measures are in place to restrict access to only necessary entities and keep your communication encrypted.

  • @abhijeetjain8228
    @abhijeetjain8228 Před 5 měsíci

    Hello,
    In the video are we creating the rds as IAM user ? if yes what is permission we have to give then to that Iam user.

  • @shashwatverma8966
    @shashwatverma8966 Před měsícem

    Bro, can you tell me how can we stop RDS permanently as it auto restart after 7 days, even after disable maintenance update

    • @cloudtechburner
      @cloudtechburner  Před měsícem +1

      To stop an RDS instance from automatically restarting every 7 days you can use below commands
      :
      Stop the RDS Instance:
      aws rds stop-db-instance --db-instance-identifier
      Snapshot and Delete (if not needed):
      aws rds create-db-snapshot --db-instance-identifier --db-snapshot-identifier
      aws rds delete-db-instance --db-instance-identifier --skip-final-snapshot
      Note: Stopped instances auto-restart after 7 days.

    • @shashwatverma8966
      @shashwatverma8966 Před měsícem

      For snapshot and delete option, I'm not looking forward, but the one you share 1, not sure if it works, as I tried with lambda function but when trigger it will asking specific timing, using event pattern also asking specific timing. Ah, this auto restart is really annoying. Even after running the above command the RDS service is still showing"stop temporary"
      But thanks for your response

  • @rajiv7
    @rajiv7 Před 6 měsíci

    I want notes

    • @cloudtechburner
      @cloudtechburner  Před 6 měsíci

      You have to connect to telegram and pay the charges to get the notes...

    • @rajiv7
      @rajiv7 Před 6 měsíci

      @@cloudtechburner , thank you.. I dont have telegram n dont wish to use them. Can u pls suggest any other option?

    • @cloudtechburner
      @cloudtechburner  Před 6 měsíci

      You can connect me over email