Provides aws codelab challenges ..
- AWS CLI (https://aws.amazon.com/de/cli/)
- Ruby, version >=2.0.0
- Ruby header files for building gems with native extensions (
apt-get install ruby-dev
on Ubuntu systems) - Bundler:
gem install bundler
- autostacker24: Run
bundle install
in the root directory.
- Terraform (OSX
brew install terraform
)
- 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.
- AWS Cloudformation Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
- AWS IAM Policy Generator: https://awspolicygen.s3.amazonaws.com/policygen.html
- EC2 Instances pricing overview: http://www.ec2instances.info/?region=eu-central-1