<?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: Carlton Agesa</title>
    <description>The latest articles on DEV Community by Carlton Agesa (@carlton_agesa).</description>
    <link>https://dev.to/carlton_agesa</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%2F411542%2F4925c330-287d-4c8b-b8eb-2ce7f27f7be4.jpg</url>
      <title>DEV Community: Carlton Agesa</title>
      <link>https://dev.to/carlton_agesa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/carlton_agesa"/>
    <language>en</language>
    <item>
      <title>From Code to Cloud: Easily Host Your HTML Website on an EC2 Instance!</title>
      <dc:creator>Carlton Agesa</dc:creator>
      <pubDate>Fri, 15 Nov 2024 10:04:13 +0000</pubDate>
      <link>https://dev.to/carlton_agesa/from-code-to-cloud-easily-host-your-html-website-on-an-ec2-instance-20a2</link>
      <guid>https://dev.to/carlton_agesa/from-code-to-cloud-easily-host-your-html-website-on-an-ec2-instance-20a2</guid>
      <description>&lt;p&gt;Hello my name is Calton, a cloud engineer based in Nairoi, Kenya. In this blog post I will show you how to deploy your html code onto an Amazon EC2. Let's get started.&lt;/p&gt;

&lt;h2&gt;
  
  
  Choose An AWS Region.
&lt;/h2&gt;

&lt;p&gt;Before you create an AWS EC2 you need to first choose your AWS region from the top right menu. Remember, you should pick a region that is near you or your customers. This way, your users will have less delay when they access your web applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Setting Up the EC2 Instance:
&lt;/h2&gt;

&lt;p&gt;Search for "EC2" at the top search bar, select "instance" at the left sidebar menu. Then click the “Launch Instance” button to start setting up your server. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2inn33720jumy54b1wkf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2inn33720jumy54b1wkf.png" alt="Image description" width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
Give your instance a name e.g. watchflix-ec2, this name will be displayed in AWS dashboard.&lt;br&gt;
Scroll down to "Application and OS Images (Amazon Machine Image)", under quick start choose "Amazon Linux". The AMI that we are going to use is Amazon Linux 2 AMI Free Tier. For the instance type it will be t2.micro free tier.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0ve3pztx01gvh2eo5s9u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0ve3pztx01gvh2eo5s9u.png" alt="Image description" width="800" height="573"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Further scroll down to "Key pair (login)", where we are required to select our key pair if it exists otherwise select "create new key pair". Enter the key pair name of your choice, leave the default RSA and .pem as is.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjj4daa65a11fq4jcsewy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjj4daa65a11fq4jcsewy.png" alt="Image description" width="800" height="369"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Scroll down to Network settings, click Edit. For now most of the inputs except for security groups related inputs will be left as default.&lt;br&gt;
Provide the security group name and description of your choice e.g. watchflix-sg. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0ndffwr7pqqrh6e38oj2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0ndffwr7pqqrh6e38oj2.png" alt="Image description" width="800" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, pay close attention here. Under "Inbound Security Group Rules" we are going to add two rules.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3jc7vohaxhj548jtw1lc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3jc7vohaxhj548jtw1lc.png" alt="Image description" width="800" height="452"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The first rule is for port 22 which is already present. Port 22 allows you to SSH into your EC2 instance. Since port 22 allows access into our EC2 we need to change our source type to limit it only to our IP address - this is a security best practice.&lt;/p&gt;

&lt;p&gt;The second rule we are going to add is on port 80. Opening this port will allow users on the internet to access our website. Click "Add security group rule" and under type select HTTP from the dropdown menu. Notice how the port changes to 80? OK. For the source type, we are going to allow traffic on port 80 to come from anywhere on the internet. Under Source, select Anywhere on IPv4 — this will bring up 0.0.0/0 automatically &lt;/p&gt;

&lt;p&gt;Once done tweaking, click "Launch instance" at the bottom right part of the page. &lt;/p&gt;

&lt;h2&gt;
  
  
  EC2 Instance Connect
&lt;/h2&gt;

&lt;p&gt;EC2 Instance Connect allows you to connect to Linux instances using SSH without managing SSH public keys. This can improve security, simplify workflow, and improve auditing and compliance.&lt;/p&gt;

&lt;p&gt;To use the EC2 Connect terminal, you can connect to an Amazon EC2 instance using the Amazon EC2 console:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open the Amazon EC2 console at &lt;a href="https://console.aws.amazon.com/ec2/" rel="noopener noreferrer"&gt;https://console.aws.amazon.com/ec2/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;In the navigation pane, select Instances&lt;/li&gt;
&lt;li&gt;Select the instance and choose Connect&lt;/li&gt;
&lt;li&gt;Select the EC2 Instance Connect tab&lt;/li&gt;
&lt;li&gt;For Connection type, choose Connect using EC2 Instance Connect&lt;/li&gt;
&lt;li&gt;Verify the username&lt;/li&gt;
&lt;li&gt;Choose Connect to open a terminal window&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvs8thylmsd7aoyp3axtx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvs8thylmsd7aoyp3axtx.png" alt="Image description" width="800" height="772"&gt;&lt;/a&gt;&lt;br&gt;
Installing a Web Server:&lt;br&gt;
First things first, we need to change to the root user, type &lt;code&gt;sudo su&lt;/code&gt; on your terminal. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl0r8scoeo90tyz9qfnqa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl0r8scoeo90tyz9qfnqa.png" alt="Image description" width="800" height="145"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To update to the latest system security patches type &lt;code&gt;yum update -y&lt;/code&gt;.&lt;br&gt;
Type &lt;code&gt;yum install -y httpd&lt;/code&gt; is used to install the Apache HTTP Server on a Linux system, this allows us to serve web content over HHTTP&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2lthqod7bcnriq8imnjj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2lthqod7bcnriq8imnjj.png" alt="Image description" width="800" height="356"&gt;&lt;/a&gt;&lt;br&gt;
Next we need to change directory from ec2 to html, to do this type &lt;code&gt;cd /var/www/html&lt;/code&gt;. Notice the directory change? Good!&lt;/p&gt;

&lt;p&gt;We are now going to download file to our EC2 using the Linux command wget. Type &lt;code&gt;wget https://github.com/carlagesa/watchflix/archive/refs/heads/main.zip&lt;/code&gt;. Confirm that it successfully downloaded the main.zip file, you can do this by typing &lt;code&gt;ls&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Upon confirmation, we need to unzip (type &lt;code&gt;unzip main.zip&lt;/code&gt;) and copy all of our unzipped web files into the html directory (type &lt;code&gt;cp -r watchflix-main/* /var/www/html/&lt;/code&gt;). &lt;br&gt;
To confirm this you can type &lt;code&gt;ls&lt;/code&gt; on the terminal.&lt;br&gt;
Also type &lt;code&gt;rm -rf watchflix-main main.zip&lt;/code&gt; to remove the zipped files we don't require.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdb6iwk9oyz5ryuq3j4vb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdb6iwk9oyz5ryuq3j4vb.png" alt="Image description" width="800" height="343"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And that's basically it, now we just have to start our service using &lt;code&gt;systemctl enable httpd&lt;/code&gt; and &lt;code&gt;systemctl start httpd&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Accessing the Web App:&lt;br&gt;
Lets open our EC2 dashbaord and select our instance and go to the details below to copy the Public IPv4 address.Open a new tab and paste the address, Voila! Now we can access our website.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fayrwwwfi0pewwosnhp5n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fayrwwwfi0pewwosnhp5n.png" alt="Image description" width="800" height="412"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8x07p6tmklox8s7icuqi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8x07p6tmklox8s7icuqi.png" alt="Image description" width="800" height="412"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Building Clock Me In a sign in management system that consumes a GeoLocation API using Vanilla JavaScript</title>
      <dc:creator>Carlton Agesa</dc:creator>
      <pubDate>Mon, 20 Jun 2022 10:03:03 +0000</pubDate>
      <link>https://dev.to/carlton_agesa/building-clock-me-in-a-sign-in-management-system-that-consumes-a-geolocation-api-using-vanilla-javascript-499i</link>
      <guid>https://dev.to/carlton_agesa/building-clock-me-in-a-sign-in-management-system-that-consumes-a-geolocation-api-using-vanilla-javascript-499i</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--iP2CdFr7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3jv6mkxicwukz5zuz5ek.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iP2CdFr7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3jv6mkxicwukz5zuz5ek.PNG" alt="Image description" width="880" height="458"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hello there! Through this blog post I'm going to share with you how I managed to build a employee/student attendance management system that will be used to monitor the attendance of students and employees inside organizations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What does the project aim to overcome?&lt;/strong&gt;&lt;br&gt;
The process of tracking working times has always been a complicated task. Over the years, several solutions have been developed to record the presence of employees. The most popular of these traditional manual attendance tracking systems are the time card, the perforation clock, and the time sheets.&lt;br&gt;
The main disadvantages of such methods are :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;There is a risk in human error.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Employees/students can commit time theft.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Manual entry is very time consuming.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Loss of private data such as mobile, Identification numbers and names.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tech stack&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The project firstly consumes an API provided by ipapi.io to get the current location of the users and cross-references it with the &lt;br&gt;
workstation IP address &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;For this project I went with HTML, CSS &amp;amp; Vanilla JavaScript to provide a working product.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Lastly I decide to host the project on GitHub projects.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Project Links&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/carlagesa/Clock-Me-In"&gt;Link to project code&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/carlagesa/"&gt;Link to my GitHub profile&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/carlton_codes"&gt;Let us connect on Twitter&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to get started with Cloud 
Computing | AWS Cloud .</title>
      <dc:creator>Carlton Agesa</dc:creator>
      <pubDate>Mon, 17 Jan 2022 08:44:01 +0000</pubDate>
      <link>https://dev.to/carlton_agesa/how-to-get-started-with-cloud-computing-aws-cloud--1ho1</link>
      <guid>https://dev.to/carlton_agesa/how-to-get-started-with-cloud-computing-aws-cloud--1ho1</guid>
      <description>&lt;p&gt;Hello,👋 cloud enthusiast. &lt;br&gt;
In this article, we'll cover the concepts you need to build that solid foundation to implement Cloud Computing technologies.&lt;br&gt;
Let's get started knowing what is cloud computing and the AWS cloud.&lt;/p&gt;

&lt;p&gt;Cloud computing is the on-demand delivery of IT resources over the Internet with pay-as-you-go pricing. Instead of buying, owning, and maintaining physical data centers and servers, you can access technology services, such as computing power, storage, and databases, on an as-needed basis from a cloud provider like Amazon Web Services (AWS)&lt;/p&gt;

&lt;p&gt;What is Amazon Web Services (AWS)? Many might ask ,well Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers—including the fastest-growing startups, largest enterprises, and leading government agencies—are using AWS to lower costs, become more agile, and innovate faster.&lt;/p&gt;

&lt;p&gt;While benefiting from services that are made available by AWS, Services such as the Amazon EC2 Auto Scaling and Amazon Elastic Load Balancing&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Amazon EC2&lt;/strong&gt; Is a virtual computing environment that provides scalable computing capacity on AWS cloud.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Amazon EC2 Auto Scaling&lt;/strong&gt; helps you maintain availability and dynamically scale your infrastructure by adding and removing EC2 instances.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Amazon Elastic Load Balancing (EBL)&lt;/strong&gt; helps in automatically distributing the load from incoming traffics to multiple EC2 instances, not allowing one EC2 instance to do the job, EBL works both at the frontend and the backend, EBL runs on the regional level.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who is using cloud computing?
&lt;/h2&gt;

&lt;p&gt;Organizations of every type, size, and industry are using the cloud for a wide variety of use cases, such as data backup, disaster recovery, email, virtual desktops, software development and testing, big data analytics, and customer-facing web applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where and how to get started learning AWS cloud
&lt;/h2&gt;

&lt;p&gt;The best and most effective way to start learning about AWS cloud, is by using the materials made available by AWS. There are tons of learning materials made available for free at the AWS Website and are completely &lt;strong&gt;FREE&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning resources to get you started
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;AWS Digital Training&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://explore.skillbuilder.aws/learn"&gt;AWS Skills Builder&lt;/a&gt; is a self paced digital training, with more than 500 digital courses developed by AWS experts to help you improve on your career and achieve your goals and is available any time. All you have to do is create an account, pick your area of interest and get started.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.awseducate.com/registration#INFO-Student"&gt;AWS Educate&lt;/a&gt; is a global program that provides students with resources for building their skills in the cloud, the program is completely free with access to content, training path and a job board with employment opportunities.&lt;br&gt;
To get started with the Educate program all you need to do is register for an account and get approved by AWS.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://aws.amazon.com/training/restart/?nc2=sb_ep_res"&gt;AWS re/start&lt;/a&gt; is a full time class-room based training program that prepares individuals with career in the cloud and connection to a potential employer.&lt;/p&gt;

&lt;p&gt;AWS re/Start curriculum teaches AWS Cloud fundamentals to help learners succeed in entry-level cloud positions. Through scenario-based exercises, hands-on labs, and coursework, learners build Linux, Python, networking, security, and relational database skills.&lt;/p&gt;

&lt;p&gt;Learners receive job-specific training on building effective front-line support, troubleshooting, escalation, and task automation techniques. AWS re/Start also provides learners with professional skills including effective communication, collaboration, resume writing, and interview coaching to prepare them for employer meetings and interviews.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://aws.amazon.com/machine-learning/scholarship/?sc_icampaign=aws-ai-ml-scholarship-program&amp;amp;sc_ichannel=ha&amp;amp;sc_icontent=awssm-9599_launch_reinvent21&amp;amp;sc_iplace=ribbon&amp;amp;trk=ha_awssm-9599_launch_reinvent21"&gt;AI and ML scholarship program&lt;/a&gt; for the individuals interested in Artificial Intelligence and Machine Learning can join the Scholarship program which is in collaboration with Intel and Udacity, it aims to help underrepresented and underserved high school and college students learn foundational ML concepts to prepare them for careers in AI and ML.&lt;/p&gt;

&lt;h2&gt;
  
  
  Best Practices
&lt;/h2&gt;

&lt;p&gt;The best way to solidify the things you are learning from the above resources is by practicing hands-on labs, This way you will be putting your knowledge in good practice.&lt;/p&gt;

&lt;p&gt;To practice the hands-on labs you will need to create an amazon free tier account which will give you access to AWS services for twelve months for free.&lt;br&gt;
note Not all services are available with the free tier account.&lt;/p&gt;

&lt;p&gt;I hope this blog has been of help to you. I f your enjoyed this blog give it a like.You can reach me on&lt;br&gt;
&lt;a href="https://www.linkedin.com/public-profile/settings?trk=d_flagship3_profile_self_view_public_profile&amp;amp;lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_self_edit_contact_info%3BGMCCAksLQ6KjVPSUD8llEw%3D%3D"&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;

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