0% found this document useful (0 votes)
104 views18 pages

AWS and Postgress SQL

This document discusses using PostgreSQL with Amazon Web Services (AWS). It provides an overview of AWS and database options, including running PostgreSQL on AWS Relational Database Service (RDS) or an EC2 instance. Key points covered include using IAM for security, availability zones, security groups, automation tools, and creating database snapshots through the AWS CLI.

Uploaded by

borra venkatesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views18 pages

AWS and Postgress SQL

This document discusses using PostgreSQL with Amazon Web Services (AWS). It provides an overview of AWS and database options, including running PostgreSQL on AWS Relational Database Service (RDS) or an EC2 instance. Key points covered include using IAM for security, availability zones, security groups, automation tools, and creating database snapshots through the AWS CLI.

Uploaded by

borra venkatesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

AWS and PostgreSQL

Štěpán Bechynský
Cloud and Web Services Senior Specialist
MSD IT Global Innovation Center @ Prague
@stepanb
Basics of cloud computing

CLOUD
Cloud
Computing
Patterns
Cloud Computing Variants
Database as Platform
• You maintain just database and security
• Automatic backups
• You have limited access to database server
• You have no access to operating system
Amazon Web Services

AWS
Regions and availibility zones
Identity and Access Management
• Main security tool
• IAM controls who can do what in your account
• Manage access to AWS
Identity and Access Management

DEMO
Amazon RDS
• Database as Platform
• Supports
– Aurora
– MS SQL
– MySQL
– ORACLE
– PostgreSQL
PostgreSQL
• 9.3.3, 9.3.5
• Data encrypting
• Read replicas (standby)
• Monitoring
• Alternative – run database on EC2 instance
Availability
Run PostgreSQL using Management Console

DEMO
Security groups
• Firewall
• Internal (inside data center) rules
• External (internet) rules
Security groups

DEMO
Amazon SDK and Tools
• Automation scripts
• SDK supports different programming
languages
• Security
– EC2 instances roles
– Keys
Create snapshot using AWS Cli

DEMO
Some questions?

Q&A

You might also like