Connect Private AWS RDS From Local machine(CodeIDE) by awsmasterchef

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • Connect Private AWS RDS From Local machine(CodeIDE) by awsmasterchef
    command used :
    1.psql -h database_endpoint -p 5432 -U username
    2 . ssh -i key_pair_file_name -f -N -L 5432:db_endpoint:5432 ubuntu@ec2_public_ip -v
    how to connect AWS RDS from local using jump server
    how to connect AWS RDS from python code
    #aws #awstutorials #amazonwebservices #python #rds #postgresql

Комментарии • 1

  • @manojsinghnegi1565
    @manojsinghnegi1565 2 месяца назад

    awesome. you saved my day buddy. keep it up. and i found somewhere that we can do this with aws ssm as well, could you make a video on it as well. Thanks a lot