103 Commits (fa712b19ab5bc9947953f16eb6384e57fa0c1f63)
 

Author SHA1 Message Date
Sebastian Rieger fa712b19ab added todo as a reminder to update faafo to Python3 and recent Ubuntu versions (>18.04) 1 year ago
Sebastian Rieger 0b41674790 fixed errors when starting demo2 multiple times, added login and monitoring info in the output at the end of demo2 1 year ago
Sebastian Rieger 20f012a42d added explanation about the necessary role for the function and clarification of the use of credentials in localstack 2 years ago
Sebastian Rieger a39227feea commented out default roleArn 2 years ago
Sebastian Rieger 7a841fc8d3 removed unused role var from stop.py 2 years ago
Sebastian Rieger bbaa2ef220 retrieve Role ARN, and removed AWS Academy hints in localstack example 2 years ago
Sebastian Rieger d796ecc305 added API gateway, as in contrast to AWS Academy, localstack allows API gateway creation 2 years ago
Sebastian Rieger 2cba78a344 added localstack cloud counter lambda demo 2 years ago
Sebastian Rieger f081a50a4a changed Lambda demo to support AWS Academy and create individual bucket for group with globally unique name in S3 2 years ago
Sebastian Rieger 1f4a435d84 changed Lambda demo to support AWS Academy and create individual bucket for group with globally unique name in S3 2 years ago
Sebastian Rieger 7059688b5d initial version of counter 2 years ago
Sebastian Rieger dae204748e changed default LabInstanceProfile 2 years ago
Sebastian Rieger 68542bcc98 changed cloudformation example to support AWS Academy Lab 2 years ago
Sebastian Rieger 14347b0b47 changed examples to fit current AWS Academy lab env 2 years ago
Sebastian Rieger c5aaf2f4f7 changed keyName to vockey, changed instanceType to t2.micro as t2.nano can run into out of memory situation when starting mariadb 2 years ago
Sebastian Rieger d845403a4c set start retries in supervisord to unlimited to avoid broken backend if app-service instance containing the database is later running than the API, in rare cases this can happen though the service instance is started before the API instances 2 years ago
Sebastian Rieger d3df9d4e81 readded key file to import if key pair is not already available (however in AWS academy vockey should be existing in any case) 2 years ago
Sebastian Rieger 3ffa55641f Merge remote-tracking branch 'origin/master' 2 years ago
Sebastian Rieger 9c38e8cfd7 changed default keypair to vockey, as used in AWS Academy Lab docu and terminal, fixed timeout var 2 years ago
Sebastian Rieger 15d12de196 changed default keypair to vockey, as used in AWS Academy Lab docu and terminal, fixed timeout var 2 years ago
Sebastian Rieger f0d4cd0f80 fixed faafo-api http server hanging 2 years ago
Sebastian Rieger 09c25bf38e changed AWS instance size to t2.micro, t2.nano is still possible using install-aws.sh cloud-init script, but really limited in RAM, added support for availability zones and spread instance across different az to improve fault tolerance, select AMI directly, remove 0.0.0.0/0 access to mysql 2 years ago
Sebastian Rieger e18ab4dc70 updated demo4 to support AWS Academy lab setup 2 years ago
Sebastian Rieger afd3bef5c2 removed old demo4 tf file, added terraform state stuff to .gitignore 2 years ago
Sebastian Rieger 23f48f85cd added image search, expand user home dir based on platform, removed elastic ips to save budget, load AWS credentials file, fixed ÓOM in AWS m1.tiny when installing faafo reqs using pip, increased timeout 2 years ago
Sebastian Rieger 162db34e1b add swap to fix OOM kill for pip in cheapest AWS instance type m1.tiny 2 years ago
Sebastian Rieger 6949506b0f added aws install.sh in faafo to fix reqs install failed 2 years ago
Sebastian Rieger 661b125e1c removed domain name from conn init, as we currently only use the default domain anyway 2 years ago
Sebastian Rieger 1800b6af04 bumped openstack terraform provider version 2 years ago
Sebastian Rieger 615f0ce0d4 speedup AWS image selection by referencing ami directly, listing all images as done in the libcloud examples, takes several minutes now 2 years ago
Sebastian Rieger b57045ecf7 * changed password in demo1 to be provided in source, not safe, but easy start and private cloud endpoints are not externally reachable anyway 2 years ago
Sebastian Rieger d82c5b6447 updated terraform examples 2 years ago
Sebastian Rieger 48fc259af9 changed lambda counter demo to work with AWS educate accounts 3 years ago
Sebastian Rieger a0dc3ff81f Merge remote-tracking branch 'origin/master' 3 years ago
Sebastian Rieger e213686f6a changed lambda counter demo to work with AWS educate accounts 3 years ago
Timo Geier 3a1c789fcf Improved Kubernetes cluster documentation 3 years ago
srieger 350d47b120 Update 'kubernetes-example/kubectl-intro.md' 3 years ago
srieger 56d42ff1dc Update 'kubernetes-example/kubectl-intro.md' 3 years ago
srieger 605eb739c2 Add 'kubernetes-example/kubectl-intro.md' 3 years ago
Sebastian Rieger a2942f3d4a adapted aws-boto3-rds-db and aws-boto3-standalone-db-autoscaling example of tug-of-war in the clouds for AWS Educate Accounts, however, due to missing Roles and permissions both are currently not usable in AWS Educate 3 years ago
Sebastian Rieger 698ec0a648 adapted aws-boto3-rds-db example of tug-of-war in the clouds to AWS Educate Accounts, however, RDS is not allowed in our current classroom 3 years ago
Sebastian Rieger 049e494ab2 adapted aws-boto3-standalone-db example of tug-of-war in the clouds to be usable with AWS Educate Accounts 3 years ago
Sebastian Rieger 781cfc8fa4 adapted AWS CloudFormation Example for AWS Educate Classroom 3 years ago
Sebastian Rieger b57c26adbf added AWS ELB load balancer example 3 years ago
Sebastian Rieger d43d1b3995 added stop scripts and comments in terraform example 3 years ago
Sebastian Rieger 4c2993182d changed aws demo3 to be compatible with AWS Educate classroom 3 years ago
Sebastian Rieger 6e2b8dc1f0 fixed "faafo list" not working, due to SQLalchemey >1.4 3 years ago
Sebastian Rieger 17e8b41743 initial version of terraform openstack example incl load balancer 3 years ago
Sebastian Rieger a22eb50b9d initial version of counter lambda function 4 years ago
Sebastian Rieger 33ab50e291 removed redundant lines in user-data 4 years ago