SlideShare a Scribd company logo
1 of 30
Download to read offline
Fundamentals of
CloudComputing &
AWS
Bhuvaneswari Subramani
Oct 2021
Quick Intro
Bhuvaneswari Subramani (Bhuvana)
Director, Engineering Operations, Infor
AWS Hero since 2019
Organizer, AWS User Group Bengaluru
Leading Cloud Computing, DevOps & Performance QA
https://bhuvana.pro/
/bhuvanas
@installjournal
Agenda
–Introduction to Cloud Computing
–Fundamentals of AWS
–Amazon Core Services
–Getting Started with AWS
SECTION 01
Intro to cloudComputing
Cloud computing is on-demand delivery of IT
resources and applications via the Internet with
pay-as-you-go pricing.
What is Cloud Computing?
SaaS
PaaS
IaaS
Cloud Computing Model
SaaS: Software as a Service
Provides applications to the end user.
Applications
Ex: gmail, google docs, MS Office 365, Slack, Dropbox
PaaS: Platform as a Service
Provides developers with resources that enable them to create applications.
Ex: AWS Elastic Beasnstalk, Amazon RDS, Amazon Aurora
IaaS: Infrastructure as a Service
The cloud is replacing the user’s need for some physical resource.
Ex: AWS EC2, Google Compute Engine
Servers Storage
Database
Servers
Operating
Systems
Web
Servers
Framework &
Runtimes
A hybrid deployment is a
way to connect
infrastructure and
applications between
cloud-based resources
and existing resources
that are not located in
the cloud.
Cloud Deployment Models
Private
Cloud
Hybrid
Cloud
Public
Cloud
Magic Quadrant 2021 for Cloud Providers
Leaders
Challengers
Niche Players Visionaries
SECTION 02
Fundamentals ofAWS
FoundingprincipleofAWS
-empowermentthrough
self-service
In 2003, Amazon.com’s monolithic e-commerce app reached critical mass.
To gain agility, a significant investment in Service Oriented Architecture (SOA)
refactoring was clearly needed. DevOps culture needed too. Amazon
reorganized, and retooled …
Amazon network engineers Benjamin Black and Chris Pinkham (and others)
wrote an internal proposal (a “narrative”) describing the foundational IaaS
services
Jeff Bezos supported the narrative and envisioned anyone, such as college kids
in a dorm room, could use such a platform to start a new company!
AWS launched in 2006. Key decision:Treat Amazon.com like any other customer.
How AWS began
Advantages and Benefits of AWS Cloud Computing
Trade capital expense
for variable expense.
Benefit from massive
economies of scale.
Stop guessing
capacity.
Go global in minutes.
Increase speed and
agility.
Stop spending money on
running and maintaining
data centers.
Global AWS Infrastructure
The AWS Cloud spans 81 Availability Zones within 25 geographic regions around the world,
with announced plans for 24 more Availability Zones and 8 more AWS Regions in Australia,
India, Indonesia, Israel, New Zealand, Spain, Switzerland, and United Arab Emirates (UAE).
*as on Oct 2021
AWSRegion >
AvailabilityZones >
Datacenters
Regional Resiliency in AWS
AWS and its customers achieve high resiliency by placing redundant
infrastructure in at least 3 Availability Zones
“Multi-AZ” services in AWS have multi-datacenter diversity,
redundancy, and automatic failover across datacenters.
Availability Zone - A Availability Zone - B
Availability Zone - C
Region
SECTION 03
AWSCoreServices
Advantages and Benefits of AWS Cloud Computing
Security
Network
Security
Network
Security
Groups
NACL
s
Access
Mgmt
VPC
VP
C
EC2
“Classic”
“Publi
c”
EL
B
On-
Demand
Provisio
n
Traditional Infrastructure Amazon Web
Services
Servers
AMI Amazon EC2
On-Premises Servers
Security
Security Groups Network
ACLs
AWS IAM
Firewalls ACLs Administrators
Storage and
Database
RDBMS
DAS SAN NAS Amazon
EBS
Amazon
EFS
Amazon
S3
Amazon
RDS
Networking
VPC
ELB
Router Network Pipeline Switch
EC2 VPC S3
IAM
RDS
AWS Core Services
EC2 VPC S3
IAM
RDS
AWS Core Services – EC2
Ø Virtual Servers in AWS
Ø Scale / in minutes
Ø Instances vs AMIs
Ø EBS vs Instance store
Ø ServerTypes
Ø InstanceTypes
Ø Choice of OS
Amazon
EC2
EC2 VPC S3
IAM
RDS
AWS Core Services -VPC
Ø Virtual Network
Ø Private & Public
Subnet
Ø HVPN / AWS Direct
ó VPC
Ø Multiple layers of
Security Amazon
VPC
EC2 VPC S3
IAM
RDS
AWS Core Services – S3
Ø Simple Storage Service
Ø Storage for internet
Ø Scalable
Ø Object Size: 1 byte-5 TB
Ø Single Upload <= 5GB
Ø S3 Storage Class
Ø Glacier
- Archive Storage
- Retrieval time 3-5 hrs
Amazon
S3
EC2 VPC S3
IAM
RDS
AWS Core Services - RDS
Ø To setup, operate and scale
RDBMs in cloud
Ø Supports MySQL, Oracle,
SQL Server, PostGRE,
MariaDB, AWS Aurora
Ø Use your own on-premise
license
Ø Administrative tasks
handled by RDS
Amazon
RDS
EC2 VPC S3
IAM
RDS
AWS Core Services - IAM
Ø “Who can do what?”
Ø Shared access to AWS
Account
Ø Users, Groups, Roles &
Permissions
IAM
EC2 VPC S3
IAM
RDS
AWS Core Services - IAM
Ø “Who can do what?”
Ø Shared access to AWS
Account
Ø Users, Groups, Roles &
Permissions
IAM Best Practices
• Users – Create Individual Users
• Permissions – Grant least privilege
• Groups – Manage permissions with groups
• Conditions – Restrict privileged access further
• Auditing – Enable AWS CloudTrail to get log of API calls.
• Password – Configure a strong password policy
• MFA – Enable MFA for privileged users
• Sharing – Use IAM roles to share access
• Roles – Use IAM roles for Amazon EC2 instances
• Root – Reduce or remove use of root.
IAM
EC2 VPC S3
IAM
RDS
AWS Core Services - IAM
IAM Best Practices
• Users – Create Individual Users
• Permissions – Grant least privilege
• Groups – Manage permissions with groups
• Conditions – Restrict privileged access further
• Auditing – Enable AWS CloudTrail to get log of API
calls.
• Password – Configure a strong password policy
• MFA – Enable MFA for privileged users
• Sharing – Use IAM roles to share access
• Roles – Use IAM roles for Amazon EC2 instances
• Root – Reduce or remove use of root.
WEB
CONSOLE
COMMAND
LINE TOOLS
SDK
Web Console:
§ WebApp for
managing AWS
Services
§ Each Service has a
console
§ Available for Tablets
& Mobiles too
Software Development
Kits:
§ APIs for many AWS
Services
§ Android, iOS
§ Java, .Net, php,
python, Ruby, Go
Command Line Tools:
§ Manage AWS
Services from
command line
§ Install Python 3.6+ &
AWS CLI v2
WEB
CONSOLE
COMMAND
LINE TOOLS
SDK
AWSTooling
SECTION 04
GettingStarted withAWS
Whatareyouwaitingfor?
AWS FreeTier
Trials
12
months
free
Always
free
Gain free, hands-on experience with the AWS
platform, products, and services
https://aws.amazon.com/free/free-tier/
https://www.aws.training/LearningLibrary
Start Building on AWS
Projects on Use-cases:
• Big Data & Analytics
• Databases
• DevOps
• Websites & Apps
• Storage
• Enterprise Applications
https://aws.amazon.com/getting-started/projects
• AWS Samples and Workshops on
GitHub
• 10-Minute Tutorials
• AWS Documentation
• AWS Resources
https://resources.awscloud.com
Step-by-step guides to help you build
https://github.com/aws-samples
https://aws.amazon.com/getting-started/tutorials/
https://docs.aws.amazon.com/
Start Building on AWS
Role-Based Paths
• Cloud Practitioner
• Architect
• Developer
• Operations
Solutions Paths
• Machine Learning
• AWS Media Services
• Storage
Specialty Paths
• Big Data
• Advanced Networking
• Security
• Machine Learning
• Database
Learning Paths
https://aws.amazon.com/certification
https://aws.amazon.com/training
AWS Educate
Students
Educators
Institutions
https://aws.amazon.com/education/awseducate/
Thank you!!
https://bhuvana.pro/
/bhuvanas
@installjournal
Bhuvaneswari Subramani

More Related Content

What's hot

Advanced cost management strategies in AWS
Advanced cost management strategies in AWSAdvanced cost management strategies in AWS
Advanced cost management strategies in AWSAWS User Group Bengaluru
 
An Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - WebinarAn Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - WebinarAmazon Web Services
 
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Web Services
 
AWS Core Services Overview, Immersion Day Huntsville 2019
AWS Core Services Overview, Immersion Day Huntsville 2019AWS Core Services Overview, Immersion Day Huntsville 2019
AWS Core Services Overview, Immersion Day Huntsville 2019Amazon Web Services
 
VPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPCVPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPCAmazon Web Services
 
AWS Webcast - Introduction to EBS
AWS Webcast - Introduction to EBS AWS Webcast - Introduction to EBS
AWS Webcast - Introduction to EBS Amazon Web Services
 
What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?Amazon Web Services
 
AWS solution Architect Associate study material
AWS solution Architect Associate study materialAWS solution Architect Associate study material
AWS solution Architect Associate study materialNagesh Ramamoorthy
 
Executing a Large-Scale Migration to AWS
Executing a Large-Scale Migration to AWSExecuting a Large-Scale Migration to AWS
Executing a Large-Scale Migration to AWSAmazon Web Services
 
Aws Architecture Fundamentals
Aws Architecture FundamentalsAws Architecture Fundamentals
Aws Architecture Fundamentals2nd Watch
 
AWS Landing Zone Deep Dive (ENT350-R2) - AWS re:Invent 2018
AWS Landing Zone Deep Dive (ENT350-R2) - AWS re:Invent 2018AWS Landing Zone Deep Dive (ENT350-R2) - AWS re:Invent 2018
AWS Landing Zone Deep Dive (ENT350-R2) - AWS re:Invent 2018Amazon Web Services
 
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
 

What's hot (20)

What is AWS?
What is AWS?What is AWS?
What is AWS?
 
Advanced cost management strategies in AWS
Advanced cost management strategies in AWSAdvanced cost management strategies in AWS
Advanced cost management strategies in AWS
 
An Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - WebinarAn Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - Webinar
 
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015
 
Fundamentals of AWS Security
Fundamentals of AWS SecurityFundamentals of AWS Security
Fundamentals of AWS Security
 
AWS Core Services Overview, Immersion Day Huntsville 2019
AWS Core Services Overview, Immersion Day Huntsville 2019AWS Core Services Overview, Immersion Day Huntsville 2019
AWS Core Services Overview, Immersion Day Huntsville 2019
 
VPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPCVPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPC
 
AWS Webcast - Introduction to EBS
AWS Webcast - Introduction to EBS AWS Webcast - Introduction to EBS
AWS Webcast - Introduction to EBS
 
AWS Lambda
AWS LambdaAWS Lambda
AWS Lambda
 
What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?
 
Aws route 53
Aws route 53Aws route 53
Aws route 53
 
AWS solution Architect Associate study material
AWS solution Architect Associate study materialAWS solution Architect Associate study material
AWS solution Architect Associate study material
 
Executing a Large-Scale Migration to AWS
Executing a Large-Scale Migration to AWSExecuting a Large-Scale Migration to AWS
Executing a Large-Scale Migration to AWS
 
Aws Architecture Fundamentals
Aws Architecture FundamentalsAws Architecture Fundamentals
Aws Architecture Fundamentals
 
AWS Landing Zone Deep Dive (ENT350-R2) - AWS re:Invent 2018
AWS Landing Zone Deep Dive (ENT350-R2) - AWS re:Invent 2018AWS Landing Zone Deep Dive (ENT350-R2) - AWS re:Invent 2018
AWS Landing Zone Deep Dive (ENT350-R2) - AWS re:Invent 2018
 
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Introduction of AWS KMS
Introduction of AWS KMSIntroduction of AWS KMS
Introduction of AWS KMS
 
Amazon S3 Masterclass
Amazon S3 MasterclassAmazon S3 Masterclass
Amazon S3 Masterclass
 
Building-a-Data-Lake-on-AWS
Building-a-Data-Lake-on-AWSBuilding-a-Data-Lake-on-AWS
Building-a-Data-Lake-on-AWS
 

Similar to Fundamentals of Cloud Computing & AWS

Innovation at Scale - Top 10 AWS questions when you start
Innovation at Scale - Top 10 AWS questions when you startInnovation at Scale - Top 10 AWS questions when you start
Innovation at Scale - Top 10 AWS questions when you startShiva Narayanaswamy
 
Day 1 - Introduction to Cloud Computing with Amazon Web Services
Day 1 - Introduction to Cloud Computing with Amazon Web ServicesDay 1 - Introduction to Cloud Computing with Amazon Web Services
Day 1 - Introduction to Cloud Computing with Amazon Web ServicesAmazon Web Services
 
AWS Enterprise Workloads on AWS IP Expo 2013
AWS Enterprise Workloads on AWS IP Expo 2013AWS Enterprise Workloads on AWS IP Expo 2013
AWS Enterprise Workloads on AWS IP Expo 2013Amazon Web Services
 
Introduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesIntroduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesAmazon Web Services
 
AWS Education and Research 101
AWS Education and Research 101AWS Education and Research 101
AWS Education and Research 101Steven Bryen
 
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...Amazon Web Services Korea
 
Serverless Architectures on AWS - Pop-up Loft Tel Aviv
Serverless Architectures on AWS - Pop-up Loft Tel AvivServerless Architectures on AWS - Pop-up Loft Tel Aviv
Serverless Architectures on AWS - Pop-up Loft Tel AvivAmazon Web Services
 
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web ServicesAWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web ServicesAmazon Web Services
 
Getting Started with Windows Workloads on Amazon EC2 - Toronto
 Getting Started with Windows Workloads on Amazon EC2 - Toronto Getting Started with Windows Workloads on Amazon EC2 - Toronto
Getting Started with Windows Workloads on Amazon EC2 - TorontoAmazon Web Services
 
awsomedaymodules14gettingstartedwithaws161013161135convertedpptx__2022_01_10_...
awsomedaymodules14gettingstartedwithaws161013161135convertedpptx__2022_01_10_...awsomedaymodules14gettingstartedwithaws161013161135convertedpptx__2022_01_10_...
awsomedaymodules14gettingstartedwithaws161013161135convertedpptx__2022_01_10_...himanipatel524244
 
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...Amazon Web Services
 
Day 2 Intro AWS.pptx
Day 2 Intro AWS.pptxDay 2 Intro AWS.pptx
Day 2 Intro AWS.pptxHariBabloo1
 
Getting Started with AWS Lambda and the Serverless Cloud
Getting Started with AWS Lambda and the Serverless CloudGetting Started with AWS Lambda and the Serverless Cloud
Getting Started with AWS Lambda and the Serverless CloudAmazon Web Services
 
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014Ian Massingham
 
re:Invent Recap: Security Week at the SF Loft
re:Invent Recap: Security Week at the SF Loftre:Invent Recap: Security Week at the SF Loft
re:Invent Recap: Security Week at the SF LoftAmazon Web Services
 
Running Microsoft Workloads on AWS
Running Microsoft Workloads on AWSRunning Microsoft Workloads on AWS
Running Microsoft Workloads on AWSAmazon Web Services
 
Getting Started with Windows Workloads on Amazon EC2
 Getting Started with Windows Workloads on Amazon EC2 Getting Started with Windows Workloads on Amazon EC2
Getting Started with Windows Workloads on Amazon EC2Amazon Web Services
 
Access Control for the Cloud: AWS Identity and Access Management (IAM) (SEC20...
Access Control for the Cloud: AWS Identity and Access Management (IAM) (SEC20...Access Control for the Cloud: AWS Identity and Access Management (IAM) (SEC20...
Access Control for the Cloud: AWS Identity and Access Management (IAM) (SEC20...Amazon Web Services
 
Uses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWSUses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWSScalar Decisions
 

Similar to Fundamentals of Cloud Computing & AWS (20)

Innovation at Scale - Top 10 AWS questions when you start
Innovation at Scale - Top 10 AWS questions when you startInnovation at Scale - Top 10 AWS questions when you start
Innovation at Scale - Top 10 AWS questions when you start
 
Day 1 - Introduction to Cloud Computing with Amazon Web Services
Day 1 - Introduction to Cloud Computing with Amazon Web ServicesDay 1 - Introduction to Cloud Computing with Amazon Web Services
Day 1 - Introduction to Cloud Computing with Amazon Web Services
 
AWS Enterprise Workloads on AWS IP Expo 2013
AWS Enterprise Workloads on AWS IP Expo 2013AWS Enterprise Workloads on AWS IP Expo 2013
AWS Enterprise Workloads on AWS IP Expo 2013
 
Introduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesIntroduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web Services
 
AWS Education and Research 101
AWS Education and Research 101AWS Education and Research 101
AWS Education and Research 101
 
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
 
Serverless Architectures on AWS - Pop-up Loft Tel Aviv
Serverless Architectures on AWS - Pop-up Loft Tel AvivServerless Architectures on AWS - Pop-up Loft Tel Aviv
Serverless Architectures on AWS - Pop-up Loft Tel Aviv
 
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web ServicesAWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
 
Getting Started with Windows Workloads on Amazon EC2 - Toronto
 Getting Started with Windows Workloads on Amazon EC2 - Toronto Getting Started with Windows Workloads on Amazon EC2 - Toronto
Getting Started with Windows Workloads on Amazon EC2 - Toronto
 
awsomedaymodules14gettingstartedwithaws161013161135convertedpptx__2022_01_10_...
awsomedaymodules14gettingstartedwithaws161013161135convertedpptx__2022_01_10_...awsomedaymodules14gettingstartedwithaws161013161135convertedpptx__2022_01_10_...
awsomedaymodules14gettingstartedwithaws161013161135convertedpptx__2022_01_10_...
 
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...
 
Day 2 Intro AWS.pptx
Day 2 Intro AWS.pptxDay 2 Intro AWS.pptx
Day 2 Intro AWS.pptx
 
Getting Started with AWS Lambda and the Serverless Cloud
Getting Started with AWS Lambda and the Serverless CloudGetting Started with AWS Lambda and the Serverless Cloud
Getting Started with AWS Lambda and the Serverless Cloud
 
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
 
re:Invent Recap: Security Week at the SF Loft
re:Invent Recap: Security Week at the SF Loftre:Invent Recap: Security Week at the SF Loft
re:Invent Recap: Security Week at the SF Loft
 
Running Microsoft Workloads on AWS
Running Microsoft Workloads on AWSRunning Microsoft Workloads on AWS
Running Microsoft Workloads on AWS
 
Getting Started with Windows Workloads on Amazon EC2
 Getting Started with Windows Workloads on Amazon EC2 Getting Started with Windows Workloads on Amazon EC2
Getting Started with Windows Workloads on Amazon EC2
 
Access Control for the Cloud: AWS Identity and Access Management (IAM) (SEC20...
Access Control for the Cloud: AWS Identity and Access Management (IAM) (SEC20...Access Control for the Cloud: AWS Identity and Access Management (IAM) (SEC20...
Access Control for the Cloud: AWS Identity and Access Management (IAM) (SEC20...
 
Uses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWSUses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWS
 
Aws overview
Aws overviewAws overview
Aws overview
 

More from Bhuvaneswari Subramani

Application Modernization with AWS - A Transformation in Digital Era
Application Modernization with AWS - A Transformation in Digital EraApplication Modernization with AWS - A Transformation in Digital Era
Application Modernization with AWS - A Transformation in Digital EraBhuvaneswari Subramani
 
The Operations effect of Dev, Data, ML and FM
The Operations effect of Dev, Data, ML and FMThe Operations effect of Dev, Data, ML and FM
The Operations effect of Dev, Data, ML and FMBhuvaneswari Subramani
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Architecting for Success: Designing Secure GCP Landing Zone for Enterprises
Architecting for Success: Designing Secure GCP Landing Zone for EnterprisesArchitecting for Success: Designing Secure GCP Landing Zone for Enterprises
Architecting for Success: Designing Secure GCP Landing Zone for EnterprisesBhuvaneswari Subramani
 
How AWS Community in India reflects Unity in Diversity
How AWS Community in India reflects Unity in DiversityHow AWS Community in India reflects Unity in Diversity
How AWS Community in India reflects Unity in DiversityBhuvaneswari Subramani
 
End-to-End CI/CD at scale with Infrastructure-as-Code on AWS
End-to-End CI/CD at scale with Infrastructure-as-Code on AWSEnd-to-End CI/CD at scale with Infrastructure-as-Code on AWS
End-to-End CI/CD at scale with Infrastructure-as-Code on AWSBhuvaneswari Subramani
 
COM 203 Enable continuous delivery and resiliency for a static website
COM 203 Enable continuous delivery and resiliency for a static websiteCOM 203 Enable continuous delivery and resiliency for a static website
COM 203 Enable continuous delivery and resiliency for a static websiteBhuvaneswari Subramani
 
A Pathway to Continuous Integration/Continuous Delivery on AWS
A Pathway to Continuous Integration/Continuous Delivery on AWSA Pathway to Continuous Integration/Continuous Delivery on AWS
A Pathway to Continuous Integration/Continuous Delivery on AWSBhuvaneswari Subramani
 
Transformational DevOps with AWS Native Tools
Transformational DevOps with AWS Native ToolsTransformational DevOps with AWS Native Tools
Transformational DevOps with AWS Native ToolsBhuvaneswari Subramani
 
Application & Account Monitoring in AWS
Application & Account Monitoring in AWSApplication & Account Monitoring in AWS
Application & Account Monitoring in AWSBhuvaneswari Subramani
 
CI CD using AWS Developer Tools Online Workshop
CI CD using AWS Developer Tools Online WorkshopCI CD using AWS Developer Tools Online Workshop
CI CD using AWS Developer Tools Online WorkshopBhuvaneswari Subramani
 
IndiaCloudSummit - Transforming to feature-driven development
IndiaCloudSummit - Transforming to feature-driven developmentIndiaCloudSummit - Transforming to feature-driven development
IndiaCloudSummit - Transforming to feature-driven developmentBhuvaneswari Subramani
 

More from Bhuvaneswari Subramani (20)

Application Modernization with AWS - A Transformation in Digital Era
Application Modernization with AWS - A Transformation in Digital EraApplication Modernization with AWS - A Transformation in Digital Era
Application Modernization with AWS - A Transformation in Digital Era
 
The Operations effect of Dev, Data, ML and FM
The Operations effect of Dev, Data, ML and FMThe Operations effect of Dev, Data, ML and FM
The Operations effect of Dev, Data, ML and FM
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Architecting for Success: Designing Secure GCP Landing Zone for Enterprises
Architecting for Success: Designing Secure GCP Landing Zone for EnterprisesArchitecting for Success: Designing Secure GCP Landing Zone for Enterprises
Architecting for Success: Designing Secure GCP Landing Zone for Enterprises
 
How AWS Community in India reflects Unity in Diversity
How AWS Community in India reflects Unity in DiversityHow AWS Community in India reflects Unity in Diversity
How AWS Community in India reflects Unity in Diversity
 
An Insight Into Cloud Migration Story
An Insight Into Cloud Migration StoryAn Insight Into Cloud Migration Story
An Insight Into Cloud Migration Story
 
End-to-End CI/CD at scale with Infrastructure-as-Code on AWS
End-to-End CI/CD at scale with Infrastructure-as-Code on AWSEnd-to-End CI/CD at scale with Infrastructure-as-Code on AWS
End-to-End CI/CD at scale with Infrastructure-as-Code on AWS
 
COM 203 Enable continuous delivery and resiliency for a static website
COM 203 Enable continuous delivery and resiliency for a static websiteCOM 203 Enable continuous delivery and resiliency for a static website
COM 203 Enable continuous delivery and resiliency for a static website
 
LoadRunner walkthrough
LoadRunner walkthroughLoadRunner walkthrough
LoadRunner walkthrough
 
Jmeter Walkthrough
Jmeter WalkthroughJmeter Walkthrough
Jmeter Walkthrough
 
Fundamentals Performance Testing
Fundamentals Performance TestingFundamentals Performance Testing
Fundamentals Performance Testing
 
IaC on AWS Cloud
IaC on AWS CloudIaC on AWS Cloud
IaC on AWS Cloud
 
Infrastructure as Code on AWS
Infrastructure as Code on AWSInfrastructure as Code on AWS
Infrastructure as Code on AWS
 
A Pathway to Continuous Integration/Continuous Delivery on AWS
A Pathway to Continuous Integration/Continuous Delivery on AWSA Pathway to Continuous Integration/Continuous Delivery on AWS
A Pathway to Continuous Integration/Continuous Delivery on AWS
 
Transformational DevOps with AWS Native Tools
Transformational DevOps with AWS Native ToolsTransformational DevOps with AWS Native Tools
Transformational DevOps with AWS Native Tools
 
Demystifying DevOps
Demystifying DevOpsDemystifying DevOps
Demystifying DevOps
 
Application & Account Monitoring in AWS
Application & Account Monitoring in AWSApplication & Account Monitoring in AWS
Application & Account Monitoring in AWS
 
Industry Awareness to KSRCT
Industry Awareness to KSRCT Industry Awareness to KSRCT
Industry Awareness to KSRCT
 
CI CD using AWS Developer Tools Online Workshop
CI CD using AWS Developer Tools Online WorkshopCI CD using AWS Developer Tools Online Workshop
CI CD using AWS Developer Tools Online Workshop
 
IndiaCloudSummit - Transforming to feature-driven development
IndiaCloudSummit - Transforming to feature-driven developmentIndiaCloudSummit - Transforming to feature-driven development
IndiaCloudSummit - Transforming to feature-driven development
 

Recently uploaded

API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governanceWSO2
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...caitlingebhard1
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceIES VE
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxMarkSteadman7
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingWSO2
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringWSO2
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaWSO2
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseWSO2
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 

Recently uploaded (20)

API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern Enterprise
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 

Fundamentals of Cloud Computing & AWS

  • 2. Quick Intro Bhuvaneswari Subramani (Bhuvana) Director, Engineering Operations, Infor AWS Hero since 2019 Organizer, AWS User Group Bengaluru Leading Cloud Computing, DevOps & Performance QA https://bhuvana.pro/ /bhuvanas @installjournal
  • 3. Agenda –Introduction to Cloud Computing –Fundamentals of AWS –Amazon Core Services –Getting Started with AWS
  • 4. SECTION 01 Intro to cloudComputing
  • 5. Cloud computing is on-demand delivery of IT resources and applications via the Internet with pay-as-you-go pricing. What is Cloud Computing?
  • 6. SaaS PaaS IaaS Cloud Computing Model SaaS: Software as a Service Provides applications to the end user. Applications Ex: gmail, google docs, MS Office 365, Slack, Dropbox PaaS: Platform as a Service Provides developers with resources that enable them to create applications. Ex: AWS Elastic Beasnstalk, Amazon RDS, Amazon Aurora IaaS: Infrastructure as a Service The cloud is replacing the user’s need for some physical resource. Ex: AWS EC2, Google Compute Engine Servers Storage Database Servers Operating Systems Web Servers Framework & Runtimes
  • 7. A hybrid deployment is a way to connect infrastructure and applications between cloud-based resources and existing resources that are not located in the cloud. Cloud Deployment Models Private Cloud Hybrid Cloud Public Cloud
  • 8. Magic Quadrant 2021 for Cloud Providers Leaders Challengers Niche Players Visionaries
  • 10. FoundingprincipleofAWS -empowermentthrough self-service In 2003, Amazon.com’s monolithic e-commerce app reached critical mass. To gain agility, a significant investment in Service Oriented Architecture (SOA) refactoring was clearly needed. DevOps culture needed too. Amazon reorganized, and retooled … Amazon network engineers Benjamin Black and Chris Pinkham (and others) wrote an internal proposal (a “narrative”) describing the foundational IaaS services Jeff Bezos supported the narrative and envisioned anyone, such as college kids in a dorm room, could use such a platform to start a new company! AWS launched in 2006. Key decision:Treat Amazon.com like any other customer. How AWS began
  • 11. Advantages and Benefits of AWS Cloud Computing Trade capital expense for variable expense. Benefit from massive economies of scale. Stop guessing capacity. Go global in minutes. Increase speed and agility. Stop spending money on running and maintaining data centers.
  • 12. Global AWS Infrastructure The AWS Cloud spans 81 Availability Zones within 25 geographic regions around the world, with announced plans for 24 more Availability Zones and 8 more AWS Regions in Australia, India, Indonesia, Israel, New Zealand, Spain, Switzerland, and United Arab Emirates (UAE). *as on Oct 2021
  • 13. AWSRegion > AvailabilityZones > Datacenters Regional Resiliency in AWS AWS and its customers achieve high resiliency by placing redundant infrastructure in at least 3 Availability Zones “Multi-AZ” services in AWS have multi-datacenter diversity, redundancy, and automatic failover across datacenters. Availability Zone - A Availability Zone - B Availability Zone - C Region
  • 15. Advantages and Benefits of AWS Cloud Computing Security Network Security Network Security Groups NACL s Access Mgmt VPC VP C EC2 “Classic” “Publi c” EL B On- Demand Provisio n Traditional Infrastructure Amazon Web Services Servers AMI Amazon EC2 On-Premises Servers Security Security Groups Network ACLs AWS IAM Firewalls ACLs Administrators Storage and Database RDBMS DAS SAN NAS Amazon EBS Amazon EFS Amazon S3 Amazon RDS Networking VPC ELB Router Network Pipeline Switch
  • 16. EC2 VPC S3 IAM RDS AWS Core Services
  • 17. EC2 VPC S3 IAM RDS AWS Core Services – EC2 Ø Virtual Servers in AWS Ø Scale / in minutes Ø Instances vs AMIs Ø EBS vs Instance store Ø ServerTypes Ø InstanceTypes Ø Choice of OS Amazon EC2
  • 18. EC2 VPC S3 IAM RDS AWS Core Services -VPC Ø Virtual Network Ø Private & Public Subnet Ø HVPN / AWS Direct ó VPC Ø Multiple layers of Security Amazon VPC
  • 19. EC2 VPC S3 IAM RDS AWS Core Services – S3 Ø Simple Storage Service Ø Storage for internet Ø Scalable Ø Object Size: 1 byte-5 TB Ø Single Upload <= 5GB Ø S3 Storage Class Ø Glacier - Archive Storage - Retrieval time 3-5 hrs Amazon S3
  • 20. EC2 VPC S3 IAM RDS AWS Core Services - RDS Ø To setup, operate and scale RDBMs in cloud Ø Supports MySQL, Oracle, SQL Server, PostGRE, MariaDB, AWS Aurora Ø Use your own on-premise license Ø Administrative tasks handled by RDS Amazon RDS
  • 21. EC2 VPC S3 IAM RDS AWS Core Services - IAM Ø “Who can do what?” Ø Shared access to AWS Account Ø Users, Groups, Roles & Permissions IAM
  • 22. EC2 VPC S3 IAM RDS AWS Core Services - IAM Ø “Who can do what?” Ø Shared access to AWS Account Ø Users, Groups, Roles & Permissions IAM Best Practices • Users – Create Individual Users • Permissions – Grant least privilege • Groups – Manage permissions with groups • Conditions – Restrict privileged access further • Auditing – Enable AWS CloudTrail to get log of API calls. • Password – Configure a strong password policy • MFA – Enable MFA for privileged users • Sharing – Use IAM roles to share access • Roles – Use IAM roles for Amazon EC2 instances • Root – Reduce or remove use of root. IAM
  • 23. EC2 VPC S3 IAM RDS AWS Core Services - IAM IAM Best Practices • Users – Create Individual Users • Permissions – Grant least privilege • Groups – Manage permissions with groups • Conditions – Restrict privileged access further • Auditing – Enable AWS CloudTrail to get log of API calls. • Password – Configure a strong password policy • MFA – Enable MFA for privileged users • Sharing – Use IAM roles to share access • Roles – Use IAM roles for Amazon EC2 instances • Root – Reduce or remove use of root.
  • 24. WEB CONSOLE COMMAND LINE TOOLS SDK Web Console: § WebApp for managing AWS Services § Each Service has a console § Available for Tablets & Mobiles too Software Development Kits: § APIs for many AWS Services § Android, iOS § Java, .Net, php, python, Ruby, Go Command Line Tools: § Manage AWS Services from command line § Install Python 3.6+ & AWS CLI v2 WEB CONSOLE COMMAND LINE TOOLS SDK AWSTooling
  • 26. Whatareyouwaitingfor? AWS FreeTier Trials 12 months free Always free Gain free, hands-on experience with the AWS platform, products, and services https://aws.amazon.com/free/free-tier/ https://www.aws.training/LearningLibrary
  • 27. Start Building on AWS Projects on Use-cases: • Big Data & Analytics • Databases • DevOps • Websites & Apps • Storage • Enterprise Applications https://aws.amazon.com/getting-started/projects • AWS Samples and Workshops on GitHub • 10-Minute Tutorials • AWS Documentation • AWS Resources https://resources.awscloud.com Step-by-step guides to help you build https://github.com/aws-samples https://aws.amazon.com/getting-started/tutorials/ https://docs.aws.amazon.com/
  • 28. Start Building on AWS Role-Based Paths • Cloud Practitioner • Architect • Developer • Operations Solutions Paths • Machine Learning • AWS Media Services • Storage Specialty Paths • Big Data • Advanced Networking • Security • Machine Learning • Database Learning Paths https://aws.amazon.com/certification https://aws.amazon.com/training