Feel confident
exploring and developing
more 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
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 :)
AWS offers several different certification you can take to show companies how awesome you are in the cloud!