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
未来の投げ銭箱
inoue2002
2
120
miiboとamiibo繋げてみた。 #miibo #amiibo #iotlt
n0bisuke2
1
350
AWSコミュニティプログラムとJAWS-UGアップデート / JAWS-UG函館 勉強会 vol.14
awsjcpm
2
130
DroidKaigi 2024 - 海外就職というキャリアの選択肢
iyotetsuya
1
920
Invitation to Okinawa.rb in 2024
yasslab
PRO
1
850
自分がご機嫌になれる 素敵な場所を守るために
kenichirokimura
2
120
人を補助するAI ~AIとの壁打ちがきっかけになる~ #共創AIミートアップ
ishikiemo
0
380
グローバルAWSユーザー コミュニティとJAWS-UG - JAWS FESTA 2024 in Hiroshima
awsjcpm
0
4.8k
静岡県のお相撲さん20240509/sumo_wrestler_from_shizuoka_prefecture_20240509
nicepapa_hirano
0
270
ModuleLLM、最前線!
anoken
0
180
JAWS-UG/AWSコミュニティプログラムのご紹介 - JAWS-UG 佐賀
awsjcpm
2
140
わたしと技術コミュニティとキャリア
kotomin_m
2
1.7k
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.1k
Designing for Performance
lara
610
69k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
290
The Pragmatic Product Professional
lauravandoore
35
6.7k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Automating Front-end Workflow
addyosmani
1370
200k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Scaling GitHub
holman
459
140k
Optimizing for Happiness
mojombo
379
70k
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