<?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: Joshua O. Berkoh</title>
    <description>The latest articles on DEV Community by Joshua O. Berkoh (@joshbek).</description>
    <link>https://dev.to/joshbek</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%2F827827%2Fd72d7355-3cdf-4b20-b89c-70d29ad00ff1.jpeg</url>
      <title>DEV Community: Joshua O. Berkoh</title>
      <link>https://dev.to/joshbek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joshbek"/>
    <language>en</language>
    <item>
      <title>ALL YOU NEED TO KNOW ABOUT AMAZON ROUTE 53</title>
      <dc:creator>Joshua O. Berkoh</dc:creator>
      <pubDate>Sun, 29 May 2022 15:30:46 +0000</pubDate>
      <link>https://dev.to/joshbek/all-you-need-to-know-about-amazon-route-53-8a6</link>
      <guid>https://dev.to/joshbek/all-you-need-to-know-about-amazon-route-53-8a6</guid>
      <description>&lt;p&gt;Amazon Route 53 is a Domain Name System offered by Amazon. Domain Name System is a hierarchical and decentralized naming system used to identify computers reachable through the internet or other internet protocol networks. Simply put, it is the phonebook of the internet. &lt;br&gt;
Route 53 is Amazon's highly available and scalable domain name system that provides secure and reliable routing of requests, both for services within AWS and infrastructure that is outside of AWS. Route 53 is able to provide this service through its global network of authoritative DNS servers that reduce latency and can be managed via the management console.&lt;br&gt;
Amazon Route 53 effectively connects user requests to infrastructure running in AWS such as Amazon EC2 instances, Elastic Load Balancing load balancers, or Amazon S3 buckets and can also be used to route users to infrastructure outside of AWS. You can use Amazon Route 53 to configure DNS health checks, then continuously monitor your applications’ ability to recover from failures and control application recovery with Route 53 Application Recovery Controller.&lt;br&gt;
Some of the components used within Amazon Route 53 are;&lt;br&gt;
&lt;strong&gt;Hosted Zone&lt;/strong&gt;- A hosted zone is a container that holds information about how you want to route traffic for a domain registered within Aws. Route 53 supports Public and Private hosted domains &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_0cjoG0Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/iiuxposwm2rpwtyguxhu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_0cjoG0Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/iiuxposwm2rpwtyguxhu.png" alt="A picture of the hosted zone dashboard" width="880" height="396"&gt;&lt;/a&gt;            &lt;em&gt;A picture of the hosted zone dashboard&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Domains supported within the service&lt;/strong&gt; -  these are domains supported by Amazon Route 53. It supports the [dot]com, [dot]net, [dot]org, and many more. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3S4rnY3D--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tndeffza0mvd4f65fcm8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3S4rnY3D--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tndeffza0mvd4f65fcm8.png" alt="A picture of the domain registration page" width="880" height="406"&gt;&lt;/a&gt;&lt;em&gt;A picture of the domain registration page&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traffic Flow&lt;/strong&gt; - this section allows you to make a traffic policy for your resources using existing routing types such as failover and geolocation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--b02d1TVF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ftjmyxn26njex0ebrl7a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--b02d1TVF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ftjmyxn26njex0ebrl7a.png" alt="A picture of the traffic flow dashboard" width="880" height="423"&gt;&lt;/a&gt;&lt;em&gt;A picture of the traffic flow dashboard&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Resolver&lt;/strong&gt; - Use the Resolver feature of Route 53 for your Virtual Private Clouds (VPC) which integrates easily with DNS on your network. To get started, configure endpoints for DNS queries into and out of VPCs that you created with Amazon Virtual Private Cloud(VPC).&lt;br&gt;
&lt;strong&gt;DNS Firewall&lt;/strong&gt;- this is a managed firewall service for queries that originate in your Virtual Private Clouds.&lt;br&gt;
&lt;strong&gt;Application Recovery Controller&lt;/strong&gt; - The application Recovery Controller allows you to check whether your resources are ready for recovery. It can be done by checking if an application in a region is ready for recovery or checking the status of each resource type across regions. You can also use the Application Recovery Controller to manage failovers by using routing controls integrated with health checks.&lt;/p&gt;

&lt;p&gt;Some benefits of Route 53 are;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It is highly available and reliable&lt;/li&gt;
&lt;li&gt;It is flexible&lt;/li&gt;
&lt;li&gt;It is designed for use with other AWS services.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>devops</category>
      <category>aws</category>
      <category>database</category>
      <category>beginners</category>
    </item>
    <item>
      <title>ALL YOU NEED TO KNOW ABOUT AMAZON RELATIONAL DATABASE SERVICE (RDS)</title>
      <dc:creator>Joshua O. Berkoh</dc:creator>
      <pubDate>Tue, 17 May 2022 18:30:44 +0000</pubDate>
      <link>https://dev.to/joshbek/all-you-need-to-know-about-amazon-relational-database-servicerds-12gc</link>
      <guid>https://dev.to/joshbek/all-you-need-to-know-about-amazon-relational-database-servicerds-12gc</guid>
      <description>&lt;p&gt;Amazon Relational Database Service (RDS) is a collection of managed services that makes it simple to set up, operate, and scale databases in the cloud. Amazon RDS gives the user the options to choose from many RDS Engines such as Amazon Aurora, MYSQL, MariaDB, PostgreSQL, Oracle, and Microsft SQL Server. Amazon RDS also gives users a wide variety of computing instances to run their databases on.  The users need to choose these instances according to their work needs and load. Some of these instance types are Amazon Ec2 Mac Instances powered by Mac computers (with Intel Core i7-8700 processors) and built on the AWS Nitro System, T4g powered by  Arm-based custom-built AWS Graviton2 processors, and many more. If you wish to know more about the instance types, visit &lt;a href="https://aws.amazon.com/ec2/instance-types/"&gt;Amazon EC2 Instance Types - Amazon Web Services&lt;/a&gt;. An RDS instance can be hosted in a single availability Zone and Multisite Availability zones depending on the user's needs. Multi-site Az’s offers users resiliency and high availability benefits. It typically takes the database application 60 to 120 seconds to switch to the secondary instance when there is a failure and it happens automatically. The failover process can happen in the following scenarios; If patching maintenance has been performed in the primary instance, if the instance of the primary database has a host failure, if the availability zone of the primary database fails, if the primary instance was rebooted with failover, and if the primary database instance class on the primary database is modified.&lt;br&gt;
In making sure, your database instance is able to meet the growing demands of your workloads, it is advisable to use a feature called &lt;strong&gt;Autoscaling&lt;/strong&gt;. Most of the engines supported by Amazon RDS use Elastic Block Storage. Those engines are MySQL, PostgreSQL, MariaDB, Oracle, and SQL Server.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bFdhLMpn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0vfvdhqrsl208ny6god0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bFdhLMpn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0vfvdhqrsl208ny6god0.png" alt="Features Of Amazon RDS" width="880" height="315"&gt;&lt;/a&gt;  Amazon RDS IN Graphics (source - AWS)&lt;/p&gt;

&lt;p&gt;FEATURES OF AMAZON RDS&lt;br&gt;
Amazon RDS has the following features which the users can benefit from.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Security and Compliance&lt;/li&gt;
&lt;li&gt;Performance and Scalability&lt;/li&gt;
&lt;li&gt;Automated Patching and Upgrades&lt;/li&gt;
&lt;li&gt;Data durability and Redundancy&lt;/li&gt;
&lt;li&gt;Monitoring and alerting &lt;/li&gt;
&lt;li&gt;Backup and recovery&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you want to learn more about Amazon Relational Database Service, visit &lt;a href="https://aws.amazon.com/rds/"&gt;Fully Managed Relational Database - Amazon RDS - Amazon Web Services&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>database</category>
      <category>beginners</category>
      <category>cloud</category>
    </item>
    <item>
      <title>WHY YOU SHOULD JOIN THE AWS COMMUNITY BUILDERS PROGRAM</title>
      <dc:creator>Joshua O. Berkoh</dc:creator>
      <pubDate>Sat, 30 Apr 2022 08:41:51 +0000</pubDate>
      <link>https://dev.to/joshbek/why-you-should-join-the-aws-community-builders-program-483</link>
      <guid>https://dev.to/joshbek/why-you-should-join-the-aws-community-builders-program-483</guid>
      <description>&lt;p&gt;The AWS community Builders program is open to everyone around the globe. It is a community that comprises beginners, intermediaries, and advanced users of AWS Services. This community is full of activities that will enable you to learn more about AWS services, and how to apply an AWS service in your field of work. you get the opportunity to share and teach other people as well. This community will give you access to technical materials, mentorship opportunities from AWS employees, and opportunities to meet and make new friends and share ideas to make AWS services better.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MY Experience&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I joined the community builders program this year and I have really benefited a lot. From meeting new AWS enthusiasts to having direct contact with AWS employees in the field of security to being part of amazing sessions where I get to learn how to use AWS services in certain fields of cybersecurity. I had the opportunity of expanding my knowledge of AWS services by taking courses on Cloud Academy. Participating in Tabletop exercises has broadened my horizon on certain topics in Cybersecurity and it has helped me in my career. It is the early days yet, the best part of being a community builder is having the opportunity to share what you learn and learn from what other people have shared as well. &lt;strong&gt;If my experience has moved you to join the community then visit&lt;/strong&gt; &lt;a href="https://aws.amazon.com/developer/community/community-builders/"&gt; AWS Community Builders Website&lt;/a&gt;** and add your name to the waitlist**. Can't wait to see you all join the program in the next quarter.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>aws</category>
      <category>career</category>
      <category>security</category>
    </item>
    <item>
      <title>STEPS IN CREATING DASHBOARDS IN CLOUDWATCH</title>
      <dc:creator>Joshua O. Berkoh</dc:creator>
      <pubDate>Sun, 17 Apr 2022 12:37:15 +0000</pubDate>
      <link>https://dev.to/joshbek/steps-in-creating-dashboards-in-cloudwatch-3nnm</link>
      <guid>https://dev.to/joshbek/steps-in-creating-dashboards-in-cloudwatch-3nnm</guid>
      <description>&lt;p&gt;CloudWatch is an amazon service that is used to monitor your AWS resources. To be able to use CloudWatch effectively, you should have a resource in place, for instance, an Ec2 instance. In this demonstration, we will be creating a dashboard to monitor our Ec2 instance. &lt;/p&gt;

&lt;p&gt;The steps involved are as follows&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Log in to your AWS console &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use the search bar to search for CloudWatch and click to open the CloudWatch console.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TFLYcC9B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mw7u840ww2jz3shsj8v0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TFLYcC9B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mw7u840ww2jz3shsj8v0.png" alt="A shot of searching CloudWatch in the search bar" width="880" height="286"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;On the left pane of the console, click on the dashboard&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xU07YTWz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mxt6zbybtggjsrs8xzxx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xU07YTWz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mxt6zbybtggjsrs8xzxx.png" alt="click on Dashboard on the left pane" width="880" height="314"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click on create Dashboard to create a new Dashboard&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Name your dashboard and click on create Dashboard.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--P4yHnrP6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2zj5k374wpjxn6hitmhm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--P4yHnrP6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2zj5k374wpjxn6hitmhm.png" alt="Name your Dashboard" width="750" height="272"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Select a widget to add to your widget. (for the purposes of demonstration we will be selecting pie as our widget.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Select the data source for your Widget. ( for demonstration purposes we will be using metrics)&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Then go ahead to select any of the metrics. ( I will be selecting Ec2 for this demonstration and go ahead to select Pre instance metrics)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--c1cnZsuc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hqvljdbkhdgb1ihhlnet.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--c1cnZsuc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hqvljdbkhdgb1ihhlnet.png" alt="Select any of the metric" width="880" height="193"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Select any instance as your Widget data source.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0q0HHyFe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nj7n3opkc09drys9wqnt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0q0HHyFe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nj7n3opkc09drys9wqnt.png" alt="Select any of the Instance" width="880" height="403"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click on create Widget and save Dashboard after that.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9zfbIM0q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/szq3nm6gwk54udmlid06.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9zfbIM0q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/szq3nm6gwk54udmlid06.png" alt="Final look of our dashboard" width="682" height="685"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In the Next writeup, I am going to explain the use alarms in cloudWatch and how to set them up.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>tutorial</category>
      <category>aws</category>
    </item>
    <item>
      <title>ALL YOU NEED TO KNOW ABOUT THE AMAZON CLOUDWATCH</title>
      <dc:creator>Joshua O. Berkoh</dc:creator>
      <pubDate>Sun, 10 Apr 2022 19:10:04 +0000</pubDate>
      <link>https://dev.to/joshbek/all-you-need-to-know-about-the-amazon-cloudwatch-4085</link>
      <guid>https://dev.to/joshbek/all-you-need-to-know-about-the-amazon-cloudwatch-4085</guid>
      <description>&lt;p&gt;Amazon cloudWatch is a service that lets you have insight into the health and operational performance of your instances or applications. This helps in monitoring your instances and making sure they are ready for business. &lt;br&gt;
CloudWatch gives you the opportunity to set up automated responses which are triggered when a condition is met. The function of this service presents an opportunity for users to minimize incidents, errors, or outages of the infrastructure or instances. &lt;br&gt;
This service is mostly used by personnel in charge of operations and site engineers.&lt;br&gt;
Amazon cloudWatch can be used for the following;&lt;br&gt;
Collect and store logs.&lt;br&gt;
Amazon cloudWatch allows you to store logs from vended logs, logs published from AWS resources, and Amazon CloudTrail.&lt;br&gt;
Collect and aggregate container metrics.&lt;br&gt;
        Aws CloudWatch collects and aggregates metrics from compute performance such as CPU, memory, network, and disk information. &lt;br&gt;
Monitor operational view with dashboards.&lt;br&gt;
The dashboard feature of Amazon CloudWatch allows you to visualize your cloud resources and create a reusable graph to understand their performance.&lt;br&gt;
Providing Application Insights:&lt;br&gt;
    This feature provides you with the possibility of setting up automated observation of applications to have an idea of their performance.&lt;/p&gt;

&lt;p&gt;To learn more about the features of the Amazon cloudWatch, visit &lt;a href="https://aws.amazon.com/cloudwatch/features/?msclkid=e01f81e4b8e011eca736e9d6aab5424a"&gt;Amazon CloudWatch Product Features - Amazon Web Services (AWS)&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Below are some of the graphics highlighting how the features involved in creating CloudWatch.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4zaik2X---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3rmjha2aldnan6og8rlg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4zaik2X---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3rmjha2aldnan6og8rlg.png" alt="This graphics indicate creating a dashboard in cloudWatch&amp;lt;br&amp;gt;
" width="880" height="390"&gt;&lt;/a&gt;       This graphics indicate creating a dashboard in cloudWatch&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NSEiR19d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p9p6p91a3pzbxto7q2b0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NSEiR19d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p9p6p91a3pzbxto7q2b0.png" alt="This graphic shows the addition of widget to the dashboard" width="880" height="512"&gt;&lt;/a&gt;              This graphic shows the addition of widget to the dashboard&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--E4O09UkZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h3pbkzb4rf92ixzn3anr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--E4O09UkZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h3pbkzb4rf92ixzn3anr.png" alt="This graphic shows the final dashboard after adding the widgets and source points for the data." width="880" height="462"&gt;&lt;/a&gt;     This graphic shows the final dashboard after adding the &lt;br&gt;
 widgets and source points for the data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;In the next write up I will be demonstrating how to create a dashboard and alarm in cloudWatch.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>aws</category>
    </item>
    <item>
      <title>All you need to know about AWS Snowball for Data Transfer</title>
      <dc:creator>Joshua O. Berkoh</dc:creator>
      <pubDate>Sat, 26 Mar 2022 12:47:21 +0000</pubDate>
      <link>https://dev.to/joshbek/all-you-need-to-know-about-aws-snowball-for-data-transfer-2639</link>
      <guid>https://dev.to/joshbek/all-you-need-to-know-about-aws-snowball-for-data-transfer-2639</guid>
      <description>&lt;p&gt;This is a service by AWS to securely transfer large amounts of data to and from Amazon s3. Sizes of data can that require this service can range from terabyte to petabyte. The snowball service comes in the form of a storage device either of 50 TB or 80 TB depending on the region the organization is in.&lt;br&gt;
The reason an organization may opt for this service is the speed involved in transferring data to and from the AWS S3. AWS Snowball is highly noted for transferring large amounts at a high-speed rate.&lt;br&gt;
All data transferred through this medium are encrypted with 256-bit encryption keys generated from AWS key management service. Wondering if your data with this storage medium could get lost? Don't because there is end-to-end tracking using an E-link shipping label which makes it possible for the snowball to land at your doorstep. Tracking of the device can be done using AWS SNS (simple notification service) with text messages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features of AWS Snowball&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fast data transfer&lt;/li&gt;
&lt;li&gt;Snowball Clustering&lt;/li&gt;
&lt;li&gt;GPU Storage&lt;/li&gt;
&lt;li&gt;Block Support &lt;/li&gt;
&lt;li&gt;Data Encryption&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;AWS Snowball can also be used in the following instances;&lt;br&gt;
&lt;strong&gt;Content Distribution&lt;/strong&gt; - that is if you want to share content or data with others without worrying about breaches&lt;br&gt;
&lt;strong&gt;Tactical Edge Computing&lt;/strong&gt; - AWS snowball have powerful computing, flexible storage, security, and ruggedization which helps federal teams focus on their work&lt;br&gt;
&lt;strong&gt;Machine Learning&lt;/strong&gt; - Snowball allows you to deploy and run machine learning models, such as document classification and image bulling.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>aws</category>
      <category>devops</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The Necessary Components to consider when creating an EC2 Instance</title>
      <dc:creator>Joshua O. Berkoh</dc:creator>
      <pubDate>Wed, 16 Mar 2022 11:02:37 +0000</pubDate>
      <link>https://dev.to/joshbek/the-necessary-components-to-consider-when-creating-an-ec2-instance-29h2</link>
      <guid>https://dev.to/joshbek/the-necessary-components-to-consider-when-creating-an-ec2-instance-29h2</guid>
      <description>&lt;p&gt;Ec2 is a compute service that allows you to deploy virtual service within the AWS environment. there are several components that comes up to make an existing Ec2 instance a whole. The are; &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Operating Systems and Software&lt;/li&gt;
&lt;li&gt;Networking&lt;/li&gt;
&lt;li&gt;Storage&lt;/li&gt;
&lt;li&gt;Cost and Capacity Optimization&lt;/li&gt;
&lt;li&gt;Global Infrastructure&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I will be delving deeper into Operating Systems and Software, breaking the components of this feature and what to consider when setting up.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OPERATING SYSTEMS AND SOFTWARE&lt;/strong&gt;&lt;br&gt;
Primary is comprised of the Amazon Machine Images(AMIs). AMIs comprises of Images(operating systems) which mainly includes Microsoft Windows and Linux Distributions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For Research and Testing Purposes&lt;/strong&gt;&lt;br&gt;
when a user wants to test or research an idea with creating an Ec2 instance, there are free tier images that can utilized. This means you can use this images without incurring any cost. The following are some of those images with their specifications.&lt;/p&gt;

&lt;p&gt;a. &lt;strong&gt;Amazon Linux 2 AMI (HVM) - Kernel 5.10, SSD Volume Type - 64-bit(x86)/64-bit(Arm).&lt;/strong&gt;&lt;br&gt;
under this image, &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The free eligible family type is t2 micro&lt;/li&gt;
&lt;li&gt;Which has 1 vCPUs, 1Gb of memory&lt;/li&gt;
&lt;li&gt;Amazon Elastic Block Store(EBS) only instance storage (EBS 
stores volumes that available to the instance)&lt;/li&gt;
&lt;li&gt;Does not support EBS optimization&lt;/li&gt;
&lt;li&gt;Has low data transfer rate and supports IPv6&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;b. &lt;strong&gt;Microsoft Windows Server 2019 Base (64-bit-x86).&lt;/strong&gt;&lt;br&gt;
under this image,&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The free eligible family type is t2 micro&lt;/li&gt;
&lt;li&gt;Which has 1 vCPUs, 1Gb of memory&lt;/li&gt;
&lt;li&gt;Amazon Elastic Block Store(EBS) only instance storage (EBS 
stores volumes that available to the instance)&lt;/li&gt;
&lt;li&gt;Does not support EBS optimization&lt;/li&gt;
&lt;li&gt;Has low data transfer rate and supports IPv6&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Other free tier images include&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Red Hat Enterprise Linux 8 (HVM), SSD Volume Type&lt;/li&gt;
&lt;li&gt;SUSE Linux Enterprise Server 15 SP3 (HVM), SSD Volume Type&lt;/li&gt;
&lt;li&gt;Ubuntu Server 20.04 LTS (HVM), SSD Volume Type&lt;/li&gt;
&lt;li&gt;Debian 10 (HVM), SSD Volume Type&lt;/li&gt;
&lt;li&gt;Microsoft Windows Server 2019 Base with Containers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;and they all have similar specifications to the ones listed above.&lt;/p&gt;

&lt;p&gt;In the next part of the series, I will be looking at the purpose of Lightweight businesses. &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>discuss</category>
      <category>aws</category>
    </item>
  </channel>
</rss>
