DEV Community

Cover image for Cloud Computing with AWS
barveprerana
barveprerana

Posted on

Cloud Computing with AWS

•Cloud Computing:
Cloud computing is the on-demand delivery of compute power, database storage,applications, and other IT resources through
a cloud services platform via the Internet with pay-as-you-go pricing.

•Types of Cloud Computing:
1)Infrastructure as a Service (IaaS):Focus on computers, networking features and storage database.
2)Platform as a Service (PaaS):Focus on deployment and management of applications.
3)Software as a Service (SaaS):
Software as a Service are referring to end-user applications.

•AWS:
Amazon Web Services
AWS is a comprehensive, evolving cloud computing platform provided by Amazon that includes a mixture of infrastructure as a service (IaaS), platform as a service (PaaS) and packaged software as a service (SaaS) offerings.

•Why it is such a Hit?
-Per hour billing (microbilling)
-Easy sign up process
-Simple billing
-stability
-Trusted Vendor

•AWS Services:
Storage-S3 provides scalable object storage for data backup, collection and analytics.

Database management- Managed data solutions for use cases requiring multiple data formats.

Compute- services replicating the traditional role of lagical physical servers for the cloude.

Networking-Applications connectivity, access control and enhanced romote connection.

Application management-Monitoring, auditing and configuration AWS account services and running resources.

Security and identify-Services for managing authentication and data authorization.

•Benifits of AWS:
-Cost Effective
-Scalability
-Security
-Flexibility

•Commanly used Services:
1)EC2(Elastic compute cloud)-This service gives to our machine which you can launch and run your software on those.

2)VPC(Virtual private cloud)-Crate network on cloud and then run the server in those network.

3)S3(Simple storage service)-For file storage and sharing service.

4)RDS(Relational database service)-allows to run and manage the database on cloud.

5)ELB(Elastic load balancing)

6)Autoscaling

Top comments (0)