Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
How to connect to AWS Elastic Beanstalk Postgre...
Search
Zulhilmi Zainudin
July 08, 2016
How-to & DIY
0
190
How to connect to AWS Elastic Beanstalk Postgres DB using PSequel app
How to connect to AWS Elastic Beanstalk Postgres DB using PSequel app
Zulhilmi Zainudin
July 08, 2016
Tweet
Share
More Decks by Zulhilmi Zainudin
See All by Zulhilmi Zainudin
What’s New in Ganache 2.0?
zulhfreelancer
0
33
Other Decks in How-to & DIY
See All in How-to & DIY
Why did my proposals get rejected?
okuramasafumi
1
730
未来の投げ銭箱
inoue2002
2
130
JAWS-UG/AWSコミュニティ -JAWS-UGくまもと#16
awsjcpm
1
150
苦手の克服方法 / How to overcome weaknesses
toma_sm
0
280
未来大生の胃を支える函館グルメ
deflis
0
530
【技術カンファレンス運営の裏側】Iwaken Lab 技術好き学生の近況報告 & ことみんさんに技術カンファレンス運営の裏側を聞いちゃう会
kotomin_m
5
1.7k
ミニ四駆ベースのAIカー TatamiRacerの製作
covao
1
270
人はなぜコミュニティとつながると幸せを感じるのか
448jp
3
310
ModuleLLM、最前線!
anoken
1
250
AWSコミュニティプログラムとJAWS-UGアップデート / JAWS-UG函館 勉強会 vol.14
awsjcpm
2
140
【加筆修正版】ハードワークを支えるフィジカルとメンタルを構築る#rubymusclemixin 活動 #きのこ2025 #きのこ2025_b
bash0c7
0
250
JAWS-UGのご紹介 JAWS-UGとは?
awsjcpm
0
5.2k
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
96
6.2k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Bash Introduction
62gerente
615
210k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Designing Experiences People Love
moore
142
24k
How STYLIGHT went responsive
nonsquared
100
5.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
RailsConf 2023
tenderlove
30
1.2k
Transcript
How to connect to AWS Elastic Beanstalk Postgres DB using
PSequel app @zulhhandyplast Last update: 9th July 2016 01:40AM
Go to RDS Dashboard, select your DB instance and take
note these values
Go to http://cmyip.net/ to get your local machine IP address
Go to https://console.aws.amazon.com/vpc/, click Security Groups and find a record
based on #5 and #6 values from first step. And then, check the checkbox
Click on Inbound Rules and click on Edit button
Click Add another rule button
Put your local machine IP address followed by /32 and
press Save button
Make sure you see Save Successful green alert
Put Host, Port, User and Database values based on the
values from first step. Password is your DB password that you put during database creation process (not in this tutorial). Click Connect button
You’re now remotely connected to your AWS RDS Postgres database.
Now you can see your DB structures, contents and do CRUD operation for that contents