<?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: Sahil Kaushik</title>
    <description>The latest articles on DEV Community by Sahil Kaushik (@kaushiksahil16).</description>
    <link>https://dev.to/kaushiksahil16</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%2F342369%2F9e88b79b-b5bd-48a1-a4c8-c6b9487b2505.jpg</url>
      <title>DEV Community: Sahil Kaushik</title>
      <link>https://dev.to/kaushiksahil16</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaushiksahil16"/>
    <language>en</language>
    <item>
      <title>Kubernets &amp; Openshift Session by RedHat</title>
      <dc:creator>Sahil Kaushik</dc:creator>
      <pubDate>Tue, 02 Mar 2021 08:54:23 +0000</pubDate>
      <link>https://dev.to/kaushiksahil16/kubernets-openshift-session-by-redhat-50if</link>
      <guid>https://dev.to/kaushiksahil16/kubernets-openshift-session-by-redhat-50if</guid>
      <description>&lt;p&gt;Hello Everyone,&lt;/p&gt;

&lt;p&gt;I love to share that yesterday I have attended an expert session conducted by LinuxWorld India with Red Hat Experts for Industry Use Cases of &lt;strong&gt;Kubernetes / Openshift&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I'm amazed to see the how Organisations can use these technologies for maximise their Outputs.&lt;/p&gt;

&lt;p&gt;Thanks to Red Hat Experts :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Amel Mathai&lt;/li&gt;
&lt;li&gt;Daleep Singh Bais (RHCA Level VIII, RHCI, RHCVA, CKA).&lt;/li&gt;
&lt;li&gt;Abid Matoo.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Students of Linux World are thankful to Mr.Vimal Sir &amp;amp; Preeti Ma'am for organising such an event&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Summary or Points from the Session :&lt;br&gt;
*Benefits and Challenges of using Kubernetes.&lt;br&gt;
*Brief detail about Containers and Virtual Machines.&lt;br&gt;
*Introduction to Open Shift.&lt;br&gt;
*Features of Open Shift.&lt;br&gt;
*Details of S2I and Service mesh.&lt;br&gt;
*About PAAS(Platform as a Service).&lt;br&gt;
*Introduction to Podman.&lt;br&gt;
*Demo to deploy a web app by Open Shift.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
keep learning &amp;amp; keep growing,&lt;br&gt;
Sahil Kaushik  &lt;/p&gt;

&lt;h1&gt;
  
  
  RedHat #vimaldaga #rightmentor #linuxworld #makingindiafutureready #righeducation #containersbylw #kubernetes #openshift #expertsession
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>#40daysofHybridCloud (Day-6)</title>
      <dc:creator>Sahil Kaushik</dc:creator>
      <pubDate>Tue, 09 Jun 2020 20:35:55 +0000</pubDate>
      <link>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-6-2gfo</link>
      <guid>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-6-2gfo</guid>
      <description>&lt;h2&gt;
  
  
  &lt;em&gt;#Day6&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;Last time we get into details of how Cloudfront is useful , today we will discuss more about it and few more amazing concepts.&lt;/p&gt;

&lt;p&gt;As we all know that CloudFront is a CDNaaS for AWS which help the clients to get the data at high speed beacuse it is stored at Edge location which is near to the requested client area , the data is present in cache format therefore have less latency rate.&lt;/p&gt;

&lt;p&gt;Cloudfront comes with it's own limitation like what if the data which is present in form of cache get updated then it have to go back and update the cache every time which is not an efficient way.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The solution to this is one method , which cleans the cache &lt;br&gt;
present at the Edge Location called &lt;b&gt;&lt;em&gt;Invalidation&lt;/em&gt;&lt;/b&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Remember that cloudfront only store the data which is static in nature like Images , Videos and pdf but what about the data like code file etc therefore it does not support the dynamic files like LIVE Streaming which require RMTP .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LIC_bALC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2ncgmz58boas0xwb0eb4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LIC_bALC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2ncgmz58boas0xwb0eb4.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here comes the Solution to the problem called &lt;b&gt;&lt;i&gt;"Global Accelerator"&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A service that uses a AWS Global Network to improve the availability and performance of your Application to your Local and Global users.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Global Accelerator is also used as Load Balancer when large amount of traffic comes to the site.&lt;br&gt;
It continuously monitor health of our Applications endpoints and if some how one endpoints is down then it redirect the traffic to other endpoint where the App health is good.&lt;br&gt;
GA also generate a common/global URL of App for all users , therefore no need to give the origin URL to clients .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1tTakwA4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7q9qscqg6bacxik019w8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1tTakwA4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7q9qscqg6bacxik019w8.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;b&gt;AMI&lt;/b&gt;
&lt;/h2&gt;

&lt;p&gt;Amazon Machine Images are copy of the instances which can be used further according to the requirement.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;AMI&lt;/em&gt; types are categorized according to region, operating system, system architecture (32- or 64-bit), launch permissions and whether they are backed by Amazon EBS or backed by the instance store. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Users can select an AMI provided by AWS, the user community, or through the AWS Marketplace. Users can also create their own AMIs and share them.&lt;/p&gt;

&lt;p&gt;They are more protected then regular instances as no user and password is required therefore can not be penetrated by Crackers. &lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
&lt;em&gt;Happy Learning :)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>amazon</category>
      <category>cloudfront</category>
    </item>
    <item>
      <title>#40daysofHybridCloud (Day-5)</title>
      <dc:creator>Sahil Kaushik</dc:creator>
      <pubDate>Tue, 09 Jun 2020 00:18:32 +0000</pubDate>
      <link>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-5-5eco</link>
      <guid>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-5-5eco</guid>
      <description>&lt;h2&gt;
  
  
  &lt;em&gt;#Day5&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;Today I have learnt about &lt;u&gt;&lt;b&gt;&lt;em&gt;CLOUDFRONT&lt;/em&gt;&lt;/b&gt;&lt;/u&gt;&lt;br&gt;
I have given a brief idea about Cloudfront in my &lt;a href="https://dev.to/kaushiksahil16/40daysofhybridcloud-day-4-32kp"&gt;previous post&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;today we will discuss little more about the same , like why it is used at the first place ? &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Cloudfront is a kind of service in AWS which allow data present at certain places or location around the globe so that specific data can reach to the client without any delay or at low latency.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Cloudfront is using CDN(content delivery Network) which allow the content to be placed in all over the servers in the location where Data centers are not established , so this CDN stored the data in cache format specially for the  static content .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DqQB_Src--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bu4d6y1ofmyp1opvwo8l.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DqQB_Src--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bu4d6y1ofmyp1opvwo8l.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;em&gt;Difference between static and dynamic content in terms of CDN&lt;/em&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Static :- Content which are not subject to change like photos, videos etc .&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dynamic :- the data which is subject to change like code files and database structures etc.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now Edge Location are the locations where this CDN servers are present and help the static data to be stored in form of cache and the data which is not present will be delivered to edge location from Origin(Data center).&lt;/p&gt;

&lt;p&gt;The process of providing data from edge loc to client  is called called Proxy method.&lt;/p&gt;

&lt;p&gt;Now during this process of retriving data from CDN or Edge location there are two types of term used:- &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HIT &lt;/li&gt;
&lt;li&gt;MISS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now this &lt;strong&gt;HIT&lt;/strong&gt; is occurring when the data which is demanded by client is present on edge location then it is called as HIT or otherwise if Data is not present on Edge Loc then it is called as &lt;strong&gt;MISS&lt;/strong&gt;.&lt;br&gt;
After the MISS occur the request is sent to origin(S3 or EC2) by process called &lt;em&gt;forwarding&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;We can also make then access permissions for data stored in S3 by the Cloudfront only instead of client directly reaches to the S3 to get the data from the origin , In this way we can avoid getting  unwanted request to S3 .&lt;/p&gt;

&lt;p&gt;With the above mention operation Cloudfront give us lot more flexibility in terms of choosing between the users or clients as we can also select which region to allow to see our content or website and which to not also called &lt;strong&gt;&lt;i&gt;Geo Restrictions&lt;/i&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;We often knew the terms called &lt;em&gt;Whitelist&lt;/em&gt; and &lt;em&gt;Blacklist&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;the areas(IP's) where the access is given for the content in AWS services  is termed under &lt;b&gt;Whitelist&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;the area or region where content is not displayed by services are called under &lt;b&gt;Blacklist&lt;/b&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Thanks,&lt;br&gt;
&lt;em&gt;Happy Learning :)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>cloudfront</category>
      <category>server</category>
    </item>
    <item>
      <title>#40daysofHybridCloud (Day-4)</title>
      <dc:creator>Sahil Kaushik</dc:creator>
      <pubDate>Sun, 07 Jun 2020 11:56:57 +0000</pubDate>
      <link>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-4-32kp</link>
      <guid>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-4-32kp</guid>
      <description>&lt;h2&gt;
  
  
  &lt;em&gt;#Day4&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;Today I have learned about the json format which is used during the data retrieval while using CLI to interact with the instance and other services of AWS .&lt;/p&gt;

&lt;p&gt;Json is one of the great method to send or receive data on web or between any programs same like YAML and XML , which works on key-value pair and it is extensively used in day to day tech.&lt;/p&gt;

&lt;p&gt;while using AWS services through CLI , I have one software used to parse or extract json that is &lt;a href="https://stedolan.github.io/jq/download/"&gt;jq-win64.exe&lt;/a&gt; .&lt;/p&gt;

&lt;p&gt;Other online tool to check whether you have a written correct syntax (Json)or not is &lt;a href="https://jsoneditoronline.org/"&gt;&lt;em&gt;json editor online&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AdnZN4mD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7de0v2g640v5fii8cghr.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AdnZN4mD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7de0v2g640v5fii8cghr.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Lets talk more about &lt;b&gt;&lt;em&gt;S3&lt;/em&gt;&lt;/b&gt; !&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;S3 (Simple Storage Service) is one of the storage service used in AWS which can be accessed globally (which means it is not like EC2 which is regional in nature).&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;but the difference between the S3 and EBS is that S3 is not same as Block storage as EBS is rather it is "Object storage as a Service"(OSTAAS) which means that OS/instance can not be installed on S3.&lt;/p&gt;

&lt;p&gt;Reasons for not installing OS on S3 are :- &lt;br&gt;
for any OS be be installed two things are required :- &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;storage can be partitioned (S3 can not)&lt;/li&gt;
&lt;li&gt;storage must be formatted (S3 can not)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Never the less S3 is one of the most powerful service of AWS and also widely used.&lt;/p&gt;

&lt;h3&gt;
  
  
  S3 is very useful some of them mentioned below :
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Most globally used storage structure of AWS.&lt;/li&gt;
&lt;li&gt;Data is more secured on S3&lt;/li&gt;
&lt;li&gt;Data for different services like cloudtrail and external storage can be store on S3 .
&lt;/li&gt;
&lt;li&gt;Data for Edge location is also stored on S3.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Data stored on S3 is in form of buckets.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mtR_9HkJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e5uw6micuirdlfrpuu69.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mtR_9HkJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e5uw6micuirdlfrpuu69.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;lets discuss one more term that is &lt;b&gt;&lt;u&gt;&lt;em&gt;Edge Location&lt;/em&gt;&lt;/u&gt;&lt;/b&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yc_4CSoq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ymt51vip1sejkvk7l74i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yc_4CSoq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ymt51vip1sejkvk7l74i.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;An &lt;b&gt;edge location&lt;b&gt; is the nearest point to the consumer(user) who is consuming the AWS service. In these locations, the server is not present but a small setup is there.&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;They are located in major cities around the world. Unlike Availability Zones which are Physical Locations where AWS servers Lies, An Edge location is basically a small setup in different locations.AWS Edge location is the place where the data is cached to reduce the latency to the end users. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--x-XamI8U--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/v2z65la000wkshepkdcd.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--x-XamI8U--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/v2z65la000wkshepkdcd.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's all for today , any suggestions to make blog more intractive are most welcomed !!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;happy learning :)&lt;/em&gt; &lt;/p&gt;

</description>
    </item>
    <item>
      <title>#40daysofHybridCloud (Day-3)</title>
      <dc:creator>Sahil Kaushik</dc:creator>
      <pubDate>Sun, 07 Jun 2020 06:15:50 +0000</pubDate>
      <link>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-3-3jjl</link>
      <guid>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-3-3jjl</guid>
      <description>&lt;h2&gt;
  
  
  &lt;em&gt;#Day3&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5Xc5yGng--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/q0ys2i58fenfw8yqenpv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5Xc5yGng--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/q0ys2i58fenfw8yqenpv.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today I got know one more service used in AWS and that is #&lt;em&gt;CloudTrail&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;Q. What is CloudTrail and why it is used ? &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Cloudtrail is a service in AWS which will help us record all the events performed by user , now of-course it require memory to store data which is also provided by AWS services like EBS and S3 which we will discuss further , as per now it's a user activity monitoring service.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  it is easily found in Management and governance tab of services :-
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--K0SS7oYC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/p346gmkdwenjqvucs8cr.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--K0SS7oYC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/p346gmkdwenjqvucs8cr.PNG" alt="Alt Text"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Now to use cloudtrail through CLI mode .&lt;br&gt;
Like very other services in AWS ,  Cloudtrail also have AWS commands which can be used to interact with cloudtrail.&lt;/p&gt;

&lt;h3&gt;
  
  
  some of cmd are shown below :-
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2DuSrH-J--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/prwjg6jyt8iownoaiixs.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2DuSrH-J--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/prwjg6jyt8iownoaiixs.PNG" alt="Alt Text"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;let me give one example of execution of such command &lt;br&gt;
&lt;em&gt;aws cloudtrail looklup-events&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;used to look activities performed by user so far in json format. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--p8tblwE0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/201pv367g3dug7plp873.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--p8tblwE0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/201pv367g3dug7plp873.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As we have discussed there are different type storages in AWS that are S3 and EBS. &lt;/p&gt;

&lt;p&gt;S3 is service in AWS which stores data in AWS in object format and have global access same as few others in market place like Dropbox and Swift in Openstack.&lt;/p&gt;

&lt;h2&gt;
  
  
  Discussing more about Block storage , there are two types of Block storage :-
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;h3&gt;
  
  
  Ephemeral storage
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;Generally we install our OS on ephemeral storage which we also called as Root storage or drive , In this as soon as OS is removed data in the drive also get removed hence it is not reliable for storing important data like Web server or Databases .&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h3&gt;
  
  
  Persistent storage
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;on the other hand this storage is permanent and also more flexible it is like external pen-drive which can store the data and do not   delete it as soon as OS get terminate and can be attached or detached according to more then one OS.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Again cloudtrail data can be stored in S3 as shown we have created a bucket in S3 where this data is present :-  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--H9PsZvm1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jsd1ru9in8btj3gixi4y.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--H9PsZvm1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jsd1ru9in8btj3gixi4y.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  At last we will talk about Firewall in AWS.
&lt;/h2&gt;

&lt;p&gt;Firewall is a part of AWS security group which act like a shield for accessing services and data by the outside world without permission to do so.&lt;/p&gt;

&lt;p&gt;the property of Firewall is such that by default it does not allow anybody from getting it's services used but in order to allow certain activities like accessing website hosted on AWS or accessing data stored in S3 we can add some rules(outbound) as per our convenience .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--m0bjj2h---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hgssw1zgid2b1k1jgqto.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m0bjj2h---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hgssw1zgid2b1k1jgqto.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--w8iRro1T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2ujlwjr5tppwqxfbh8a1.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--w8iRro1T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2ujlwjr5tppwqxfbh8a1.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also get to know how to host basic web-server in AWS .&lt;/p&gt;

&lt;p&gt;thanks for reading &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;em&gt;Happy Learning :)&lt;/em&gt;
&lt;/h3&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>azure</category>
      <category>openstack</category>
    </item>
    <item>
      <title>#40daysofHybridCloud (Day-2)</title>
      <dc:creator>Sahil Kaushik</dc:creator>
      <pubDate>Fri, 05 Jun 2020 20:39:53 +0000</pubDate>
      <link>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-2-3nka</link>
      <guid>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-2-3nka</guid>
      <description>&lt;h2&gt;
  
  
  &lt;em&gt;#Day2&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;Previously we have learned about very basics of cloud computing , now going further i would like to discuss more about this ...&lt;/p&gt;

&lt;p&gt;On Day 2nd ,I have gone through various ways to connect or communicate with the AWS some of them are :- &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GUI (AWS Management Console)&lt;/li&gt;
&lt;li&gt;CLI (Command Line Interface)&lt;/li&gt;
&lt;li&gt;Programming Language (SDK)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As per now we will focus on two of them that are &lt;em&gt;GUI&lt;/em&gt; and &lt;em&gt;CLI&lt;/em&gt;.&lt;br&gt;
we also know that GUI is manual and both CLI and Programming is Automation.&lt;/p&gt;

&lt;p&gt;lets discuss the user part here as By-default AWS have Root user which have indefinite power over all , so in order to interact with AWS on regular basis we have to create one more user which have limited access and can perform useful operation which are needed .&lt;/p&gt;

&lt;p&gt;&lt;em&gt;what is the use of another user account for AWS ?&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;As we all know that in today's world every thing is not done single handedly , therefore team are formed with various members , different person are performing different roles so if we share the root access with all of them then members can perform operation that can be done by Admin , in-order to avoid this situation we have user account.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;In AWS we called this service as IAM (Identity Access Management)&lt;br&gt;
same kind of service in Open-stack is called Keystone&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;While in WEB UI in order to do LOGIN we need two things that are &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;username&lt;/li&gt;
&lt;li&gt;password &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Same in CLI mode in order to log in we need &lt;em&gt;Access key and Security key&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The user which is created is having all the power accept few like:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;cannot create new user&lt;/li&gt;
&lt;li&gt;can not see billing info
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now in order to login through CLI we need four things that are :- &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AWS access key : &lt;/li&gt;
&lt;li&gt;AWS secret Access key :&lt;/li&gt;
&lt;li&gt;Default region name :&lt;/li&gt;
&lt;li&gt;Default output type :&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Login to the CLI mode we can perform various commands of AWS
&lt;/h3&gt;

&lt;p&gt;like for creating the instance following data is required . &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CL3omg8c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/kx6rzb5v1tg3o1l94x06.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CL3omg8c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/kx6rzb5v1tg3o1l94x06.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  After you logged-in successfully the screen looks like :
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--oWXbFdGV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/do657o0il14kr5ppn10f.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oWXbFdGV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/do657o0il14kr5ppn10f.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  using command like:- &lt;em&gt;"aws ec2 help"&lt;/em&gt; we can find various cmd's
&lt;/h3&gt;

&lt;p&gt;some of them are shown below :- &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--l3pW_m-J--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3s3rngzupcww2lw4r62b.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--l3pW_m-J--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3s3rngzupcww2lw4r62b.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  and at last the result will look like in our CLI is :-
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--toIwfG_3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ekbluytw26x0b6kv0wds.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--toIwfG_3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ekbluytw26x0b6kv0wds.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;hope you all find it usefull ...&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Happy Learning :) *&lt;/em&gt; &lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>openstack</category>
      <category>azure</category>
    </item>
    <item>
      <title>#40daysofHybridCloud (Day-1)</title>
      <dc:creator>Sahil Kaushik</dc:creator>
      <pubDate>Sun, 31 May 2020 03:32:54 +0000</pubDate>
      <link>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-1-57bk</link>
      <guid>https://dev.to/kaushiksahil16/40daysofhybridcloud-day-1-57bk</guid>
      <description>&lt;h3&gt;
  
  
  &lt;em&gt;#Day1&lt;/em&gt;
&lt;/h3&gt;

&lt;p&gt;Toady I have learned about basics of Cloud that is mainly cloud can be divided into two parts:- &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Public cloud (AWS)&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Private cloud (OpenStack) &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Q .Here the question arises why cloud is used ? *&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Cloud is used as we all own that every company can not own big infra of their business like thousands of Terra bytes for storage and RAM which is required as basics of any start-up company and if somehow they are able to do so also then managing it is a big problem in itself which leads to heavy investment on the resources which they not need at the first place.&lt;br&gt;
so they turned to companies like AWS , Mircosoft Azure , GCS etc&lt;br&gt;
service called as IaaS(Infrastructure as a Service).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Cloud store data is three format that are(STAAS):- &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Object&lt;/li&gt;
&lt;li&gt;File &lt;/li&gt;
&lt;li&gt;Block &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Focusing on Block storage as per now we have consider one example of each public(AWS) and private(OpenStack).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In AWS as storage of data in Blocks and is done by EBS(Elastic Block Storage).&lt;/li&gt;
&lt;li&gt;Same process can be acheived in OpenStack and it is called Cinder.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now coming to practical aspect we all know that for running any program we need a 2 things :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Hardware(Hard disk , RAM and CPU)&lt;/li&gt;
&lt;li&gt;Operating System&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Hardware infrastructure is already provided by companies like amazon (AWS) but we ourselves need to install an OS on the top of the service and resources provided by AWS.&lt;/p&gt;

&lt;p&gt;We will take an example of AWS , In AWS we have a service which allow us to establish our OS called EC2 (Elastic Compute Cloud).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now I will show you how to install OS in AWS :-&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Create an free account on AWS (valid for 12 months)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Login with your Account.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fd3ncajsiztfpe6ffweoq.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fd3ncajsiztfpe6ffweoq.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click on EC2 services.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fh2oki0o93fofs4ka1g6h.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fh2oki0o93fofs4ka1g6h.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click on Instance (as OS is also known as instance in AWS).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F1x38h291t37zskrmjf02.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F1x38h291t37zskrmjf02.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Fill up the details and type of OS you required like Name , RAM , Storage , ENI(elastic network interface) also called network card so that you can access it later from network.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;At last you will be requiring a key that is one time use and can be created in the process or separately by clicking on Key pair in Network and security tab.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F32j9jc75ycy69olv92fb.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F32j9jc75ycy69olv92fb.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Here you can see an example of OS provisioned on AWS. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3xn4zymizf4mtpjzxm55.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3xn4zymizf4mtpjzxm55.PNG" alt="Alt Text"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;that all for today !! &lt;/p&gt;

&lt;p&gt;Happy Learning :)&lt;/p&gt;

</description>
      <category>cloudcomputing</category>
      <category>aws</category>
      <category>openstack</category>
      <category>azure</category>
    </item>
    <item>
      <title>#40daysofHybridCloud</title>
      <dc:creator>Sahil Kaushik</dc:creator>
      <pubDate>Sun, 31 May 2020 02:25:26 +0000</pubDate>
      <link>https://dev.to/kaushiksahil16/40daysofhybridcloud-4ofi</link>
      <guid>https://dev.to/kaushiksahil16/40daysofhybridcloud-4ofi</guid>
      <description>&lt;p&gt;Hey Everybody !! Long time no see :)&lt;/p&gt;

&lt;p&gt;Today we will see an amazing post out there that is being the part of amazing community like dev.to and I encourage all the people out there to join such communities .&lt;/p&gt;

&lt;p&gt;As we all know in situation like which we are facing right now that is Covid-19 , its very important for all of us to come together , help each-other out and continuously improve ourselves on day to day basis.&lt;/p&gt;

&lt;p&gt;I want to share my experience of being a part of one more such community started by LinuxWorld Informatics Pvt Ltd and Indian Innovation &amp;amp; Entrepreneurship Community in the guidance or mentor-ship of Mr.Vimal Daga who is well known Technologist and World Record Holder . &lt;br&gt;
I have been part of various training given by Mr. Vimal Sir  like :&lt;/p&gt;

&lt;p&gt;-1  &lt;strong&gt;MLOps(Machine Learning Operations)&lt;/strong&gt;&lt;br&gt;
-2  &lt;strong&gt;DevOps Assembly Lines&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;which I started during this lock-down period due to covid-19 situation .&lt;/p&gt;

&lt;p&gt;Now being a part of one more such training :- &lt;/p&gt;

&lt;blockquote&gt;
&lt;h2&gt;
  
  
  &lt;strong&gt;Hybrid Multi Cloud Training - AWS + Terraform + OpenStack + Kubernetes&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;which will be great learning for me .&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fbi52h8rolszo3h6q58lm.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fbi52h8rolszo3h6q58lm.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With this I have decided to share my learning with you all which will be the part of #40daysofHybridCloud  in this I will be sharing my daily practicing and learning of cloud computing from very basics to an Expert level . Keeping it short I will be very happy if you all can be part of this journey with me and this allow me add value to you all by sharing my activities .&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Happy Learning :)&lt;/p&gt;

&lt;h6&gt;
  
  
  cloudComputing
&lt;/h6&gt;

&lt;h6&gt;
  
  
  machinelearning
&lt;/h6&gt;

&lt;h6&gt;
  
  
  devops
&lt;/h6&gt;

&lt;h6&gt;
  
  
  mlops
&lt;/h6&gt;

&lt;h6&gt;
  
  
  40daysofHybridCloud
&lt;/h6&gt;

</description>
      <category>cloudcomputing</category>
      <category>hybridcloud</category>
      <category>machinelearning</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
