Simpletix was deplored on AWS using elastic beanstalk. The following AWS services had these specific resources associated with them:
-
Platform: Python 3.13 running on 64bit Amazon Linux 2023/4.7.3
-
Environment:
simpletix-dev-
Environment properties (plain text) :
ALGOLIA_SECRETS_NAME: SimpleTixDevAlgoliaSecretsAWS_MEDIA_BUCKET_NAME: simpletix-dev-mediaAWS_REGION: us-east-1DB_SECRETS_NAME: SimpleTixDevDBSecretsDJANGO_SECRET_KEY_NAME: SimpleTixDevDjangoSecretKeyEMAIL_SECRETS_NAME: SimpleTixDevEmailSecretsENVIRONMENT: developmentGOOGLE_MAPS_SECRETS_NAME: SimpleTixDevGoogleMapsAPIKeyPYTHONPATH: /var/app/venv/staging-LQM1lest/binSTRIPE_SECRETS_NAME: SimpleTixDevStripeSecrets
-
-
Environment:
simpletix-prod-
Environment properties (plain text) :
ALGOLIA_SECRETS_NAME: SimpleTixProdAlgoliaSecretsAWS_MEDIA_BUCKET_NAME: simpletix-prod-mediaAWS_REGION: us-east-1DB_SECRETS_NAME: SimpleTixProdDBSecretsDJANGO_SECRET_KEY_NAME: SimpleTixProdDjangoSecretKeyEMAIL_SECRETS_NAME: SimpleTixProdEmailSecretsENVIRONMENT: productionGOOGLE_MAPS_SECRETS_NAME: SimpleTixProdGoogleMapsAPIKeyPYTHONPATH: /var/app/venv/staging-LQM1lest/binSTRIPE_SECRETS_NAME: SimpleTixProdStripeSecrets
-
-
simpletix-dev-db- postgres 17.4
- db.t3.micro
- General Purpose SSD (gp3) 200 GiB
-
simpletix-prod-db- postgres 17.4
- db.t3.micro
- General Purpose SSD (gp3) 200 GiB
-
Bucket Names:
-
simpletix-dev-media -
simpletix-prod-media
-
-
Bucket Folder Structure:
banners/ event_videos/ profile_photos/ profiles/
SimpleTixDevEmailSecrets- SMTP Email credentials dev
SMTP_USER: noreply.simpletix@gmail.comSMTP_PASSWORD: ********
SimpleTixDevStripeSecrets- Secrets for Stripe Dev
STRIPE_PUBLISHABLE_KEYSTRIPE_SECRET_KEYSTRIPE_WEBHOOK_SECRET- Values for above can be generated using the directions from PR 116
SimpleTixDevGoogleMapsAPIKey- Google Maps Api Key Dev
GOOGLE_MAPS_API_KEY- Values for above can be generated using the directions from PR 122
SimpleTixDevAlgoliaSecrets- Access keys for Algolia search dev
ALGOLIA_APP_IDALGOLIA_API_KEYALGOLIA_INDEX_PREFIXALGOLIA_SEARCH_KEY- Values for above can be generatred using the directions from PR 97
SimpleTixDevDBSecretsusername: postgrespassword: ********engine: postgreshost: simpletix-dev-db.[PLACEHOLDER_SPECIFIC_INSTANCE_ID].[PLACEHOLDER_AWS_REGION].rds.amazonaws.comport: 5432dbInstanceIdentifier: simpletix-dev-dbdbname: simpletix
SimpleTixDevDjangoSecretKey- SECRET_KEY for Django dev
SECRET_KEY: ********
SimpleTixDevEmailSecrets- SMTP Email credentials dev
SMTP_USER: noreply.simpletix@gmail.comSMTP_PASSWORD: ********
SimpleTixProdStripeSecrets- Secrets for Stripe Dev
STRIPE_PUBLISHABLE_KEYSTRIPE_SECRET_KEYSTRIPE_WEBHOOK_SECRET- Values for above can be generated using the directions from PR 116
SimpleTixProdGoogleMapsAPIKey- Google Maps Api Key Prod
GOOGLE_MAPS_API_KEY- Values for above can be generated using the directions from PR 122
SimpleTixProdAlgoliaSecrets- Access keys for Algolia search prod
ALGOLIA_APP_IDALGOLIA_API_KEYALGOLIA_INDEX_PREFIXALGOLIA_SEARCH_KEY- Values for above can be generatred using the directions from PR 97
SimpleTixProdDBSecretsusername: postgrespassword: ********engine: postgreshost: simpletix-prod-db.[PLACEHOLDER_SPECIFIC_INSTANCE_ID].[PLACEHOLDER_AWS_REGION].rds.amazonaws.comport: 5432dbInstanceIdentifier: simpletix-prod-dbdbname: simpletix
SimpleTixProdDjangoSecretKey- SECRET_KEY for Django prod
SECRET_KEY: ********