Skip to content

Instantly share code, notes, and snippets.

@romanoffs
Created February 4, 2019 18:51
Show Gist options
  • Save romanoffs/df56349a37b45228cffb6f4a7ce77891 to your computer and use it in GitHub Desktop.
Save romanoffs/df56349a37b45228cffb6f4a7ce77891 to your computer and use it in GitHub Desktop.
export DBPASSWORD=`aws ssm get-parameters --name DBpassword --region us-east-1 --with-decryption --output text --query Parameters[].Value`
export DBUSERNAME=`aws ssm get-parameters --name DBusername --region us-east-1 --output text --query Parameters[].Value`
export DBENDPOINT=`aws ssm get-parameters --name DBendpoint --region us-east-1 --output text --query Parameters[].Value`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment