<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Alperen Sah Abursum</title>
    <description>The latest articles on Forem by Alperen Sah Abursum (@alperensah).</description>
    <link>https://forem.com/alperensah</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%2F977486%2Ff3b4c792-a490-4dbe-b7b2-3174feed7e5f.jpeg</url>
      <title>Forem: Alperen Sah Abursum</title>
      <link>https://forem.com/alperensah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/alperensah"/>
    <language>en</language>
    <item>
      <title>What is AWS S3 and How Does It Work?</title>
      <dc:creator>Alperen Sah Abursum</dc:creator>
      <pubDate>Fri, 26 May 2023 14:28:45 +0000</pubDate>
      <link>https://forem.com/alperensah/what-is-aws-s3-and-how-does-it-work-54n3</link>
      <guid>https://forem.com/alperensah/what-is-aws-s3-and-how-does-it-work-54n3</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;AWS (Amazon Web Services) provides businesses with a powerful and scalable infrastructure through various cloud-based services. One of these services is Amazon S3 (Simple Storage Service), a storage service that offers reliable, scalable, and high-performance data storage. In this article, we will delve deep into what AWS S3 is, how it works, and the advantages it offers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bt3LSYAL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zifoi81wmj4otns9fddh.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bt3LSYAL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zifoi81wmj4otns9fddh.jpg" alt="S3 AWS" width="531" height="366"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;What is AWS S3?&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Amazon S3 is a cloud-based storage service used for data storage. S3 allows customers to store, backup, and retrieve data easily and cost-effectively. Data is stored on secure servers provided by AWS, without the need for a dedicated database or server. AWS S3 can be seamlessly integrated into applications, simplifying data management.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;2.&lt;strong&gt;Advantages of AWS S3&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;High Durability: AWS S3 provides a system where data is backed up in multiple locations, ensuring uninterrupted access even in the event of a single point of failure.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Scalability: AWS S3 allows you to quickly expand storage capacity based on your needs. Capacity expansion or reduction can be easily performed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;High Performance: AWS S3 has the capability to store and retrieve large amounts of data quickly. Data can be accessed instantly without any delays.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Security: AWS S3 offers various security measures to keep your data secure. Data is encrypted by default and provides protection against unauthorized access.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cost-effectiveness: AWS S3 allows you to pay only for the storage space you actually use, helping you avoid unnecessary costs.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;3.&lt;strong&gt;Use Cases for AWS S3&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Data Backup and Archiving: AWS S3 is an ideal choice for backing up important data and long-term storage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Website Hosting: S3 can be used to host static websites, providing a simple and cost-effective solution.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Big Data Storage and Analysis: AWS S3 is well-suited for storing and analyzing large volumes of data, making it a popular choice for data lakes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Media Distribution: S3 allows storage of media files, enabling fast and seamless content delivery to end-users.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Let's create a bucket&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you have an existing amazon web service account, you can go to it by clicking the relevant link &lt;a href="https://s3.console.aws.amazon.com/s3/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you do not have an Amazon Web Service account, we can register by clicking the relevant link &lt;a href="https://aws.amazon.com/"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When we arrive on the Amazon S3 page, a welcome screen will welcome us. There is some information about S3 here, you can take a look if you want.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--z3I3BjeP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/35hnsy7vs1bkmp6rcq2p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--z3I3BjeP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/35hnsy7vs1bkmp6rcq2p.png" alt="Amazon S3 homepage" width="800" height="544"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We create s3 buckets for ourselves by clicking the create bucket button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1-5gqER5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dq0o1onpjesh2r7u0977.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1-5gqER5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dq0o1onpjesh2r7u0977.png" alt="Create bucket" width="800" height="768"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;First, we set the Bucket name.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;We set AWS Region for S3.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;What is Object Ownership&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Amazon S3 buckets have the ability to be set up so that no matter which Amazon AWS account is used to upload objects to it, the bucket can enforce that ACLs are disabled and the uploaded objects are always owned by the AWS account that owns the bucket.&lt;/p&gt;

&lt;p&gt;ACLs Disabled (Recommended) - ACLs Enabled:&lt;br&gt;
In AWS S3, there are two different methods to control access to objects: Access Control Lists (ACLs) and Identity and Access Management (IAM) policies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ACLs Disabled (Recommended):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In this mode, ACLs are disabled for S3 objects, and access control is managed through IAM policies.&lt;/li&gt;
&lt;li&gt;IAM policies are used to assign access permissions to specific IAM users or IAM groups.&lt;/li&gt;
&lt;li&gt;This mode is preferred to centrally manage access controls and provides better security and manageability.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;ACLs Enabled:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In this mode, ACLs are enabled for S3 objects, and access control is managed using both ACLs and IAM policies.&lt;/li&gt;
&lt;li&gt;ACLs are used to apply specific access permissions to individual users or user groups.&lt;/li&gt;
&lt;li&gt;This mode can be used to provide more flexibility in access control alongside IAM policies. However, managing ACLs can become more complex and require additional attention for security and auditability.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Block Public Access Settings increase data security by preventing S3 buckets from accidentally becoming public. These settings are an important security measure to prevent users from unintentionally making data public.&lt;/p&gt;

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

&lt;p&gt;When bucket versioning is enabled, different versions are saved for each object. Every change made to an object is saved as a new version and previous versions are also kept. In this way, each change stage of the objects can be tracked and undone.&lt;/p&gt;

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

&lt;p&gt;When Default Encryption is enabled, every new object uploaded to the S3 bucket is automatically encrypted. Encryption is used to ensure the confidentiality and security of data. The encryption process is performed on the server side where the data is stored, and the data is encrypted and stored.&lt;/p&gt;

&lt;p&gt;We have completed our Bucket creation Let's create a Bucket by clicking the Create bucket button.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Properties: Bucket version, Bucket overview, we can edit the encryption properties here.&lt;/li&gt;
&lt;li&gt;Permissions: Required settings for Block public access, Bucket policy, Object Ownership, Access control list &lt;/li&gt;
&lt;li&gt;Metrics: Bucket metrics, Explore metrics for usage, request, and data transfer activity within your bucket.&lt;/li&gt;
&lt;li&gt;Management: Lifecycle rules, Replication rules, Inventory configurations&lt;/li&gt;
&lt;li&gt;Access Points: An Access Point alias provides the same functionality as an Access Point ARN and can be substituted for use anywhere an S3 bucket name is normally used for data access.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In general, we have mastered the interface, let's do a file upload process to try.&lt;/p&gt;

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

&lt;p&gt;⛔ Small Note: Add the files and folders you want to upload to S3. To upload a file larger than 160GB, use the AWS CLI, AWS SDK or Amazon S3 REST API.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JUePTsDZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8kdsq03hnrzd96gm04so.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JUePTsDZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8kdsq03hnrzd96gm04so.png" alt="Files and folders" width="800" height="419"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Our space for uploading Folders and Files&lt;/p&gt;

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

&lt;p&gt;Amazon S3 offers a range of storage classes designed for different use cases.&lt;/p&gt;

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

&lt;p&gt;We have successfully uploaded our file, let's check it out&lt;/p&gt;

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

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

&lt;p&gt;We learned about S3 in general and learned how to store it.&lt;br&gt;
If you are a web developer, you can host the backup of your site on s3 with the s3 script I shared on github. &lt;a href="https://github.com/alperen-cpu/PHP-S3-Backup"&gt;Link&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>s3</category>
      <category>devops</category>
      <category>cloud</category>
    </item>
    <item>
      <title>What is AWS Lightsail and How to Use It</title>
      <dc:creator>Alperen Sah Abursum</dc:creator>
      <pubDate>Sat, 13 May 2023 21:26:10 +0000</pubDate>
      <link>https://forem.com/alperensah/what-is-aws-lightsail-and-how-to-use-it-4o4p</link>
      <guid>https://forem.com/alperensah/what-is-aws-lightsail-and-how-to-use-it-4o4p</guid>
      <description>&lt;p&gt;AWS Lightsail is a service provided by Amazon Web Services that allows for the quick and easy deployment of cloud-based applications. It provides a cost-effective and straightforward solution for beginners, and enables the rapid creation of high-performance, secure, and scalable applications.&lt;/p&gt;

&lt;p&gt;With AWS Lightsail, users can choose from a variety of pre-configured virtual private servers (VPS) options. These pre-configured VPSs have been created as a scaling group that includes the necessary resources such as RAM, CPU, disk space, bandwidth, etc. This allows users to select the most appropriate resources for their application needs and quickly deploy them.&lt;/p&gt;

&lt;p&gt;Using the AWS Lightsail service, users can also take advantage of ready-made templates for web applications, WordPress blogs, online stores, e-commerce sites, mobile application servers, and many other types of applications. These templates provide users with guides for application configuration and deployment.&lt;/p&gt;

&lt;p&gt;AWS Lightsail also helps developers and IT professionals become more familiar with AWS and learn how to create cloud-based applications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Requirements&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To use AWS Lightsail, simply create an account on &lt;a href="//aws.amazon.com"&gt;here&lt;/a&gt; the AWS Lightsail website and select your preferred VPS template. Then, pay for the service based on the features of your chosen VPS and start using it.&lt;br&gt;
(First 3 months free!)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Install Nginx App&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sign in to your AWS account then go to the &lt;a href="https://lightsail.aws.amazon.com/"&gt;Lightsail homepage&lt;/a&gt;. Page like this:&lt;/p&gt;

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

&lt;p&gt;We create an instance by going to the Create an instance section.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--py--qXUy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/93cyipz6ag48dq4y46e3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--py--qXUy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/93cyipz6ag48dq4y46e3.png" alt="Create an instance" width="800" height="407"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For example, let's decide Instance location, Select a platform and what will run last. Select a blueprint&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I recommend selecting a location closer to your customers.&lt;/li&gt;
&lt;li&gt;Choose the Linux/Unix platform.&lt;/li&gt;
&lt;li&gt;Select the Apps + OS from the blueprint.&lt;/li&gt;
&lt;li&gt;Now choose Nginx from the app list.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After making our selections, we will choose Choose your instance plan. You can choose a plan based on your client size.&lt;/p&gt;

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

&lt;p&gt;Our plan selection is over, and finally, we click on the Create instance button and finish our operations. 🎉&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Static IP transactions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AWS Lightsail Instance comes with dynamic IP. Each time the instance restarts, we will have a new IP address. Come on, let's.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XW-Sm7-8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qmnau8sh4gqcz1slm8h3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XW-Sm7-8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qmnau8sh4gqcz1slm8h3.png" alt="Public IP" width="800" height="217"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Our current IP address. Let's reboot and see what happens.&lt;/p&gt;

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

&lt;p&gt;If we don't want a new IP address every time it starts, how to get a Static IP, let's look together&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Click on the Network tab.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the Attach static IP button.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_8FpRdzd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dt0m6c14jem5os6r7tlo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_8FpRdzd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dt0m6c14jem5os6r7tlo.png" alt="Static IP 2" width="528" height="336"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SSH connection&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In general, we are done, let's see how we can connect with SSH.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5ZdmRA0B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ql8hmyx7s9i6tmctqgr5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5ZdmRA0B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ql8hmyx7s9i6tmctqgr5.png" alt="Instance SSH" width="664" height="557"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We can establish an SSH connection by pressing Connect using SSH via the browser.&lt;/p&gt;

&lt;p&gt;In order to connect with Putty and similar SSH tools, we will download the SSH key on the page.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2nabu2Cj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8hw3w3biyx2ex1722lo3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2nabu2Cj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8hw3w3biyx2ex1722lo3.png" alt="SSH Key" width="674" height="570"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We download our SSH key file to our device.&lt;/p&gt;

&lt;p&gt;If you want to connect with Putty, you can follow the related article.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-putty-to-connect-using-ssh"&gt;https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-putty-to-connect-using-ssh&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Our SSH operations are finished, we can check the interface by going to your Static IP address. &lt;a href="http://ip-address/"&gt;http://ip-address/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Add Domain&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If we want to connect with a domain, not with your IP address, we click on the Domains settings.&lt;/p&gt;

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

&lt;p&gt;If you don't have a domain, you can buy it or request a DNS record for the existing domain name.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Create NS records for your existing domain.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Get a new domain name&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I'm going with option 1.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Use a domain that is registered with Amazon Route 53&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use a domain from another registrar&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;You can manage the domain name over AWS by routing NS from the company you purchased your domain name from.&lt;/p&gt;

&lt;p&gt;❓ Forwarding may take some time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Road End&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many more operations can be provided on Amazon Lightsail. Our topic for now is here. You can contact me for more.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>lightsail</category>
      <category>devops</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
