top of page

Knowledge Series - AWS Cloud - Complete Series

Updated: Jul 6, 2020

Knowledge Series - AWS Cloud - Complete Series #aws #learning #knowledge #knowledgeseries #awscloud


Track - 0 - Introduction to Cloud Computing





Track - 1 - AWS Services - EC2 - Elastic Cloud Compute - Theory





Track - 1a - AWS Services - EC2 - Elastic Cloud Compute Lab



Simple HTML code for index.html

<html><h><b><center>HEADER CONTENT</b></h></center></body></html>




Track - 2 - AWS Services - S3 - Simple Storage Service - Theory





Track - 2a - AWS Services - S3 - Simple Storage Service Lab



S3 Static Website bucket public read policy

{
    "Version": "2008-10-17",
    "Id": "PolicyForPublicWebsiteContent",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": {
                "AWS": "*"
            },
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::www.my-awesome-site.com/*"
        }
    ]
} 

Replace www.my-awesome-site.com with your website address.



Track - 3 - AWS Services - IAM - Identity and Access Management - Theory





Track - 3a - AWS Services - IAM - Identity and Access Management Lab





Track - 4 - AWS Services - VPC - Virtual Private Cloud - Theory





Track - 4a - AWS Services - VPC - Virtual Private Cloud Lab

Coming Soon



Track - 5 - AWS Services - HA - High Availability - Theory

Coming Soon



Track - 5a - AWS Services - HA - High Availability Lab

Coming Soon



Track - 6 - AWS Services - AWS Databases - Theory

Coming Soon



Track - 6a - AWS Services - AWS Databases Lab

Coming Soon



Track - 7 - High Availability Scenario Lab - HA Wordpress Blog Site

Coming Soon



Track - 8 - AWS Services - CloudFormation - Theory

Coming Soon



Track - 8a - AWS Services - CloudFormation Lab

Coming Soon



Track - 9 - AWS Services - Application Integration - Theory

Coming Soon



Track - 9a - AWS Services - Application Integration Lab

Coming Soon



Track - 10 - AWS Services - CI/CD - Theory

Coming Soon



Track - 10a - AWS Services - CI/CD Lab

Coming Soon



Track - 11 - AWS Services - Other Services - Theory

Coming Soon



Track - 11a - AWS Services - Lambda Lab

Coming Soon



Track - 11b - AWS Services - ECS - Elastic Container Service Lab

Coming Soon



Track - 11c - AWS Services - Elastic Beanstalk Lab

Coming Soon

100 views0 comments

Recent Posts

See All
bottom of page