Skip to content

Instantly share code, notes, and snippets.

@theamanbhargava
Last active January 23, 2023 14:46
Show Gist options
  • Select an option

  • Save theamanbhargava/ab578ae46640528c1f2fb716ceb4da0e to your computer and use it in GitHub Desktop.

Select an option

Save theamanbhargava/ab578ae46640528c1f2fb716ceb4da0e to your computer and use it in GitHub Desktop.
Running commands on Elastic Beanstalk
sudo su -
source <(/opt/elasticbeanstalk/bin/get-config environment | jq -r 'to_entries | .[] | "export \(.key)=\"\(.value)\""')
source $PYTHONPATH/activate
cd /var/app/current
> command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment