Created
March 16, 2020 11:35
-
-
Save paulmwatson/e29cf2f60f9b2d926e55979f2d5cdbfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
option_settings: | |
"aws:elasticbeanstalk:container:python": | |
NumProcesses: 1 | |
NumThreads: 1 | |
aws:elasticbeanstalk:cloudwatch:logs: | |
StreamLogs: true | |
DeleteOnTerminate: true | |
RetentionInDays: 1 | |
aws:elasticbeanstalk:healthreporting:system: | |
SystemType: enhanced | |
aws:autoscaling:launchconfiguration: | |
IamInstanceProfile: aws-elasticbeanstalk-ec2-role | |
aws:elasticbeanstalk:environment: | |
ServiceRole: aws-elasticbeanstalk-service-role |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment