Level Set: What is cloud computing?
Getting Hands-on: Build a Static Website on AWS.
Powerful Tools to Research Next
Passing the Interview
Feel comfortable exploring/developing in the Cloud!
A powerful computer (usually rack mounted), that is monitor-less. You must connect remotely.
Someone else managing the physical servers on location and you using its services via the internet
Lab from: https://github.com/aws-samples/aws-serverless-workshops/tree/master/WebApplication/1_StaticWebHosting
https://d0.awsstatic.com/whitepapers/aws-overview.pdf
Region
Separate geographical area
Ex: California & Oregon (US West Regions)
Availability Zone (AZ)
Isolated location within a region
Simple Storage Service
Add in website content. Download from S3.
(s3Bucket: aws-lab-materials)
define who can access the content in your S3 buckets using a bucket policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::YOUR_BUCKET_NAME/*"
}
]
}
Enable access to index.html via url
The site is from aws-samples github organization.
Now delete it all :)
AWS offers several different certification you can take to show companies how awesome you are in the cloud!