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
180
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
27
Other Decks in How-to & DIY
See All in How-to & DIY
Learning from Firefighters
ksatirli
PRO
0
140
GreenPAK 初心者向けハンズオン資料
aoisaya
2
170
一番やさしいDJ入門 2024
stefafafan
6
1.8k
Career Opportunities In WordPress
wchk2023
0
240
Discover the Quality Coach role and their Toolbox
emna__ayadi
0
130
IoTカーテンオープナー
keicafeblack
0
310
リアル登壇だから気をつけたい「マイクの使い方」のコツ
shirayanagiryuji
0
190
本気でコミュニティを成功させたいなら_株式会社コミュカル Mitz
comucal
PRO
0
830
BVEと連動する誤自宅運転台のススメ!
usashirou
0
640
JAWS-UG山梨第0回 AWSのユーザーコミュニティ支援
awsjcpm
0
120
LT(Lightning Talk)のドキドキ感を共有する IoT ぼっとを作った話
scbc1167
1
150
IoT×サーモに挑戦する第一歩
runrunsan
0
310
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
53
13k
How to train your dragon (web standard)
notwaldorf
88
5.7k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
810
Designing for humans not robots
tammielis
250
25k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Building Your Own Lightsaber
phodgson
103
6.1k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Speed Design
sergeychernyshev
25
670
How STYLIGHT went responsive
nonsquared
95
5.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
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