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
30
Other Decks in How-to & DIY
See All in How-to & DIY
Snowflake WEST ユーザー会第2回「ハンズオンセッション」
mabokaneko0802
0
260
ラズパイカメラ向け ケーブル延長基板・ハウジングの開発
koheimasaki
PRO
1
190
JAWS-UG Fukuoka - AWS re:Invent 2024 re:Cap AWS Community Perspective
awsjcpm
2
110
[너구리랑! 회고 밋업 2023] CTO 1년 회고와 회고를 바탕으로 만든 프로젝트에 대한 회고 - 전문가가 되는 방법 // 한날 님
develop_neoguri
0
170
240420MapillaryMeetup2024Tokyo
tosseto
0
200
とある航空会社の飛行機の乗り方をお教えします。/20240913-lt
kwada
3
260
Why did my proposals get rejected?
okuramasafumi
1
550
【1周年】Blueskyちゃん総集編を通じて青空を遊びつくそう
kawaiirailroads
0
310
ServiceNow Knowledgeの歩き方
manarobot
0
340
How to Hire a Driver for Long Distance Travel?
greaterservice
0
150
バーチャルバナナとリアルバナナ #iotlt #TouchDesigner
n0bisuke2
0
130
AIお菓子ロッカー
keicafeblack
0
110
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Testing 201, or: Great Expectations
jmmastey
42
7.2k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.1k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Designing Experiences People Love
moore
140
23k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
Visualization
eitanlees
146
15k
The Cult of Friendly URLs
andyhume
78
6.2k
Practical Orchestrator
shlominoach
186
10k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
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