DEV Community

Arun Kumar for AWS Community Builders

Posted on

1

Verifying SSL connection for PostgreSQL

Steps

  • Download PGAdmin from [https://www.pgadmin.org/]

  • After installing, the tool gui will run in your default browser, select Object->Create->Server

1

  • Populate the General and Connection tab.

2

  • Once the connection is fine, right click “Database=postgres”, select Query Tool as below and execute below SQL.

3

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post