项目作者: CodeBetterEveryDay
项目描述 :
Code for AWS Workshop - Data Science Engineering Club
高级语言: HCL
项目地址: git://github.com/CodeBetterEveryDay/dsec-aws-workshop.git
Preconditions for the Mini AWS Workshop
- Created AWS account (free tier will be ok)
- Installed: Terraform, Packer, awscli, Git, any terminal
Note:
Listed pre-conditions are required to follow hands-on exercises.
CHALLENGES
Challenge 1
- Setup AWS Account and AWS CLI on your laptop. more…
Challenge 2
- Create EC2 Instance, update tags. more…
Challenge 3
- Create EC2 Instance (Ubuntu) and verify ssh connection with Terraform. more…
.md) - Update tags
- Install Python3
- Verify ssh connection
Challenge 4
- Create EC2 instance and run
remote-exec
provisioner. more…
.md) - Install NGINX and configure simple web page
Challenge 5
- Create 2nd NGINX server in a default VPC more…
- Verify connectivity
Challenge 6
- Create 1nd and 2nd NGINX server on Amazon Linux and Ubuntu more…
Challenge 7
- Create networking elements (vpc, subnets, security groups) more…
Challenge 8
- Creating EC2 instances, Load Balancers, Subnets. more…