<?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>Forem: Sai kumar Satapathy</title>
    <description>The latest articles on Forem by Sai kumar Satapathy (@kumarsai21).</description>
    <link>https://forem.com/kumarsai21</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%2F629474%2F323eb971-ac66-4b2a-96c6-ca76eb93d901.jpg</url>
      <title>Forem: Sai kumar Satapathy</title>
      <link>https://forem.com/kumarsai21</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/kumarsai21"/>
    <language>en</language>
    <item>
      <title>Elastic Block Storage (EBS Volume)</title>
      <dc:creator>Sai kumar Satapathy</dc:creator>
      <pubDate>Fri, 30 Jun 2023 18:58:26 +0000</pubDate>
      <link>https://forem.com/kumarsai21/elastic-block-storage-ebs-volume-k92</link>
      <guid>https://forem.com/kumarsai21/elastic-block-storage-ebs-volume-k92</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rk9hg1Sb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ldvdy5q145bq9mrpkns8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rk9hg1Sb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ldvdy5q145bq9mrpkns8.png" alt="Image description" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;An Elastic Block Storage (EBS) Volume hosts virtual data in segments. It's like a storage disk with the ability to contain various sizes of data. &lt;br&gt;
These virtual storage devices usually replicate within one AWS region to increase their availability.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EBS volume are the storage that only can be mounted on EC2 instance and that can be attached to the particular availability zone.&lt;/li&gt;
&lt;li&gt;A EBS volume can attach to 16 instance and provide higher availability.&lt;/li&gt;
&lt;li&gt;An AWS account has a limit to 20 EBS volume. And an instance can have attach to 20 EBS volume but &lt;strong&gt;it is recommended to use 10 EBS to a single instance.&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hfie-Si3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yxi0e2r5hvta2pktxr8a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hfie-Si3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yxi0e2r5hvta2pktxr8a.png" alt="Image description" width="800" height="280"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Volume Type
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Solid State Drive(SSD) volumes&lt;/li&gt;
&lt;li&gt;Hard disk Drive (HDD) volumes&lt;/li&gt;
&lt;li&gt;Standard volume or previous generation Volumes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Solid State Drive(SSD) Volume
&lt;/h3&gt;

&lt;p&gt;SSD backed are optimised and good for frequent input output.&lt;/p&gt;

&lt;h4&gt;
  
  
  SSD Volume types includes:
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;General Purpose SSD and &lt;/li&gt;
&lt;li&gt;Provisioned IOPS SSD&lt;/li&gt;
&lt;/ol&gt;

&lt;h5&gt;
  
  
  General Purpose ssd
&lt;/h5&gt;

&lt;p&gt;These are balanced priced and used for balanced performance &lt;/p&gt;

&lt;p&gt;Types of General Purpose SSD volumes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;General Purpose SSD (gp3) volumes —latest generation General Purpose SSD volume&lt;/li&gt;
&lt;li&gt;General Purpose SSD (gp2) volumes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pLP-29fE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gusscb03cf5c3cze94wq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pLP-29fE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gusscb03cf5c3cze94wq.png" alt="Image description" width="800" height="383"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;A tebibyte (TiB) and gibibytes (GiB)  is a unit of measure used to describe computing capacity&lt;/code&gt; &lt;a href="https://www.ibm.com/docs/en/spectrum-control/5.4.2?topic=concepts-units-measurement-storage-data"&gt;For details&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Provisional IOPS SSD
&lt;/h5&gt;

&lt;p&gt;Provisioned IOPS SSD volumes are backed by solid-state drives (SSDs). They are the highest performance Amazon EBS storage volumes designed for critical, intensive workloads that require low latency.&lt;/p&gt;

&lt;p&gt;Types of Provisioned IOPS SSD volumes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Provisioned IOPS SSD (io2) volumes&lt;/li&gt;
&lt;li&gt;Provisioned IOPS SSD (io2) Block Express volumes&lt;/li&gt;
&lt;li&gt;Provisioned IOPS SSD (io1) volumes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JQLsUVPT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jn2zsxwnv5nr4ksjszh7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JQLsUVPT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jn2zsxwnv5nr4ksjszh7.png" alt="Image description" width="800" height="363"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Hard disk drive (HDD) volumes
&lt;/h3&gt;

&lt;p&gt;HDD-backed volumes are optimized for large streaming workloads where the dominant performance attribute is throughput. &lt;br&gt;
HDD volume types include &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Throughput Optimized HDD and &lt;/li&gt;
&lt;li&gt;Cold HDD.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---0_AA86p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bbwjyybgab7q2msf1fsx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---0_AA86p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bbwjyybgab7q2msf1fsx.png" alt="Image description" width="800" height="275"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Standard volume or previous generation Volumes
&lt;/h3&gt;

&lt;p&gt;Magnetic (standard) volumes are previous generation volumes that are backed by magnetic drives. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jRBfTfyg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4tbibxlvu9jlqvn02nwh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jRBfTfyg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4tbibxlvu9jlqvn02nwh.png" alt="Image description" width="800" height="216"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  SUMMARY
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KCfwzDjl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4epjki0dc8d4oc86qzhv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KCfwzDjl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4epjki0dc8d4oc86qzhv.png" alt="Image description" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html"&gt;For More Detail Explanation&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>storage</category>
      <category>cloudcomputing</category>
    </item>
    <item>
      <title>AutoScalling and Load Balancers</title>
      <dc:creator>Sai kumar Satapathy</dc:creator>
      <pubDate>Sun, 31 Jul 2022 18:46:22 +0000</pubDate>
      <link>https://forem.com/kumarsai21/autoscalling-and-load-balancers-2e02</link>
      <guid>https://forem.com/kumarsai21/autoscalling-and-load-balancers-2e02</guid>
      <description>&lt;h1&gt;
  
  
  Load Balancers
&lt;/h1&gt;

&lt;p&gt;Generally when the load on the server increases and the server get request beyond its capacity then we see server down.&lt;br&gt;
For example earlier when we go to the bank most of the time we see there is the server down, this happens because the server gets much more requests there its capacity.&lt;/p&gt;

&lt;p&gt;To solve this problem aws provided a solution of Load Balancer.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Load Balancers is a device that acts as a reverse proxy and distribution of network or application traffic across no of servers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It helps to increase the capacity and reliability of the application.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It helps to distribute the traffic equally among the servers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It uses Round Robin algorithms.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Gv52YGeE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n0w3flkrc1y4kousyrk4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Gv52YGeE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n0w3flkrc1y4kousyrk4.png" alt="Image description" width="800" height="565"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Benefits of Load Balancer&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scalable&lt;/li&gt;
&lt;li&gt;Redundancy&lt;/li&gt;
&lt;li&gt;Flexibility&lt;/li&gt;
&lt;li&gt;Efficiency&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Autoscalling
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;It is an AWS computing service that automatically scales up or scales down compute resources as per their actual usage.&lt;/li&gt;
&lt;li&gt;It ensures the availability of ec2 instances to handle the load of an application.&lt;/li&gt;
&lt;li&gt;It can create and terminate an ec2 instance when required.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Scale-out &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;this is a process of launching an ec2 instance via launch configuration or instance template as per your policy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Scale-in&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;this is the process of terminating an ec2 instance as per your policy made.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--P9reSpky--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xc256q5qyhn8w1f8uyx6.png" alt="Image description" width="800" height="285"&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>aws</category>
    </item>
    <item>
      <title>VPC(Virtual Private Cloud)</title>
      <dc:creator>Sai kumar Satapathy</dc:creator>
      <pubDate>Sat, 16 Jul 2022 06:12:00 +0000</pubDate>
      <link>https://forem.com/kumarsai21/vpcvirtual-private-cloud-3ikg</link>
      <guid>https://forem.com/kumarsai21/vpcvirtual-private-cloud-3ikg</guid>
      <description>&lt;p&gt;A VPC is a &lt;strong&gt;virtual network&lt;/strong&gt; dedicated to your AWS account. It is logically isolated from other virtual networks.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3gVM6WSi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/semunl5silqr7pi9flda.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3gVM6WSi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/semunl5silqr7pi9flda.png" alt="Image description" width="526" height="454"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Types of VPC
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Default VPC&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It is created by AWS when the account is created&lt;/li&gt;
&lt;li&gt;All the advanced features are provided.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A_ckT32_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sx8tzbjhxhcoelh1hpwt.png" alt="Image description" width="800" height="445"&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Custom VPC&lt;/strong&gt;&lt;br&gt;
  It is created explicitly with the required features like subnet, NAT, security groups, Internet gateway, route tables, etc.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

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

&lt;h3&gt;
  
  
  IP address
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;It is a logical numerical label assigned as a unique entity to each device in a network. &lt;/li&gt;
&lt;li&gt;It is used to locate the host in the network through the &lt;strong&gt;Network ID and Host ID&lt;/strong&gt; present in the IP address.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;IP address had 4 bytes and each byte has 8bit i.e 32 bits(IPv4)&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7fEKM2iy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1l6bq771li2pytzp9ow6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7fEKM2iy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1l6bq771li2pytzp9ow6.png" alt="Image description" width="800" height="468"&gt;&lt;/a&gt;&lt;br&gt;
The drawback of IPv4 is limited address space to overcome that we have Ipv6.&lt;br&gt;
The internet is undergoing a gradual transition to IPv6.&lt;br&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--guRZ6N85--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7peb9v0dpg36x65fqi66.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--guRZ6N85--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7peb9v0dpg36x65fqi66.png" alt="Image description" width="800" height="528"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are 3 types of IP address&lt;br&gt;
       1. Public IP&lt;br&gt;
       2. Private IP&lt;br&gt;
       3. Elastic IP&lt;br&gt;
&lt;a href="https://dev.to/kumarsai21/public-ip-private-ip-elastic-ip-in-aws-166b"&gt;Details of Types of IP Address&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  CIDR(Classless Inter-Domain Routing)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;It helps to reduce the wastage of Ip addresses.&lt;/li&gt;
&lt;li&gt;It also helps to determine how larger is the network.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IGCgSxRX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hbutoy84xg9ijfqltck1.png" alt="Image description" width="378" height="202"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Components of VPC
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Internet Gateway(IGT)&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This is used to connect over the Internet.&lt;/li&gt;
&lt;li&gt;IGT helps to communicate over the internet using the target in the routing table
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8hP69OC5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uuco7tdnd593qqwvr1u5.png" alt="Image description" width="800" height="600"&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;NAT Gateways&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;These are &lt;strong&gt;Network Address Translation&lt;/strong&gt; gateway that helps to connect the private subnet to the internet through a public IP but the internet cannot access the private subnet.&lt;/li&gt;
&lt;li&gt;NAT gateway is created in the pubic subnet and it connects to private through route table.&lt;/li&gt;
&lt;li&gt;Each NAT gateway is created in a specific Availability Zone and implemented with redundancy in that zone.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yUZ-SdqB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w5ayfomrsmpg2yu1kech.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yUZ-SdqB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w5ayfomrsmpg2yu1kech.png" alt="Image description" width="800" height="706"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Route Table&lt;/strong&gt;: It defines how the traffic is routed between each subnet.&lt;br&gt;
    &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ng0WoEti--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kxf7otuvbn44klp98lax.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ng0WoEti--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kxf7otuvbn44klp98lax.png" alt="Image description" width="642" height="208"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Subnets&lt;/strong&gt;: These are subnetworks. It is a logical sub-division of a large network.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There are two types of subnets:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Private Subnet&lt;/strong&gt;: 

&lt;ul&gt;
&lt;li&gt;Resources are not exposed to the outer world.&lt;/li&gt;
&lt;li&gt;These use &lt;strong&gt;only the private IPs&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;These are mainly used for backend purposes like database storage.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Public Subnet&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;Resources are exposed to the internet through the Internet gateway.&lt;/li&gt;
&lt;li&gt;It uses &lt;strong&gt;both public and private IP&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mbTWJqD1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jf9m278frmfyvs39h1ul.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mbTWJqD1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jf9m278frmfyvs39h1ul.png" alt="Image description" width="800" height="489"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>AWS S3 Storage(Simple Storage Service)</title>
      <dc:creator>Sai kumar Satapathy</dc:creator>
      <pubDate>Fri, 08 Jul 2022 15:21:35 +0000</pubDate>
      <link>https://forem.com/kumarsai21/aws-s3-storagesimple-storage-service-44ej</link>
      <guid>https://forem.com/kumarsai21/aws-s3-storagesimple-storage-service-44ej</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fd6EXtS3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n8e1iwpzsvfxmz8w726p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fd6EXtS3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n8e1iwpzsvfxmz8w726p.png" alt="Image description" width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;S3 Storage has a simple web service interface that we can use to store and retrieve any amount of data at any point in time and from anywhere on the web.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This is generally used for backup storage &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;S3 is an object storage system, there is no root storage available.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;We don't require any operating system for S3 storage like EC2 Instance.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;S3 buckets are Flat Containers which means we can store files inside a bucket but we can't create another bucket inside a bucket and store the files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The &lt;strong&gt;Maximum Storage&lt;/strong&gt; of the S3 Bucket is &lt;strong&gt;5TB&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The &lt;strong&gt;maximum no of the bucket&lt;/strong&gt; we can create i.e only &lt;strong&gt;100 S3 buckets&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feature of S3 Bucket
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Durability&lt;/strong&gt; - It is &lt;strong&gt;99.999999%&lt;/strong&gt; durable. It maintains its durability by quickly detecting and repairing any lost redundancy.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Flexible&lt;/strong&gt; - There are various types of S3 storage available and you can easily change from one type to another &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Secured&lt;/strong&gt;- There are various types of policies and encryption available to keep the data secure.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cost-effective&lt;/strong&gt;- It is very cheapest of all the storage&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;These are mostly used.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SPUpGfHt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/b2nfuc65epqujjpc74zd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SPUpGfHt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/b2nfuc65epqujjpc74zd.png" alt="Image description" width="800" height="563"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  S3 Versioning
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Use of versioning is to multiple versions of an object in one bucket.&lt;/li&gt;
&lt;li&gt;Generally, it keeps a copy of the old file over the new file.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ms6ufK9c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ij9uwnw3e7f1s33chxx2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ms6ufK9c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ij9uwnw3e7f1s33chxx2.png" alt="Image description" width="800" height="365"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Cross Region Replication
&lt;/h1&gt;

&lt;p&gt;Create S3 Bucket-&amp;gt; Go to Management -&amp;gt; Replication Rule -&amp;gt; Create rule.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It enables automatic asynchronous copying of an object across buckets in different AWS regions.&lt;/li&gt;
&lt;li&gt;Buckets configured for Cross Region Replication (CRR) can be owned by the same account or different accounts.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8Gp-QUnk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g092niwkseqiqmanikao.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8Gp-QUnk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g092niwkseqiqmanikao.png" alt="Image description" width="800" height="441"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  S3 Transfer Acceleration
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Amazon S3 Transfer Acceleration can speed up content transfers to and from Amazon S3 by as much as 50-500% for long-distance transfer of larger objects.&lt;/li&gt;
&lt;li&gt;S3 Transfer Acceleration (S3TA) reduces the variability in Internet routing, congestion, and speeds that can affect transfers, and logically shortens the distance to S3 for remote applications&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>aws</category>
    </item>
    <item>
      <title>Public IP_ Private IP_ Elastic IP in AWS</title>
      <dc:creator>Sai kumar Satapathy</dc:creator>
      <pubDate>Wed, 29 Jun 2022 11:49:34 +0000</pubDate>
      <link>https://forem.com/kumarsai21/public-ip-private-ip-elastic-ip-in-aws-166b</link>
      <guid>https://forem.com/kumarsai21/public-ip-private-ip-elastic-ip-in-aws-166b</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NIAQQ5-j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g51avl97dft8odhhx2dc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NIAQQ5-j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g51avl97dft8odhhx2dc.png" alt="Image description" width="800" height="354"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Public IP
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;In this IP, the machine can be &lt;strong&gt;recognized over the internet&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;The IP must be unique IP (no two machines can have the same Public IP).&lt;/li&gt;
&lt;li&gt;It is used to &lt;strong&gt;communicate between the instance and the internet&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;When we launch an instance it automatically gets assigned with a public IP from the public address pool.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Private IP
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;In this IP, the machine cannot be recognized over the internet, to connect over the internet we need an internet gateway.&lt;/li&gt;
&lt;li&gt;It is used &lt;strong&gt;within the organizations&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;The IP must be unique across the private network.&lt;/li&gt;
&lt;li&gt;But two different organizations can have the same private IP.&lt;/li&gt;
&lt;li&gt;It is used to &lt;strong&gt;communicate between the instances in the same VPC&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Elastic IP
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;When we stop an EC2 instance and again start it the public IP gets changed.&lt;/li&gt;
&lt;li&gt;To fix this public IP issue, we use elastic IP.&lt;/li&gt;
&lt;li&gt;Elastic IP keeps an &lt;strong&gt;IP associate permanently&lt;/strong&gt; to the instance public IP.&lt;/li&gt;
&lt;li&gt;We can associate only one instance to an elastic IP at a time.&lt;/li&gt;
&lt;li&gt;We can associate and di-associate the elastic IP.&lt;/li&gt;
&lt;li&gt;We can have only &lt;strong&gt;5 Elastic IPs&lt;/strong&gt; in an account.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; we can increase this by asking AWS to increase with a valid reason&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DpLdFpHF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cv86yzu25xbvflwxixum.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DpLdFpHF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cv86yzu25xbvflwxixum.png" alt="Image description" width="800" height="729"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
    </item>
    <item>
      <title>Virtualization _ Virtual Machine_ Hypervisor</title>
      <dc:creator>Sai kumar Satapathy</dc:creator>
      <pubDate>Tue, 28 Jun 2022 14:55:11 +0000</pubDate>
      <link>https://forem.com/kumarsai21/virtualization-virtual-machine-hypervisor-5491</link>
      <guid>https://forem.com/kumarsai21/virtualization-virtual-machine-hypervisor-5491</guid>
      <description>&lt;h2&gt;
  
  
  Virtualization
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It is an advanced software engineering concept that allows creating of virtual servers, storage, and network.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It creates a virtual computer system.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It helps to run more than one operating system in a single system&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rz7UBNIH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/86teor44figux6tijhi8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rz7UBNIH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/86teor44figux6tijhi8.png" alt="Image description" width="800" height="383"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Need for virtualization
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It helps in data transfer, protects from system failure, reduces the cost of operation, and provides security to data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;With the help of virtualization we can run a virtual server at a single physical server. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Virtual Machine
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;virtual machines are virtual systems which are having their system and application.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;virtual machines are the software that runs in a physical system and provides virtual computers inside a physical computer. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--34hhwuTo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/k99avkdb5cu0gqlegj1j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--34hhwuTo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/k99avkdb5cu0gqlegj1j.png" alt="Image description" width="800" height="277"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Hypervisor
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Hypervisor creates and manages virtual machines.&lt;/li&gt;
&lt;li&gt;It allocates host resources to each virtual machine.&lt;/li&gt;
&lt;li&gt;It provides multiple guest virtual machines to share host resources.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--skRKnHoy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/eypvd79axm5ekg4izy0z.png" alt="Image description" width="800" height="419"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Two types of Hypervisor
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Type-1 or Bare- metal Hypervisor

&lt;ul&gt;
&lt;li&gt;It runs directly on the hardware &lt;/li&gt;
&lt;li&gt;it is more secure as it is directly installed on the hardware.&lt;/li&gt;
&lt;li&gt;no Operation system layer is involved so it performs better and more efficiently.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PQbttcCA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h0idtzzbl7qu0bvqsdmm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PQbttcCA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h0idtzzbl7qu0bvqsdmm.png" alt="Image description" width="800" height="521"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Type-2 or Hosted Hypervisor

&lt;ul&gt;
&lt;li&gt;It runs on a host operating system.&lt;/li&gt;
&lt;li&gt;It is generally used on student laptops, desktops, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XbeJ981l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sfufqwbgriymzeeyqrf6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XbeJ981l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sfufqwbgriymzeeyqrf6.png" alt="Image description" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Elastic File System(EFS)</title>
      <dc:creator>Sai kumar Satapathy</dc:creator>
      <pubDate>Mon, 27 Jun 2022 17:10:32 +0000</pubDate>
      <link>https://forem.com/kumarsai21/elastic-file-systemefs-3e2f</link>
      <guid>https://forem.com/kumarsai21/elastic-file-systemefs-3e2f</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hiHWj4VR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dh8toglsd5kkpmi7doke.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hiHWj4VR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dh8toglsd5kkpmi7doke.png" alt="Image description" width="800" height="937"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AWS Elastic File System(EFS) is  one of the three main storage services.&lt;/li&gt;
&lt;li&gt;It is scalable, cloud- based file system.&lt;/li&gt;
&lt;li&gt;Using EFS we can use a single storage for multiple servers.&lt;/li&gt;
&lt;li&gt;In EFS there is no storage limit.&lt;/li&gt;
&lt;li&gt;The amount of storage you use you need to pay for that only.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;EFS has two option &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Regional- with this we can mount to any of the zone in the region.In this the data can be shared among all the zone.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8AZHXeig--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hejvxf1p0xzt0xscu6br.png" alt="Image description" width="551" height="471"&gt;
&lt;/li&gt;
&lt;li&gt;One Zone- with this we can only mount to a particular 
          region, but in this the data is avaliable for only that region.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Jp4iXs4t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yz4gd6fhdpqjxwzptqt6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Jp4iXs4t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yz4gd6fhdpqjxwzptqt6.png" alt="Image description" width="571" height="482"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Advantage of Elastic file System(EFS)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Scalable Performance&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dynamic elasticity&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fully Managed&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cost-effective&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Security and compliance&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vm5jAs5r--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nw1ongc55h18pxdycwq6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vm5jAs5r--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nw1ongc55h18pxdycwq6.png" alt="Image description" width="800" height="221"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>aws</category>
    </item>
    <item>
      <title>Cloud Computing Deployment Models</title>
      <dc:creator>Sai kumar Satapathy</dc:creator>
      <pubDate>Fri, 24 Jun 2022 18:15:46 +0000</pubDate>
      <link>https://forem.com/kumarsai21/cloud-computing-deployement-models-5blg</link>
      <guid>https://forem.com/kumarsai21/cloud-computing-deployement-models-5blg</guid>
      <description>&lt;p&gt;The cloud computing deployment models describe&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how it is implemented &lt;/li&gt;
&lt;li&gt;how it is hosted&lt;/li&gt;
&lt;li&gt;who can assess it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Types of Cloud Deployment models&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Public Cloud&lt;/li&gt;
&lt;li&gt;Private Cloud&lt;/li&gt;
&lt;li&gt;Hybrid Cloud&lt;/li&gt;
&lt;li&gt;Community Cloud
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cg4jbedH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vlw8u21mwvsdslbzeomb.jpg" alt="Image description" width="800" height="533"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Public Cloud
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;It has massive amount of Storage and Storage Resourses&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It is also easily scalable&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It is recommended for developing cloud based application as it has globally distributed.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--v7pvxHK6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lvgo3y4e6t3r805594g6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--v7pvxHK6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lvgo3y4e6t3r805594g6.png" alt="Image description" width="800" height="771"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Feature:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;feasiblity&lt;/li&gt;
&lt;li&gt;scalability&lt;/li&gt;
&lt;li&gt;accessibility&lt;/li&gt;
&lt;li&gt;No Setup cost &amp;amp; maintenance &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Advantage:&lt;/strong&gt; It provide on- demand services&lt;br&gt;
&lt;strong&gt;Dis- advantage:&lt;/strong&gt; Loss of control, Insucure data.&lt;/p&gt;

&lt;h1&gt;
  
  
  Private Cloud
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;It is restricted and protected by firewall.&lt;/li&gt;
&lt;li&gt;It can be on premise or hosted in a third party's data center.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TuyyzQ_g--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qscklbnvgoktccszx1mq.png" alt="Image description" width="800" height="420"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Advantage:&lt;/strong&gt; Security and Control- It restricted to accessible valuable resourses.&lt;br&gt;
&lt;strong&gt;Dis- advantage:&lt;/strong&gt; It is expensive and lack quick scalability&lt;/p&gt;

&lt;h1&gt;
  
  
  Hybrid Cloud
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;It is the cobination of public and private cloud.&lt;/li&gt;
&lt;li&gt;It provide seamless interaction between private and public cloud&lt;/li&gt;
&lt;li&gt;This is perfect solution for organisation that need feasibility, cost saving, quick scalabailty feature of public cloud.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UCJZMXWn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/20yir3hm2pwlqxkorr5z.png" alt="Image description" width="800" height="533"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Cloud Brusting:
&lt;/h3&gt;

&lt;p&gt;It is an application develpoment technique in which an application runs in a private cloud or data center and brust into a publid clouyd when the demand for cloud computing capacity spikes&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NLVzSeka--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mmpd7pbxwlsz6hpifcvb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NLVzSeka--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mmpd7pbxwlsz6hpifcvb.png" alt="Image description" width="800" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advantage:&lt;/strong&gt; Best of both cloud nad cost saving.&lt;br&gt;
&lt;strong&gt;Dis- advantage:&lt;/strong&gt; As data is shared between private and public so there may ben potential performance and security risk.  &lt;/p&gt;

&lt;h1&gt;
  
  
  Community Cloud
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;It is a cloud infrastructure in which multiple organizations share resources and services based on common requirements.&lt;/li&gt;
&lt;li&gt;It is owned, managed, and operated by one or more organizations in the community, a third party, or a combination of them.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--18OVqHoI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rtd8nrdq0kzgu20e0e8b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--18OVqHoI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rtd8nrdq0kzgu20e0e8b.png" alt="Image description" width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advantage:&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cost effective,&lt;/li&gt;
&lt;li&gt;Security: Community cloud is more secure than the public cloud but less secure than the private cloud.&lt;/li&gt;
&lt;li&gt;Sharing infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Dis- Advantage:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Slow adoption to data&lt;/li&gt;
&lt;li&gt;The fixed amount of data storage and bandwidth is shared among all community members&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>cloud</category>
      <category>aws</category>
      <category>azure</category>
    </item>
  </channel>
</rss>
