Day 01 : 🌐 Exploring AWS Cloud Computing Models, Regions, Services, and Evolution 🚀
Table of contents
- • Differentiate between on-premises, on-cloud, and hybrid cloud computing models, and explain when each might be most appropriate
- • What is region , availability zone , local zone ?
- • What is IAAS, PAAS and SAAS with examples ?
- • What is history of AWS and key milestones and developments in its evolution ?
- • What is the different pricing models offered by AWS ?
• Differentiate between on-premises, on-cloud, and hybrid cloud computing models, and explain when each might be most appropriate
On-Premises Computing: On-premises computing refers to the traditional model where all hardware and software resources are located within the physical confines of an organization. The organization is responsible for managing, maintaining, and securing these resources.
When Most Appropriate:
Data Security and Compliance: Organizations with strict data security and compliance requirements may prefer on-premises solutions to have full control over their data.
Performance: Applications requiring low latency and high performance might benefit from being hosted on-premises.
Legacy Systems: Companies with significant investments in legacy systems that are not easily migrated to the cloud.
On-Cloud Computing: On-cloud computing, or cloud computing, involves delivering computing services (such as servers, storage, databases, networking, software) over the internet. These resources are managed by cloud service providers like AWS, Azure, or Google Cloud.
When Most Appropriate:
Scalability: Businesses that need to scale resources up or down quickly can benefit from the flexibility of cloud computing.
Cost Efficiency: Startups and small businesses can avoid the high upfront costs of hardware and only pay for what they use.
Global Reach: Companies that need to deploy applications and services globally can leverage the global infrastructure of cloud providers.
Hybrid Cloud Computing: Hybrid cloud computing combines on-premises infrastructure with cloud services, allowing data and applications to be shared between them. This model provides greater flexibility and more deployment options.
When Most Appropriate:
Balanced Workloads: Organizations that need to balance workloads between on-premises and cloud environments for optimal performance and cost-efficiency.
Gradual Cloud Adoption: Companies looking to gradually migrate to the cloud while still maintaining some on-premises infrastructure.
Disaster Recovery: Businesses that require robust disaster recovery solutions can use hybrid models to back up critical data and applications in the cloud while keeping primary systems on-premises
• What is region , availability zone , local zone ?
Region: A region is a geographical area that contains multiple, isolated locations (3 or more than 3 Availability Zone known as Region)known as Availability Zones. AWS has multiple regions worldwide, each designed to be completely isolated from the others to achieve the greatest possible fault tolerance and stability. Each region is a separate geographic area, and AWS customers can choose the region that best suits their needs, whether for compliance, latency, or other reasons.
Availability Zone (AZ): An Availability Zone is one or more discrete data centers with redundant power, networking, and connectivity in an AWS region. Each AZ is isolated from failures in other AZs and provides inexpensive, low-latency network connectivity to other zones in the same region. The Mumbai region has three Availability Zones, which are typically identified as ap-south-1a
, ap-south-1b
, and ap-south-1c
.
Local Zone: A Local Zone is an extension of an AWS region that is geographically close to your end-users. Local Zones place compute, storage, database, and other select AWS services closer to end-users to provide them with single-digit millisecond latency. In India, AWS has launched Local Zones in cities like Delhi and Kolkata, and plans to launch more in Chennai and Bangalore by the end of 2023 [3].
Example:
Region: Asia Pacific (Mumbai) (
ap-south-1
)Availability Zones:
ap-south-1a
,ap-south-1b
,ap-south-1c
Local Zones: Delhi, Kolkata (with upcoming Local Zones in Chennai and Bangalore)
By using the Mumbai region with its three Availability Zones and additional Local Zones in nearby cities, AWS customers can design their applications to be highly available, fault-tolerant, and responsive to end-user needs in India.
• What is IAAS, PAAS and SAAS with examples ?
Infrastructure as a Service (IaaS): IaaS provides virtualized computing resources over the internet. It offers fundamental building blocks such as virtual machines, storage, and networks, allowing businesses to build and manage their own applications and services.
Examples:
Amazon EC2 (Elastic Compute Cloud): Provides scalable virtual servers.
Amazon S3 (Simple Storage Service): Offers scalable object storage.
Amazon VPC (Virtual Private Cloud): Allows users to create isolated networks within the AWS cloud.
Platform as a Service (PaaS): PaaS provides a platform allowing customers to develop, run, and manage applications without dealing with the underlying infrastructure. It includes tools and services for application development, testing, deployment, and maintenance.
Examples:
AWS Elastic Beanstalk: An easy-to-use service for deploying and scaling web applications and services.
AWS Lambda: Allows users to run code without provisioning or managing servers.
Amazon RDS (Relational Database Service): Simplifies the setup, operation, and scaling of relational databases in the cloud.
Software as a Service (SaaS): SaaS delivers software applications over the internet, on a subscription basis. Users can access these applications via a web browser, without needing to install or maintain the software.
Examples:
Amazon WorkSpaces: A managed, secure Desktop-as-a-Service (DaaS) solution.
Amazon Chime: A communications service that lets users meet, chat, and place business calls.
Amazon QuickSight: A business analytics service that makes it easy to deliver insights to everyone in an organization.
• What is history of AWS and key milestones and developments in its evolution ?
Origins and Early Development:
2003: The idea for AWS originated from Amazon's need to develop efficiency and scale rapidly as the business grew. Amazon realized that their infrastructure services provided a significant advantage over competitors.
2006: AWS officially launched with Amazon Simple Queue Service (SQS), followed by Amazon Simple Storage Service (S3) and Amazon Elastic Compute Cloud (EC2). These services laid the foundation for AWS's cloud computing platform.
Key Milestones:
2007-2009: AWS introduced Amazon SimpleDB, Amazon Elastic MapReduce (EMR), and Amazon Relational Database Service (RDS). These services expanded AWS's offerings to include database management and big data processing.
2010: AWS launched Amazon Virtual Private Cloud (VPC), Auto Scaling, and Elastic Load Balancing, enhancing scalability and performance.
2012: AWS hosted its first re:Invent conference, showcasing its growing suite of services and fostering a community of developers and businesses.
2014: AWS introduced AWS Lambda, a serverless computing service that allows users to run code without provisioning or managing servers.
2015: AWS acquired Annapurna Labs to enhance its data center capabilities and launched AWS IoT, expanding into the Internet of Things.
2016: AWS announced Amazon Polly, Amazon Rekognition, and Amazon Lex, diving into AI and machine learning services.
2018: AWS introduced AWS Outposts, bringing AWS infrastructure and services to on-premises environments for hybrid cloud solutions.
2020: AWS launched Amazon Honeycode, a no-code application development service, and continued to expand its AI and machine learning offerings.
Recent Developments:
2021: AWS partnered with DISH Network to support the launch and development of DISH’s 5G network.
2022: AWS continued to innovate with services like Amazon Redshift for data warehousing and AWS Fargate for serverless container management.
2023: AWS focused on sustainability, aiming for carbon neutrality by 2030, and expanded its global infrastructure to over 300 points of presence in 31 regions.
Impact and Future Prospects: AWS has revolutionized cloud computing by providing scalable, cost-effective, and innovative solutions. Its commitment to continuous improvement and customer-centric approach has solidified its position as a leader in the cloud market. With ongoing advancements in AI, machine learning, and sustainability, AWS is poised to shape the future of cloud computing and technology.
• What is the different pricing models offered by AWS ?
On-Demand Pricing: With On-Demand pricing, you pay for compute capacity by the hour or second with no long-term commitments. This model is ideal for applications with unpredictable workloads or for short-term trial and testing purposes.
Thank you for reading!