-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from belodetek/ab77/operational
Unzoner 2023 updates
- Loading branch information
Showing
6 changed files
with
51 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Submodule aws-cf-templates
updated
29 files
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/state/rds-mysql.yaml b/state/rds-mysql.yaml | ||
index df840b9..a77bebc 100644 | ||
--- a/state/rds-mysql.yaml | ||
+++ b/state/rds-mysql.yaml | ||
@@ -133,7 +133,7 @@ Parameters: | ||
EngineVersion: | ||
Description: 'MySQL version.' | ||
Type: String | ||
- AllowedValues: ['8.0.32', '8.0.28', '8.0.27', '8.0.26', '8.0.25', '8.0.23', '5.7.41', '5.7.38', '5.7.37', '5.7.34', '5.7.33'] # aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" | ||
+ #AllowedValues: ['8.0.32', '8.0.28', '8.0.27', '8.0.26', '8.0.25', '8.0.23', '5.7.41', '5.7.38', '5.7.37', '5.7.34', '5.7.33'] # aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" | ||
EnableIAMDatabaseAuthentication: | ||
Description: 'Enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html).' | ||
Type: String |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
diff --git a/.ebextensions/python.config b/.ebextensions/python.config | ||
index e74278c..ce45984 100644 | ||
--- a/.ebextensions/python.config | ||
+++ b/.ebextensions/python.config | ||
@@ -1,6 +1,6 @@ | ||
option_settings: | ||
- aws:elasticbeanstalk:container:python:staticfiles: | ||
- /static/: static/ | ||
+ aws:ec2:vpc: | ||
+ AssociatePublicIpAddress: true | ||
aws:elasticbeanstalk:application:environment: | ||
FLASK_DEBUG: true | ||
APP_VERSION: v1.2.0 | ||
diff --git a/.ts b/.ts | ||
new file mode 100644 | ||
index 0000000..7c80faf | ||
--- /dev/null | ||
+++ b/.ts | ||
@@ -0,0 +1 @@ | ||
+1682179533 |