<?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: Shriya Thakur</title>
    <description>The latest articles on DEV Community by Shriya Thakur (@shriyathakur).</description>
    <link>https://dev.to/shriyathakur</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%2F892470%2Ff336288f-b4c4-46f7-bde2-d2a176f194ef.jpeg</url>
      <title>DEV Community: Shriya Thakur</title>
      <link>https://dev.to/shriyathakur</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shriyathakur"/>
    <language>en</language>
    <item>
      <title>AWS Networking Guide.</title>
      <dc:creator>Shriya Thakur</dc:creator>
      <pubDate>Mon, 18 Jul 2022 07:37:21 +0000</pubDate>
      <link>https://dev.to/shriyathakur/aws-networking-guide-4189</link>
      <guid>https://dev.to/shriyathakur/aws-networking-guide-4189</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Hi readers&lt;/em&gt;&lt;/strong&gt;,&lt;br&gt;
When we start learning AWS, the first thing we have to learn is networking concepts. Once you open an AWS account, you have to create your network space or you can use the default VPC.&lt;/p&gt;

&lt;p&gt;If you want hands-on practice on these services, you can open a free tier account with AWS and explore many products without spending a single penny. Some services are chargeable and their rates vary a lot depending on a particular region.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; In this article NAT gateway is chargeable. Still, I would suggest you use AWS ESTIMATE for other services as well.&lt;/p&gt;

&lt;p&gt;In this article, you will understand the main networking concepts: &lt;strong&gt;VPC, Subnets (private, public), CIDR, Elastic IP, Route Table, NAT Gateway, Internet Gateway, Security Group, NaCl&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This will be our final outcome&lt;/strong&gt;&lt;/p&gt;

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

&lt;h2&gt;
  
  
  &lt;strong&gt;What is VPC?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;VPC is way to logically separated resources when you’re working in AWS. You will be creating resources inside VPC so it won't be accessible from outside unless we give permission. These resources can communicate with only this VPC resources.&lt;/p&gt;

&lt;p&gt;We will be using VPC wizard templates to create VPC. We are using a template which will be creating VPC with private and public subnet (will explain in some time) for us.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Go to Launch VPC Wizard:&lt;/strong&gt;&lt;/p&gt;

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

&lt;h2&gt;
  
  
  VPC Creation:
&lt;/h2&gt;

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

&lt;p&gt;If you will see the above image, VPC requires a range of IP address. This range is configured using CIDR. In the example, we will be using 10.0.0.0/16 (means 65531 unique address) which can be used for a lot of AWS resources.&lt;/p&gt;

&lt;p&gt;You can use this CIDR Calculator for calculating the IP address range&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What is Subnet?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;A subnet is a smaller piece of network. We create different subnets based on our networking rules and our availability zones needs.&lt;br&gt;
In our example, we will be creating 2 subnets: private and public&lt;/p&gt;

&lt;p&gt;Public subnet traffic is routed to an internet gateway so resources of this subnet can be accessible from the internet. It will always have public IP for communication&lt;/p&gt;

&lt;p&gt;Internet Users → dev.to → Public IP&lt;/p&gt;

&lt;p&gt;Private subnet doesn’t have a route to the internet gateway.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; Our website server which needs to be accessible via the internet so it will be in Public Subnet. Our database servers will be in private subnet which should not be accessible via the internet.&lt;/p&gt;

&lt;p&gt;In an example, we are giving 251 IP address to both subnets and us-east-1 availability zone. You can choose based on your resources need and their availability demand.&lt;/p&gt;

&lt;p&gt;You can choose different availability zones for different subnets&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What is Internet Gateway?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;An AWS resource that gives subnet access to the public internet. We have chosen public subnet template so AWS will create this for us and attach it to the public subnet.&lt;br&gt;
You can attach internet gateway to any subnet and it will become Public Subnet. Don't try to attach to your database servers 😜. It can cause security issues for your database servers.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What is NAT Gateway or NAT instance?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;We have seen that private subnets can't be accessible from the internet. Sometimes resources inside private subnet need internet access.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; Database servers need patching and need to download some packages from the internet. In this case, we will have to use a NAT gateway. It will always have public IP to communicate with the internet.&lt;br&gt;
We can use NAT instances as well. We just need to attach this to our private subnet. Then private subnet resources will communicate to the internet through NAT gateway.&lt;/p&gt;

&lt;p&gt;We have to select the public subnet at time of creating NAT Gateway. Each NAT gateway is created in a specific Availability Zone and implemented with redundancy in that zone.&lt;br&gt;
Multiple availability zones private subnets can share this NAT gateway.&lt;/p&gt;

&lt;p&gt;If the NAT availability zone is down, other availability zones resources will lose internet access. Ideally, we should create NAT for each availability zone and resources use the NAT gateway in the same Availability Zone.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Route Table?
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
A routeing table is what decides how traffic flows between subnets. Route table would need to set up in order to define where services can access.&lt;/p&gt;

&lt;p&gt;Internet gateway attachment, NAT gateway attachment, transient gateway everything goes into route table for defining the route rules.&lt;/p&gt;

&lt;p&gt;Whenever we create VPC, AWS create default main route table for us. If we have to create a private subnet and attach a NAT gateway, we have to create a custom route table and attach it to a specific subnet.&lt;/p&gt;

&lt;p&gt;We are using Public/private subnet template in our example, AWS will create 2 route table&lt;/p&gt;

&lt;p&gt;for us. One is the main route table and another is a custom route table.&lt;/p&gt;

&lt;p&gt;You can go to any subnet and check which route table is attached to that subnet.&lt;br&gt;
In our example, go to public subnet and check the routeing table:&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Select the public subnet → Scroll to end → Find route table column&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;You will find that it is using the main route table and using internet gateway route for accessing the internet. This internet gateway Id can be different.&lt;/p&gt;

&lt;p&gt;You can check the private subnet route table as well. Go to private subnet, it will use a custom route table and be using NAT for accessing the internet. Whenever private subnet needs internet access,&lt;/p&gt;

&lt;p&gt;we will have to add NAT in the subnet route table.&lt;/p&gt;

&lt;p&gt;Whenever you need custom routing for your subnets, you will have to create a custom route table and attach it to a specific subnet.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  What is an Elastic IP?
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
Elastic IP addresses are used by AWS to manage its dynamic cloud computing services. Whenever we create instances in a public subnet, it will get different public IP. If we need public IP's which needs to fixed for some purpose, we have to allocate Elastic IP.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;br&gt;
We use Elastic IP's for creating a NAT gateway.&lt;br&gt;
We need to communicate with any third party API and they can allow only fix number of public IP from the client. In this case, we will have to allocate an Elastic IP and assign it to the resource.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now we come to the security part of VPC:&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What is a Security group?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;A security group is a set of networking rules that are applied to a resource. A security group is responsible for defining what traffic (based on port and protocol) can enter or leave certain resources.&lt;/p&gt;

&lt;p&gt;Suppose you want to give permission to specific IP's to access the resource on a specific port. You need to create a security group with that permission and attach it to the resource. Multiple resources can use the same security group.&lt;/p&gt;

&lt;p&gt;Inbound Rules → Incoming traffic rules of resource&lt;/p&gt;

&lt;p&gt;Outbound Rules → Outgoing traffic rules of resource&lt;/p&gt;

&lt;p&gt;Go to any security group → Inbound rules (Incoming traffic rules)&lt;/p&gt;

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

&lt;p&gt;In this above image, we have chosen only 3 ports for incoming traffic. For database instances, you will open a specific port to only limited IP's. All those rules go into a security group.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What is NACL?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Network ACLs control inbound and outbound traffic for your subnets.&lt;/p&gt;

&lt;p&gt;These are default rules which come with default NACL:&lt;/p&gt;

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

&lt;p&gt;If we have to allow permission for specific IP's or specific port on the subnet level, we have to use NACL.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;As per AWS documentation:&lt;/strong&gt;&lt;br&gt;
We recommend that you use network ACLs sparingly for the following reasons: they can be complex to manage, they are stateless, every IP address must be explicitly opened in each (inbound/outbound) direction, and they affect a complete subnet.&lt;/p&gt;

&lt;p&gt;In VPC dashboard, you will see other services as well like VPN, endpoints, endpoints service, transient gateway, VPC peering which we have not covered in this article. If you want to know more about these services, let me know. I will try to write those about as well.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Conclusion:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;That was a lot. Hope you were able to understand these networking concepts. Now you can easily create infrastructure in AWS with this knowledge.&lt;br&gt;
Thanks a lot for reading. Let me know if you find this useful. It will motivate me to write more articles.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>webdev</category>
    </item>
    <item>
      <title>AWS Artifact !</title>
      <dc:creator>Shriya Thakur</dc:creator>
      <pubDate>Fri, 15 Jul 2022 14:03:44 +0000</pubDate>
      <link>https://dev.to/shriyathakur/aws-artifact--2j7</link>
      <guid>https://dev.to/shriyathakur/aws-artifact--2j7</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;Introduction&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;AWS Artifact is a self service which anyone with AWS account can access and use it for free, it provides AWS customers to access compliance documentation and agreements on demand for free. It is like a portfolio for AWS reports which we can see and read about it in details. Even all IAM users with admin permissions can access this service and get to know more about AWS compliance and agreements.&lt;/p&gt;

&lt;p&gt;All the agreements found here will be of two types&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;em&gt;Active&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;– Agreements which are signed by users and are currently going on.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;em&gt;Inactive&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;– These are agreements which are not accepted by the user or user has terminated these agreements.&lt;/p&gt;

&lt;p&gt;AWS root account has all the permissions to access any kind of document through this service, for IAM users we have an option to use IAM policies to give access to certain documents to certain IAM users according to their authority and requirement.&lt;/p&gt;

&lt;p&gt;For example if there is an audit needed and our auditors need access to certain documents needed for the audit, we can create IAM user and give it to access certain types of documents only.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to access AWS Artifact?
&lt;/h2&gt;

&lt;p&gt;We simply need to go to our AWS account and type “artifact” in the AWS service search option and select Artifact from the list.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Bb6xkCNP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r3shl0pn76bpyj5dm1xb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Bb6xkCNP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r3shl0pn76bpyj5dm1xb.png" alt="Image description" width="880" height="353"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to download reports?
&lt;/h2&gt;

&lt;p&gt;On the current AWS service console, we will see these two buttons, one is to view agreements and one is to view reports, click on “View reports”.&lt;/p&gt;

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

&lt;p&gt;We need to select the document which we want to download and then click on “Download report” button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vLXS1ti_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xgydiknlda1r2epustxg.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vLXS1ti_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xgydiknlda1r2epustxg.jpg" alt="Image description" width="880" height="126"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to accept agreements?
&lt;/h2&gt;

&lt;p&gt;Select “View agreements” which is on the home page of AWS artifact service then select the agreement which you want to accept and click on “Accept agreement” button on the page.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## Conclusion&lt;/strong&gt;&lt;br&gt;
Overall AWS Artifact is a great service provided by AWS so their users can get to know them more and evaluate them.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>cloud</category>
    </item>
    <item>
      <title>What is AWS ??</title>
      <dc:creator>Shriya Thakur</dc:creator>
      <pubDate>Fri, 15 Jul 2022 13:39:09 +0000</pubDate>
      <link>https://dev.to/shriyathakur/what-is-aws--j25</link>
      <guid>https://dev.to/shriyathakur/what-is-aws--j25</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;What is AWS?🤔&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hey!&lt;br&gt;
It's Shriya. It is 2022 and AWS is getting so popular nowadays, but still some of the College and University Students like me🌚 still don't know that "What is AWS (Amazon Web Services)"? So let's explore the Basic Definition of AWS and why it is getting so popular nowadays.&lt;br&gt;
Now here comes the Definition from Google and other sources: -&lt;br&gt;
"AWS provides servers, storage, networking, remote computing, email, mobile development, and security."&lt;/p&gt;

&lt;p&gt;Still doesn't get it🤔? The AWS is basically a cloud provider–from infrastructure technologies like computing, storage, and databases–to emerging technologies, such as ML and AI, data lakes and analytics, and the IoT.&lt;br&gt;
AWS and some of its most used technologies, But???&lt;br&gt;
There are other Cloud infrastructure technologies too like Azure, Google Cloud, IBM Cloud, Oracle Cloud, and many more…&lt;br&gt;
So what makes AWS so popular? Following are some of the famous reasons for choosing AWS:-&lt;br&gt;
Large Community&lt;br&gt;
AWS has the largest community, with more than a million active users and thousand of partners worldwide. People across the world use AWS from every country and industry. Whether it is a Tech Giant or a Small Startup, Programmers and Cloud Architects love to play with AWS technologies and services.&lt;br&gt;
Secure&lt;br&gt;
AWS is considered to have one of the most secured and flexible cloud computing environments today. AWS supports 80+ security standards and compliance certifications, more than 100 AWS services that are storing customer data offer the ability to encrypt that data, and all of this is backed by a deep set of cloud security tools, with 200+ security, compliance, and governance services and features.&lt;/p&gt;

&lt;p&gt;THE END&lt;br&gt;
Let me know if you liked the post😊.&lt;br&gt;
&lt;strong&gt;Thank you&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How to apply for AWS Community Builder Program?</title>
      <dc:creator>Shriya Thakur</dc:creator>
      <pubDate>Fri, 15 Jul 2022 13:32:45 +0000</pubDate>
      <link>https://dev.to/shriyathakur/how-to-apply-for-aws-community-builder-program-2hgd</link>
      <guid>https://dev.to/shriyathakur/how-to-apply-for-aws-community-builder-program-2hgd</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is AWS Community Builder Program?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The AWS Community Builders Program(CB) is a officially organized by AWS. The program supports AWS enthusiasts and other community members by providing:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Technical mentorship&lt;/li&gt;
&lt;li&gt;Service reviews&lt;/li&gt;
&lt;li&gt;Exclusive networking opportunities&lt;/li&gt;
&lt;li&gt;AWS Branded Swags and more...&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;Anyone who is meeting below mention criteria can apply&lt;/p&gt;

&lt;p&gt;Any individual who is 18 years or older and passionate about building on AWS.&lt;br&gt;
AWS Community Builders program seeks applicants from all regions, demographics, and underrepresented communities.&lt;br&gt;
The AWS Community Builders program is for technical builders who create community contributions such as written/video content (blog posts, videos, webinars, tutorials, etc.) or organize technical communities that help other AWS builders to learn and build on AWS.&lt;/p&gt;

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

&lt;p&gt;You have to priorities two categories among these&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Machine Learning&lt;/li&gt;
&lt;li&gt;Mobile and Web Apps&lt;/li&gt;
&lt;li&gt;Storage&lt;/li&gt;
&lt;li&gt;Containers&lt;/li&gt;
&lt;li&gt;Developer Tools&lt;/li&gt;
&lt;li&gt;Management, Governance and Migration&lt;/li&gt;
&lt;li&gt;Serverless&lt;/li&gt;
&lt;li&gt;Gravitron / Arm Development&lt;/li&gt;
&lt;li&gt;Data (Databases, Analytics, Blockchain)&lt;/li&gt;
&lt;li&gt;Security, Identity &amp;amp; Compliance&lt;/li&gt;
&lt;li&gt;Game Tech&lt;/li&gt;
&lt;li&gt;Networking and Content Delivery&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What you will get after becoming a CB?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AWS community builder branded Swag!&lt;/li&gt;
&lt;li&gt;AWS Promotional Credits&lt;/li&gt;
&lt;li&gt;Online training academy subscription&lt;/li&gt;
&lt;li&gt;Certification Exam Voucher&lt;/li&gt;
&lt;li&gt;AWS User Groups / Community help&lt;/li&gt;
&lt;li&gt;Mentoring / Coaching / Career Opportunities&lt;/li&gt;
&lt;li&gt;Exclusive Events&lt;/li&gt;
&lt;li&gt;AWS Service Previews&lt;/li&gt;
&lt;li&gt;3rd Party Benefits&lt;/li&gt;
&lt;li&gt;Network of like minded people&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>awscommunitybuilder</category>
      <category>awscloud</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
