Provides aws codelab challenges ..
- Ruby, version >=2.0.0 (https://rvm.io/rvm/install)
- Bundler
gem install bundler(https://bundler.io/) - AWS CLI (https://aws.amazon.com/de/cli/)
- cli53 (optional, https://github.com/barnybug/cli53#installation)
Run bundle install in the root directory to install autostacker24.
- Create DynamoDB to show the general concept of AWS services
- Theory EC2
- Create VPC
- Deploy debug security group
- Deploy yocto
- Autoscaling with JMeter
- Create DynamoDB to show the general concept of AWS services
- Theory Lambda
- Deploy hello world example
- Testing
- Make it a real hello world with at least one input parameter
- Chat
- Expert challenge: If you change the dynamoDb table name, it should be at one position (
chat-resources.yaml). Currently you have to change it at three positions.