Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 510 Bytes

crossplane-aws.md

File metadata and controls

26 lines (17 loc) · 510 Bytes

Setup PostgreSQL DB In AWS With Crossplane

TODO: Intro

Setup

# Replace `[...]` with your access key ID`
export AWS_ACCESS_KEY_ID=[...]

# Replace `[...]` with your secret access key
export AWS_SECRET_ACCESS_KEY=[...]

export XP_DESTINATION=aws

chmod +x manuscript/db/crossplane-aws.sh

./manuscript/db/crossplane-aws.sh

How Did You Define Your App?