Topics: Cloud Computing
Topics: Cloud Computing
RANJITHA
INSTITUTION: TECHNOHACKS
SOLUTION PVT. LTD
TOPICS: CLOUD COMPUTING
WHAT IS CLOUD COMPUTING?
• Cloud computing is the on-demand delivery of computing services over the internet,
such as servers, storage, databases, networking, software, and analytics. Instead of storing
data or running software locally, users access these resources remotely from a cloud
provider’s servers. This allows for flexible resources, faster innovation, and economies of
scale.
APPLICATION FOR CLOUD COMPUTING
The title of the father of cloud computing is attributed to Joseph Carl Robnett Licklider,
often referred to as J.C.R. Licklider. His groundbreaking ideas and concepts laid the
groundwork for the cloud computing landscape we know today.7 Aug 2023
CHARACTERISTICS OF CLOUD COMPUTING
• There are many characteristics of Cloud Computing here are few of them :
• On-demand self-services: The Cloud computing services does not require any human
administrators, user themselves are able to provision, monitor and manage computing
resources as needed.
• Broad network access: The Computing services are generally provided over standard
networks and heterogeneous devices.
• Rapid elasticity: The Computing services should have IT resources that are able to scale out
and in quickly and on a need basis. Whenever the user require services it is provided to him
and it is scale out as soon
EXAMPLE PROGRAM :
• Import boto3
• s3 = boto3.client(‘s3’)
• # File details
• file_name = “example.txt”
• bucket_name = “your-bucket-name”
• object_name = “uploaded-example.txt
• try:
• except Exception as e:
• Cloud Computing means storing and accessing the data and programs on remote servers
that are hosted on the internet instead of the computer’s hard drive or local server.
Cloud computing is also referred to as Internet-based computing, it is a technology
where the resource is provided as a service through the Internet to the user. The data
that is stored can be files, images, documents, or any other storable document.