SlideShare a Scribd company logo
School of Computing Science and Engineering
Course Code : MCAN2333 Course Name: Industry Internship
Name of the Faculty: Sonia Kumari Program Name:MCA
Submitted To:
Sonia Kumari
Submitted By:-
Shivam Tiwari -21SCSE2030135
Section -2
Industry Internship
2
Program Name: : MCA
• Contents
1. Cloud Concept Overview
• Topics
• Introduction to cloud computing
• Advantages of cloud computing
• Introduction to Amazon Web Services (AWS)
• AWS Cloud Adoption Framework (AWS CAF)
3
Program Name: : MCA
Introduction to Cloud Computing
Cloud computing is the on-demand delivery of compute power, database, storage,
applications, and other IT resources via the internet with pay-as-you-go pricing.
These resources run on server computers that are located in large data centers in
different locations around the world. When you use a cloud service provider like
AWS, that service provider owns the computers that you are using. These resources
can be used together like building blocks to build solutions that help meet business
goals and satisfy technology requirements.
Infrastructure as software
Cloud computing enables you to stop thinking of your infrastructure as hardware, and
instead think of (and use) it as software.
4
Program Name: : MCA
Traditional computing model
•Infrastructure as hardware
•Hardware solutions:
•Require space, staff, physical security, planning, capital expenditure
•Have a long hardware procurement cycle
•Require you to provision capacity by guessing theoretical maximum peaks
Cloud Service model
• Infrastructure as a service (IaaS): Services in this category are the basic building blocks for cloud IT and typically provide
you with access to networking features, computers (virtual or on dedicated hardware), and data storage space. IaaS
provides you with the highest level of flexibility and management control over your IT resources. It is the most similar to
existing IT resources that many IT departments and developers are familiar with today.
• Platform as a service (PaaS): Services in this category reduce the need for you to manage the underlying infrastructure
(usually hardware and operating systems) and enable you to focus on the deployment and management of your
applications.
•Software as a service (SaaS): Services in this category provide you with a completed product that the service provider
runs and manages. In most cases, software as a service refers to end-user applications. With a SaaS offering, you do not
have to think about how the service is maintained or how the underlying infrastructure is managed. You need to think only
about how you plan to use that particular piece of software. A common example of a SaaS application is web-based email,
where you can send and receive email without managing feature additions to the email product or maintaining the servers
and operating systems that the email program runs on.
5
Program Name: : MCA
• Deployment Models
• The cloud deployment model identifies the specific type of cloud environment based on
ownership, scale, and access, as well as the cloud’s nature and purpose. The location of the
servers you’re utilizing and who controls them are defined by a cloud deployment model. It
specifies how your cloud infrastructure will look, what you can change, and whether you
will be given services or will have to create everything yourself.
• Public cloud:
• This type of cloud is open to the public. Public cloud deployment models are
ideal for organizations with fluctuating and growing demands. It is a perfect
choice for businesses with low-security concerns. As a result, you pay a cloud
service provider for networking, computing, virtualization, and storage
accessible via the public internet.
6
Program Name: : MCA
• Private cloud:
• The private cloud allows for greater control over cloud resources. The
public cloud deployment model is the opposite of the private cloud
deployment model. It is a one-on-one setting for a single user. It is not
essential to share your hardware with anyone.
• Hybrid cloud:
• A hybrid cloud deployment model combines public and private clouds.
A hybrid cloud is one in which a company uses the public cloud while
also owning on-premises systems and has a connection between the
two. They function as a single system. This is a useful model because it
allows for a more gradual transition into the public cloud.
7
Program Name: : MCA
• Community cloud:
• This cloud enables a group of organizations to access systems and services. It is a
distributed system built by combining the services of various clouds to meet the specific
needs of a community or business.
• Advantages of Cloud Computing
• On-Demand Self-service
• Multi-tenancy
• Offers Resilient Computing
• Fast and effective virtualization
• Provide you low-cost software
• Offers advanced online security
• Location and Device Independence
• Always available, and scales automatically to adjust to the increase in demand
• Allows pay-per-use
8
Program Name: : MCA
• Disadvantages of Cloud Computing
Internet Connectivity
Vendor lock-in
Limited Control
Security
Introduction to Amazon Web Services (AWS)
A web service is any piece of software that makes itself available over the internet and uses a
standardized format —such as Extensible Markup Language (XML) or JavaScript Object
Notation (JSON)—for the request and the response of an application programming interface
(API) interaction.
What is AWS
9
Program Name: : MCA
• What is AWS
•AWS is a secure cloud platform that offers a broad set of global cloud-based
products.
•AWS provides you with on-demand access to compute, storage, network, database,
and other IT resources and management tools.
•AWS offers flexibility
•You pay only for the individual services you need, for as long as you use them
•AWS services work together like building blocks.
10
Program Name: : MCA
11
Program Name: : MCA
Compute services
• Amazon EC2
• AWS Lambda
• AWS Elastic Beanstalk
• Amazon EC2 Auto Scaling
• Amazon ECS
• Amazon EKS
• Amazon ECR
• AWS Fargate
Security, Identity, and
Compliance services
• AWS IAM
• Amazon Cognito
• AWS Shield
• AWS Artifact
• AWS KMS
Storage services
• Amazon S3
• Amazon S3 Glacier
• Amazon EFS
• Amazon EBS
Database services
• Amazon RDS
• Amazon DynamoDB
• Amazon Redshift
• Amazon Aurora
Networking and Content
Delivery services
• Amazon VPC
• Amazon Route 53
• Amazon Cloud Front
• Elastic Load Balancing
12
Program Name: : MCA
Management and Governance
services
• AWS Trusted Advisor
• AWS CloudWatch
• AWS CloudTrail
• AWS Well
• Architected Tool
• AWS Auto Scaling
• AWS Command Line Interface
• AWS Config
• AWS Management Console
• AWS Organizations
AWS Cost Management services
• AWS Cost & Usage
• Report
• AWS Budgets
• AWS Cost Explorer
13
Program Name: : MCA
• The array of AWS services can be intimidating as you start your journey
into the cloud. This course focuses on some of the more common
services in the following service categories: compute, storage,
database, networking and content delivery, security, identity, and
compliance, management and governance, and AWS cost management.
• Legend:
• Amazon Elastic Block Store (Amazon EBS)
• Amazon Elastic Compute Cloud (Amazon EC2)
• Amazon Elastic Container Registry (Amazon ECR)
• Amazon Elastic Container Service (Amazon ECS)
• Amazon Elastic File System (Amazon EFS)
14
Program Name: : MCA
• Amazon Elastic Kubernetes Service (Amazon EKS)
• Amazon Relational Database Service (Amazon RDS)
• Amazon Simple Storage Service (Amazon S3)
• Amazon Virtual Private Cloud (Amazon VPC)
• AWS Identity and Access Management (IAM)
• AWS Key Management Service (AWS KM
15
Program Name: : MCA
• Three Ways to Interact with Aws
AWS Management Console:
• The console provides a rich graphical interface to a majority of
• the features offered by AWS. (Note: From time to time, new features might not have all of
• their capabilities included in the console when the feature initially launches.)
AWS Command Line Interface (AWS CLI):
• The AWS CLI provides a suite of utilities that can be
• launched from a command script in Linux, macOS, or Microsoft Windows.
Software development kits (SDKs):
• AWS provides packages that enable accessing AWS in a
• variety of popular programming languages. This makes it easy to use AWS in your existing
• applications and it also enables you to create applications that deploy and monitor complex
• systems entirely through code.
16
Program Name: : MCA
• Aws Cloud Adoption Framework Aws(CAF)
AWS CAF provides guidance and best practices to help organizations
build a comprehensive approach to cloud computing across the
organization and throughout the IT lifecycle to accelerate successful
cloud adoption
• AWS CAF is organized into six perspectives
• Perspectives consist of sets of
• capabilities
Industry Intership ppt.pptx

More Related Content

Similar to Industry Intership ppt.pptx

CLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxCLOUD COMPUTING.pptx
CLOUD COMPUTING.pptx
SurajThapa79
 
Bca6thSemesterPresentationOnCloudComputing.pptx
Bca6thSemesterPresentationOnCloudComputing.pptxBca6thSemesterPresentationOnCloudComputing.pptx
Bca6thSemesterPresentationOnCloudComputing.pptx
itsmekunaljha
 
Cloud computing 2
Cloud computing 2Cloud computing 2
Cloud computing 2
Shyam Kona
 
Aws over view_demoppt
Aws over view_demopptAws over view_demoppt
Aws over view_demoppt
Subramanyam Vemala
 
What is Cloud Computering?
What is Cloud Computering?What is Cloud Computering?
What is Cloud Computering?
kanchangupta653
 
Cloud computing seminar
Cloud computing seminarCloud computing seminar
Cloud computing seminar
ANKIT KUMAR
 
IT4.pptx
IT4.pptxIT4.pptx
IT4.pptx
ssuser18673c1
 
Intoduction of cloud computing
Intoduction of cloud computingIntoduction of cloud computing
Intoduction of cloud computing
Mohammad Ilyas Malik
 
cloud computing
cloud computingcloud computing
cloud computing
Chetan Chaudhari
 
Deployment of private cloud infrastructure.
Deployment of private cloud infrastructure.Deployment of private cloud infrastructure.
Deployment of private cloud infrastructure.
Saket Kumar
 
AWS Cloud Solution - An Overview
AWS Cloud Solution - An OverviewAWS Cloud Solution - An Overview
AWS Cloud Solution - An Overview
Dony Riyanto
 
Deployment of private cloud infrastructure copy
Deployment of private cloud infrastructure   copyDeployment of private cloud infrastructure   copy
Deployment of private cloud infrastructure copy
prabhat kumar
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
nitinw25
 
AWS for the beginning is cloud computing
AWS for the beginning  is  cloud computingAWS for the beginning  is  cloud computing
AWS for the beginning is cloud computing
kajalghule1
 
Cloud computing(ppt)
Cloud computing(ppt)Cloud computing(ppt)
Cloud computing(ppt)
priyas211420
 
Ppt cloud deployment
Ppt cloud deploymentPpt cloud deployment
Ppt cloud deployment
Virendra Ruhela
 
The Cloud and Amazon Web Services 2014 AWS
The Cloud and Amazon Web Services 2014 AWSThe Cloud and Amazon Web Services 2014 AWS
The Cloud and Amazon Web Services 2014 AWS
psrpatnaik
 
Jjm cloud computing
Jjm cloud computingJjm cloud computing
Jjm cloud computing
Manali Bagrecha
 
Evolution of the Cloud.pptx
Evolution of the Cloud.pptxEvolution of the Cloud.pptx
Evolution of the Cloud.pptx
Sanjeev Banerjee
 
Architecting in Cloud : Your Guide to AWS
Architecting in Cloud : Your Guide to AWSArchitecting in Cloud : Your Guide to AWS
Architecting in Cloud : Your Guide to AWS
Edureka!
 

Similar to Industry Intership ppt.pptx (20)

CLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxCLOUD COMPUTING.pptx
CLOUD COMPUTING.pptx
 
Bca6thSemesterPresentationOnCloudComputing.pptx
Bca6thSemesterPresentationOnCloudComputing.pptxBca6thSemesterPresentationOnCloudComputing.pptx
Bca6thSemesterPresentationOnCloudComputing.pptx
 
Cloud computing 2
Cloud computing 2Cloud computing 2
Cloud computing 2
 
Aws over view_demoppt
Aws over view_demopptAws over view_demoppt
Aws over view_demoppt
 
What is Cloud Computering?
What is Cloud Computering?What is Cloud Computering?
What is Cloud Computering?
 
Cloud computing seminar
Cloud computing seminarCloud computing seminar
Cloud computing seminar
 
IT4.pptx
IT4.pptxIT4.pptx
IT4.pptx
 
Intoduction of cloud computing
Intoduction of cloud computingIntoduction of cloud computing
Intoduction of cloud computing
 
cloud computing
cloud computingcloud computing
cloud computing
 
Deployment of private cloud infrastructure.
Deployment of private cloud infrastructure.Deployment of private cloud infrastructure.
Deployment of private cloud infrastructure.
 
AWS Cloud Solution - An Overview
AWS Cloud Solution - An OverviewAWS Cloud Solution - An Overview
AWS Cloud Solution - An Overview
 
Deployment of private cloud infrastructure copy
Deployment of private cloud infrastructure   copyDeployment of private cloud infrastructure   copy
Deployment of private cloud infrastructure copy
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
AWS for the beginning is cloud computing
AWS for the beginning  is  cloud computingAWS for the beginning  is  cloud computing
AWS for the beginning is cloud computing
 
Cloud computing(ppt)
Cloud computing(ppt)Cloud computing(ppt)
Cloud computing(ppt)
 
Ppt cloud deployment
Ppt cloud deploymentPpt cloud deployment
Ppt cloud deployment
 
The Cloud and Amazon Web Services 2014 AWS
The Cloud and Amazon Web Services 2014 AWSThe Cloud and Amazon Web Services 2014 AWS
The Cloud and Amazon Web Services 2014 AWS
 
Jjm cloud computing
Jjm cloud computingJjm cloud computing
Jjm cloud computing
 
Evolution of the Cloud.pptx
Evolution of the Cloud.pptxEvolution of the Cloud.pptx
Evolution of the Cloud.pptx
 
Architecting in Cloud : Your Guide to AWS
Architecting in Cloud : Your Guide to AWSArchitecting in Cloud : Your Guide to AWS
Architecting in Cloud : Your Guide to AWS
 

Recently uploaded

Simple-Present-Tense xxxxxxxxxxxxxxxxxxx
Simple-Present-Tense xxxxxxxxxxxxxxxxxxxSimple-Present-Tense xxxxxxxxxxxxxxxxxxx
Simple-Present-Tense xxxxxxxxxxxxxxxxxxx
RandolphRadicy
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
giancarloi8888
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Henry Hollis
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17
Celine George
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
Nguyen Thanh Tu Collection
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
indexPub
 
How to Manage Reception Report in Odoo 17
How to Manage Reception Report in Odoo 17How to Manage Reception Report in Odoo 17
How to Manage Reception Report in Odoo 17
Celine George
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
Kalna College
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
CHUYÊN ĐỀ ÔN TẬP VÀ PHÁT TRIỂN CÂU HỎI TRONG ĐỀ MINH HỌA THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN TẬP VÀ PHÁT TRIỂN CÂU HỎI TRONG ĐỀ MINH HỌA THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN TẬP VÀ PHÁT TRIỂN CÂU HỎI TRONG ĐỀ MINH HỌA THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN TẬP VÀ PHÁT TRIỂN CÂU HỎI TRONG ĐỀ MINH HỌA THI TỐT NGHIỆP THPT ...
Nguyen Thanh Tu Collection
 
Observational Learning
Observational Learning Observational Learning
Observational Learning
sanamushtaq922
 
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
Payaamvohra1
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
RidwanHassanYusuf
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
 

Recently uploaded (20)

Simple-Present-Tense xxxxxxxxxxxxxxxxxxx
Simple-Present-Tense xxxxxxxxxxxxxxxxxxxSimple-Present-Tense xxxxxxxxxxxxxxxxxxx
Simple-Present-Tense xxxxxxxxxxxxxxxxxxx
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
 
How to Manage Reception Report in Odoo 17
How to Manage Reception Report in Odoo 17How to Manage Reception Report in Odoo 17
How to Manage Reception Report in Odoo 17
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
CHUYÊN ĐỀ ÔN TẬP VÀ PHÁT TRIỂN CÂU HỎI TRONG ĐỀ MINH HỌA THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN TẬP VÀ PHÁT TRIỂN CÂU HỎI TRONG ĐỀ MINH HỌA THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN TẬP VÀ PHÁT TRIỂN CÂU HỎI TRONG ĐỀ MINH HỌA THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN TẬP VÀ PHÁT TRIỂN CÂU HỎI TRONG ĐỀ MINH HỌA THI TỐT NGHIỆP THPT ...
 
Observational Learning
Observational Learning Observational Learning
Observational Learning
 
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
 

Industry Intership ppt.pptx

  • 1. School of Computing Science and Engineering Course Code : MCAN2333 Course Name: Industry Internship Name of the Faculty: Sonia Kumari Program Name:MCA Submitted To: Sonia Kumari Submitted By:- Shivam Tiwari -21SCSE2030135 Section -2 Industry Internship
  • 2. 2 Program Name: : MCA • Contents 1. Cloud Concept Overview • Topics • Introduction to cloud computing • Advantages of cloud computing • Introduction to Amazon Web Services (AWS) • AWS Cloud Adoption Framework (AWS CAF)
  • 3. 3 Program Name: : MCA Introduction to Cloud Computing Cloud computing is the on-demand delivery of compute power, database, storage, applications, and other IT resources via the internet with pay-as-you-go pricing. These resources run on server computers that are located in large data centers in different locations around the world. When you use a cloud service provider like AWS, that service provider owns the computers that you are using. These resources can be used together like building blocks to build solutions that help meet business goals and satisfy technology requirements. Infrastructure as software Cloud computing enables you to stop thinking of your infrastructure as hardware, and instead think of (and use) it as software.
  • 4. 4 Program Name: : MCA Traditional computing model •Infrastructure as hardware •Hardware solutions: •Require space, staff, physical security, planning, capital expenditure •Have a long hardware procurement cycle •Require you to provision capacity by guessing theoretical maximum peaks Cloud Service model • Infrastructure as a service (IaaS): Services in this category are the basic building blocks for cloud IT and typically provide you with access to networking features, computers (virtual or on dedicated hardware), and data storage space. IaaS provides you with the highest level of flexibility and management control over your IT resources. It is the most similar to existing IT resources that many IT departments and developers are familiar with today. • Platform as a service (PaaS): Services in this category reduce the need for you to manage the underlying infrastructure (usually hardware and operating systems) and enable you to focus on the deployment and management of your applications. •Software as a service (SaaS): Services in this category provide you with a completed product that the service provider runs and manages. In most cases, software as a service refers to end-user applications. With a SaaS offering, you do not have to think about how the service is maintained or how the underlying infrastructure is managed. You need to think only about how you plan to use that particular piece of software. A common example of a SaaS application is web-based email, where you can send and receive email without managing feature additions to the email product or maintaining the servers and operating systems that the email program runs on.
  • 5. 5 Program Name: : MCA • Deployment Models • The cloud deployment model identifies the specific type of cloud environment based on ownership, scale, and access, as well as the cloud’s nature and purpose. The location of the servers you’re utilizing and who controls them are defined by a cloud deployment model. It specifies how your cloud infrastructure will look, what you can change, and whether you will be given services or will have to create everything yourself. • Public cloud: • This type of cloud is open to the public. Public cloud deployment models are ideal for organizations with fluctuating and growing demands. It is a perfect choice for businesses with low-security concerns. As a result, you pay a cloud service provider for networking, computing, virtualization, and storage accessible via the public internet.
  • 6. 6 Program Name: : MCA • Private cloud: • The private cloud allows for greater control over cloud resources. The public cloud deployment model is the opposite of the private cloud deployment model. It is a one-on-one setting for a single user. It is not essential to share your hardware with anyone. • Hybrid cloud: • A hybrid cloud deployment model combines public and private clouds. A hybrid cloud is one in which a company uses the public cloud while also owning on-premises systems and has a connection between the two. They function as a single system. This is a useful model because it allows for a more gradual transition into the public cloud.
  • 7. 7 Program Name: : MCA • Community cloud: • This cloud enables a group of organizations to access systems and services. It is a distributed system built by combining the services of various clouds to meet the specific needs of a community or business. • Advantages of Cloud Computing • On-Demand Self-service • Multi-tenancy • Offers Resilient Computing • Fast and effective virtualization • Provide you low-cost software • Offers advanced online security • Location and Device Independence • Always available, and scales automatically to adjust to the increase in demand • Allows pay-per-use
  • 8. 8 Program Name: : MCA • Disadvantages of Cloud Computing Internet Connectivity Vendor lock-in Limited Control Security Introduction to Amazon Web Services (AWS) A web service is any piece of software that makes itself available over the internet and uses a standardized format —such as Extensible Markup Language (XML) or JavaScript Object Notation (JSON)—for the request and the response of an application programming interface (API) interaction. What is AWS
  • 9. 9 Program Name: : MCA • What is AWS •AWS is a secure cloud platform that offers a broad set of global cloud-based products. •AWS provides you with on-demand access to compute, storage, network, database, and other IT resources and management tools. •AWS offers flexibility •You pay only for the individual services you need, for as long as you use them •AWS services work together like building blocks.
  • 11. 11 Program Name: : MCA Compute services • Amazon EC2 • AWS Lambda • AWS Elastic Beanstalk • Amazon EC2 Auto Scaling • Amazon ECS • Amazon EKS • Amazon ECR • AWS Fargate Security, Identity, and Compliance services • AWS IAM • Amazon Cognito • AWS Shield • AWS Artifact • AWS KMS Storage services • Amazon S3 • Amazon S3 Glacier • Amazon EFS • Amazon EBS Database services • Amazon RDS • Amazon DynamoDB • Amazon Redshift • Amazon Aurora Networking and Content Delivery services • Amazon VPC • Amazon Route 53 • Amazon Cloud Front • Elastic Load Balancing
  • 12. 12 Program Name: : MCA Management and Governance services • AWS Trusted Advisor • AWS CloudWatch • AWS CloudTrail • AWS Well • Architected Tool • AWS Auto Scaling • AWS Command Line Interface • AWS Config • AWS Management Console • AWS Organizations AWS Cost Management services • AWS Cost & Usage • Report • AWS Budgets • AWS Cost Explorer
  • 13. 13 Program Name: : MCA • The array of AWS services can be intimidating as you start your journey into the cloud. This course focuses on some of the more common services in the following service categories: compute, storage, database, networking and content delivery, security, identity, and compliance, management and governance, and AWS cost management. • Legend: • Amazon Elastic Block Store (Amazon EBS) • Amazon Elastic Compute Cloud (Amazon EC2) • Amazon Elastic Container Registry (Amazon ECR) • Amazon Elastic Container Service (Amazon ECS) • Amazon Elastic File System (Amazon EFS)
  • 14. 14 Program Name: : MCA • Amazon Elastic Kubernetes Service (Amazon EKS) • Amazon Relational Database Service (Amazon RDS) • Amazon Simple Storage Service (Amazon S3) • Amazon Virtual Private Cloud (Amazon VPC) • AWS Identity and Access Management (IAM) • AWS Key Management Service (AWS KM
  • 15. 15 Program Name: : MCA • Three Ways to Interact with Aws AWS Management Console: • The console provides a rich graphical interface to a majority of • the features offered by AWS. (Note: From time to time, new features might not have all of • their capabilities included in the console when the feature initially launches.) AWS Command Line Interface (AWS CLI): • The AWS CLI provides a suite of utilities that can be • launched from a command script in Linux, macOS, or Microsoft Windows. Software development kits (SDKs): • AWS provides packages that enable accessing AWS in a • variety of popular programming languages. This makes it easy to use AWS in your existing • applications and it also enables you to create applications that deploy and monitor complex • systems entirely through code.
  • 16. 16 Program Name: : MCA • Aws Cloud Adoption Framework Aws(CAF) AWS CAF provides guidance and best practices to help organizations build a comprehensive approach to cloud computing across the organization and throughout the IT lifecycle to accelerate successful cloud adoption • AWS CAF is organized into six perspectives • Perspectives consist of sets of • capabilities