https://d0.awsstatic.com/whitepapers/aws-overview.pdf
Kind of like password to log into the EC2.
Firewall controlling traffic around the application.
This controlls traffic around the database.
sudo yum update -y
sudo yum install -y httpd php mysql
sudo service httpd start
sudo chkconfig httpd on
Add these lines to your User Data section.
AMIs give the baseline set-up for EC2 instances.
You can customize AMIs to include encryption, resource configurations, and software updates.
RDS Instance: Relational Database Service
Automagically makes replica in another availability zone.
Launch or terminate EC2 instances based off of policy.
Template for the auto scaling group.
#!bin/bash
yum update -y
service httpd start
chkconfig httpd on
Make sure to select our Security Group!
Set TCP for Health Check
Now delete it all :)
IaaS is the hardware and software that powers it all – servers, storage, networks, operating systems.
PaaS is the set of tools and services designed to make coding and deploying applications quick and efficient.
SaaS applications are designed for end-users, delivered over the web via third party vendors.
AWS offers several different certification you can take to show companies how awesome you are in the cloud!