<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Guddeti Ajay Manikanta ⭐⭐⭐</title>
    <description>The latest articles on DEV Community by Guddeti Ajay Manikanta ⭐⭐⭐ (@ajaymanikanta1123).</description>
    <link>https://dev.to/ajaymanikanta1123</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F180631%2F2d162194-f899-4175-86e4-5faf75e3e3e7.png</url>
      <title>DEV Community: Guddeti Ajay Manikanta ⭐⭐⭐</title>
      <link>https://dev.to/ajaymanikanta1123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ajaymanikanta1123"/>
    <language>en</language>
    <item>
      <title>✋🏼🌩️ AWS - The Beginning: Pt.2</title>
      <dc:creator>Guddeti Ajay Manikanta ⭐⭐⭐</dc:creator>
      <pubDate>Wed, 18 Jan 2023 10:47:04 +0000</pubDate>
      <link>https://dev.to/ajaymanikanta1123/aws-the-beginning-2l4j</link>
      <guid>https://dev.to/ajaymanikanta1123/aws-the-beginning-2l4j</guid>
      <description>&lt;h2&gt;
  
  
  What is AWS? 🌥️
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;AWS stands for &lt;code&gt;Amazon web services&lt;/code&gt; which is owned and operated by Amazon Ltd.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  History of AWS? 🏃
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ReElk66r--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/im4o14fvs0em4ourxyud.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ReElk66r--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/im4o14fvs0em4ourxyud.png" alt="History of aws" width="800" height="285"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  Use cases of AWS 🪢
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;AWS (Amazon Web Services) offers a wide range of services that can be used for various use cases, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Web and Application Hosting: AWS can be used to host websites, web applications, and mobile apps.&lt;/li&gt;
&lt;li&gt;Data Storage and Backup: AWS provides various storage options, such as S3 for object storage and Glacier for archival storage, that can be used to store and backup data.&lt;/li&gt;
&lt;li&gt;Machine Learning and AI: AWS offers services such as SageMaker and Rekognition that can be used to build, train and deploy machine learning models.&lt;/li&gt;
&lt;li&gt;Big Data Processing: AWS provides services such as EMR and Redshift that can be used to process and analyze large amounts of data.&lt;/li&gt;
&lt;li&gt;Disaster Recovery: AWS can be used to set up disaster recovery solutions, such as replicating data to a different region, to ensure business continuity.&lt;/li&gt;
&lt;li&gt;IoT: AWS IoT can be used to connect, manage, and analyze data from IoT devices.&lt;/li&gt;
&lt;li&gt;Gaming: AWS can be used to build, host and scale multiplayer gaming experiences.&lt;/li&gt;
&lt;li&gt;Media and Entertainment: AWS can be used for video transcoding, storage, and delivery.&lt;/li&gt;
&lt;li&gt;Government and Public Sector: AWS provides services that are compliant with government standards and regulations.&lt;/li&gt;
&lt;li&gt;Financial Services: AWS provides services that can help financial firms in areas such as risk management, fraud detection and compliance.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  AWS Infrastructure
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;AWS Regions

&lt;ul&gt;
&lt;li&gt;AWS has multiple regions across the world&lt;/li&gt;
&lt;li&gt;The names of regions will be like (us-east-1, us-east-2, ap-south-1)&lt;/li&gt;
&lt;li&gt;Region is considered as collection of data centers&lt;/li&gt;
&lt;li&gt;Most of the aws services are region scoped&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;AWS Availability zones

&lt;ul&gt;
&lt;li&gt;Each region has multiple availability zones (min - 3, max - 6)&lt;/li&gt;
&lt;li&gt;availability zones naming convention will be (ap-southeast-2a, ap-southeast-2b, sp-southeast-2c)&lt;/li&gt;
&lt;li&gt;Each availability zone is one or more discrete data centers with different power, networking and connectivity&lt;/li&gt;
&lt;li&gt;They are seperate from each other which makes the best choice in case of disasters&lt;/li&gt;
&lt;li&gt;They are connected with high bandwidth and ultra low latency&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;AWS Data centers&lt;/li&gt;
&lt;li&gt;AWS Edge locations

&lt;ul&gt;
&lt;li&gt;To deliver content to end users with lower latency, Amazon CloudFront uses a global network of 450+ Points of Presence and 13 regional edge caches in 90+ cities across 48+ countries&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  AWS Console
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;The AWS console is a web-based interface that allows users to interact with and manage their AWS resources. &lt;/li&gt;
&lt;li&gt;It provides access to a wide range of services, such as computing power, storage, databases, and more. &lt;/li&gt;
&lt;li&gt;With the console, users can create, configure, and monitor resources, as well as access tools and documentation to help them use the services effectively. &lt;/li&gt;
&lt;li&gt;It is a user-friendly and graphical way to interact with AWS services and perform tasks such as creating and managing instances, storage, and other services.&lt;/li&gt;
&lt;li&gt;AWS has global service like:

&lt;ul&gt;
&lt;li&gt;Identity &amp;amp; Access Management (IAM), Route 53 (DNS Service), CloudFront (content delivery network), WAF (Web application protocol)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Most of the Aws services are region scoped:

&lt;ul&gt;
&lt;li&gt;EC2 (Iaas)&lt;/li&gt;
&lt;li&gt;Elastic Beanstalk (PaaS)&lt;/li&gt;
&lt;li&gt;Lambda (FaaS)&lt;/li&gt;
&lt;li&gt;Rekognition (SaaS)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;AWS Console will look something like as shown in below picture.&lt;/li&gt;
&lt;li&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Jd-46KOB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j4wr4s2dorc7r9vmp0kq.png" alt="AWS Console" width="800" height="348"&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  To create an AWS acccount. Please follow the steps provided in the below link:
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-creating.html"&gt;Create AWS Account&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;Conclusion: 🤷‍♂️&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Amazon Web Services (AWS) is a collection of remote computing services (also called web services) that make up a cloud computing platform, offered by Amazon.com.&lt;/li&gt;
&lt;li&gt;They provide a variety of services such as storage, networking, database, and application services that help organizations move faster, lower IT costs, and scale applications.&lt;/li&gt;
&lt;li&gt;The history of AWS can be traced back to 2002, when Amazon began offering IT infrastructure services to businesses, such as online storage and computing power, through its Amazon Web Services (AWS) division. &lt;/li&gt;
&lt;li&gt;In 2006, Amazon introduced its Elastic Compute Cloud (EC2), which allowed users to rent virtual computers on which to run their own computer applications.&lt;/li&gt;
&lt;li&gt;By 2011, AWS had evolved into a robust collection of services, and Amazon started to market it as a platform for building, deploying, and managing applications in the cloud.&lt;/li&gt;
&lt;li&gt;The AWS console is a web-based interface that allows users to interact with and manage their AWS resources. 

&lt;ul&gt;
&lt;li&gt;It provides access to a wide range of services, such as computing power, storage, databases, and more. &lt;/li&gt;
&lt;li&gt;With the console, users can create, configure, and monitor resources, as well as access tools and documentation to help them use the services effectively. &lt;/li&gt;
&lt;li&gt;It is a user-friendly and graphical way to interact with AWS services and perform tasks such as creating and managing instances, storage, and other services.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;Did you know 🤔 ??&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;What is AWS CLI ?&lt;/li&gt;
&lt;li&gt;When was AWS started to sell cloud services ?&lt;/li&gt;
&lt;li&gt;Currently, How many countries AWS has expanded its regions ?&lt;/li&gt;
&lt;li&gt;What is the minimum and maximum number of availability zones for a region.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;That's it for today. Let's keep connected and start a step towards learning something new.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>node</category>
      <category>beginners</category>
    </item>
    <item>
      <title>✋🏼🌩️ AWS - Cloud computing: Pt.1</title>
      <dc:creator>Guddeti Ajay Manikanta ⭐⭐⭐</dc:creator>
      <pubDate>Wed, 18 Jan 2023 10:18:00 +0000</pubDate>
      <link>https://dev.to/ajaymanikanta1123/-1-aws-cloud-computing-3o41</link>
      <guid>https://dev.to/ajaymanikanta1123/-1-aws-cloud-computing-3o41</guid>
      <description>&lt;p&gt;First question first... 👋&lt;/p&gt;

&lt;h2&gt;
  
  
  What is cloud computing ☁️ ??
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Cloud computing is a way of using technology to &lt;code&gt;access data, services, and resources over the internet&lt;/code&gt;, rather than having them stored on your own computer or device. This allows for greater flexibility and scalability, as well as the ability to access your files and programs from anywhere with an internet connection.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Is Cloud computing a new term 🫣?
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Cloud computing is not a new term&lt;/li&gt;
&lt;li&gt;We use cloud computing in our daily life as well.&lt;/li&gt;
&lt;li&gt;Take example of Gmail &amp;amp; Google photos that we use. We don't store the data of Gmail in our phone. It is stored somewhere far from us which exactly matches with our cloud computing definition.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GNPrkhdp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p98tb1f6v3h71gxupjzm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GNPrkhdp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p98tb1f6v3h71gxupjzm.png" alt="Cloud computing - deployments and types" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Deployment models in cloud 👨‍🔬
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;In simple words, deployment models in cloud computing refer to the different ways in which an organization can use cloud services, whether it's publicly, privately or a combination of both.&lt;/p&gt;

&lt;p&gt;There are three main types of cloud deployment models: public, private, and hybrid.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Public cloud:&lt;/code&gt; refers to cloud services that are made available to the general public over the internet. These services are owned and operated by a third-party cloud service provider like (AWS, GCP, Azure).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Private cloud:&lt;/code&gt; refers to cloud services that are used exclusively by a single organization. These services can be operated by the organization itself or by a third-party cloud service provider.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Hybrid cloud:&lt;/code&gt; refers to a combination of both public and private cloud services. This allows an organization to use the best of both worlds by taking advantage of the cost savings of public cloud services and the security and control of private cloud services.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  Types of Cloud computing 👨‍🔧
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;There are three main types of cloud computing: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Infrastructure as a Service (IaaS) is a type of cloud computing that provides &lt;code&gt;virtualized computing resources over the internet&lt;/code&gt;. This includes virtual machines, storage, and networking. With IaaS, customers can rent computing resources on-demand, without having to invest in physical infrastructure.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Platform as a Service (PaaS) is a type of cloud computing that &lt;code&gt;provides a platform for customers to develop&lt;/code&gt;, run, and manage their own applications. PaaS providers typically handle the underlying infrastructure, such as servers and storage, while customers are responsible for developing, deploying, and maintaining their own applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Software as a Service (SaaS) is a type of cloud computing that &lt;code&gt;provides customers with access to software applications over the internet&lt;/code&gt;. With SaaS, customers can use software without having to install it on their own computers, and can access their data and applications from any device with an internet connection.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In simple words, IaaS is like renting computer hardware, PaaS is like renting a platform to build software, SaaS is like renting software on demand, all over the internet.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  Features of cloud computing 🧞‍♂️
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Users can provision resources without any external human interaction&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Broad network access available over the network&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Multiple customers can share the same infrastructure&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Quickly and easily scale on demand&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Users can pay for what they used for&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Reduced total cost of ownership and operational expense&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stop spending money on maintaining and owning data centers&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;Conclusion: 🤷‍♂️&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;cloud computing is a way of using technology to access data, services, and resources over the internet, rather than having them stored on your own computer or device. &lt;/li&gt;
&lt;li&gt;This allows for greater flexibility and scalability, as well as the ability to access your files and programs from anywhere with an internet connection. &lt;/li&gt;
&lt;li&gt;With different types of cloud computing like IaaS, PaaS, SaaS and different deployment models, public, private and hybrid, organizations can choose the best fit for their needs.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;Did you know 🤔 ??&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Do you know cloud computing before ?&lt;/li&gt;
&lt;li&gt;What are the top cloud service providers ?&lt;/li&gt;
&lt;li&gt;What is the pricing model of Cloud Computing?&lt;/li&gt;
&lt;li&gt;Does IAM has global scope ?&lt;/li&gt;
&lt;li&gt;What does PaaS means in simple words ?&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;That's it for today. Let's keep connected and start a step towards learning something new.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>node</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
