- Deployed sample application
- Elastic Beanstalk Command Line Interface
- Connect and pull down your application
eb init
eb labs download
- Clone this repository
- Modify CERTBOT_NAME, CERTBOT_EMAIL, and CERTBOT_DOMAINS in the bash script
- Copy both ebextensions and platform folders into your environment
- Deploy your app
# Packages into zip and uploads
eb deploy
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Python 3.8 running on 64bit Amazon Linux 2/3.2.1
- Node.js 14 running on 64bit Amazon Linux 2/5.3.1
This project is licensed under the MIT License - see the LICENSE.md file for details
- russau for suggesting platform hooks
- tony-gutierrez for starting this gist