<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cloud archivos - Geko Cloud</title>
	<atom:link href="https://geko.cloud/en/blog/cloud/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Servicios de consultoría cloud y devops</description>
	<lastBuildDate>Wed, 19 Oct 2022 09:55:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.7</generator>

<image>
	<url>https://geko.cloud/wp-content/uploads/2021/08/cropped-geko-fav-150x150.png</url>
	<title>Cloud archivos - Geko Cloud</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is replica lag?</title>
		<link>https://geko.cloud/en/what-is-replica-lag/</link>
					<comments>https://geko.cloud/en/what-is-replica-lag/#respond</comments>
		
		<dc:creator><![CDATA[Xènia Adan]]></dc:creator>
		<pubDate>Wed, 19 Oct 2022 09:46:27 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://geko.cloud/?p=9174</guid>

					<description><![CDATA[<p>What is replica lag? To understand what replica lag is, we first have to put a bit of context. Replication lag occurs in a special type of database instance that we call read replicas. These are created from a source DB instance that acts as the primary database. Updates (inserts of new data) made to [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/what-is-replica-lag/">What is replica lag?</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2><strong>What is replica lag?</strong></h2>
<p>To understand what <strong>replica lag</strong> is, we first have to put a bit of context. Replication lag occurs in a special type of database instance that we call read replicas. These are created from a source DB instance that acts as the primary database. Updates (inserts of new data) made to the primary database are copied asynchronously to the read replica. Having these types of replicas allows you to reduce the load on the primary DB instance by routing read-type queries to those instances. Replication between these instances occurs through a secure communication channel and asynchronously.</p>
<p>So what is replica lag and how does it affect our instances? Replication lag is the delay that occurs in asynchronous replication between the primary and read databases. To identify the status of the replication, you will need to look at the binlog dump, io_thread, and sql_thread threads. Commands such as show master status, show slave status executed on the respective instances and continuous monitoring help us identify if there is any delay that could affect performance causing data inconsistency.</p>
<p>We cannot eliminate replica lag but we must reduce it as much as possible. Determine if there are configuration differences between the primary and replica instance, too much write workload on the primary instance, too long transactions, incorrect parameter settings, review version changelogs&#8230; these are what we usually do at Geko Cloud to decide if any type of update or other type of action should be carried out.</p>
<h2><strong>Lag replication example</strong></h2>
<p>This is what recently happened to a client who, after updating the version of the main database and its respective mariadb replicas to v.10.4.24, began to notice a deterioration in the replica lag as we can see in the graph.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-9177 size-large" src="https://geko.cloud/wp-content/uploads/2022/10/mariadb-10.4-1-1024x439.jpg" alt="" width="800" height="343" srcset="https://geko.cloud/wp-content/uploads/2022/10/mariadb-10.4-1-1024x439.jpg 1024w, https://geko.cloud/wp-content/uploads/2022/10/mariadb-10.4-1-300x129.jpg 300w, https://geko.cloud/wp-content/uploads/2022/10/mariadb-10.4-1-768x329.jpg 768w, https://geko.cloud/wp-content/uploads/2022/10/mariadb-10.4-1.jpg 1396w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>Our team was investigating the problem and after reviewing the Changelogs from version 10.5.0 to 10.5.17, among other things, we were able to notice that this latest version solved the replication lag problems caused by the previous version. Also, we found that the best thing to do in this case was to upgrade the replicas to version 10.15.17 and leave the primary database at version 10.4.24. To do this, we created two more reading replicas, which we updated to that version in such a way that we could verify that the replica lag was effectively reduced again, as can be seen in the graph.</p>
<p>These graphs were taken from the two read replicas with versions 10.4.24 and 10.5.17 of mariadb in the same time slot to verify that the replica lag had actually decreased.</p>
<p><img decoding="async" class="alignnone wp-image-9180 size-large" src="https://geko.cloud/wp-content/uploads/2022/10/mriadb-10.5.17-1-1024x443.jpg" alt="" width="800" height="346" srcset="https://geko.cloud/wp-content/uploads/2022/10/mriadb-10.5.17-1-1024x443.jpg 1024w, https://geko.cloud/wp-content/uploads/2022/10/mriadb-10.5.17-1-300x130.jpg 300w, https://geko.cloud/wp-content/uploads/2022/10/mriadb-10.5.17-1-768x332.jpg 768w, https://geko.cloud/wp-content/uploads/2022/10/mriadb-10.5.17-1.jpg 1358w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>&nbsp;</p>
<p>We hope this can give you an idea of how the Geko Cloud team can help you if you need to deploy your services in a Cloud environment. Just <a href="https://geko.cloud/es/contacto/" target="_blank" rel="noopener">contact</a> us and we will be happy to help you.</p>
<p>La entrada <a href="https://geko.cloud/en/what-is-replica-lag/">What is replica lag?</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/what-is-replica-lag/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cost Control in Cloud</title>
		<link>https://geko.cloud/en/cost-control-in-cloud/</link>
					<comments>https://geko.cloud/en/cost-control-in-cloud/#respond</comments>
		
		<dc:creator><![CDATA[Guillaume Brue]]></dc:creator>
		<pubDate>Thu, 12 May 2022 08:09:49 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Geko cloud]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[geko cloud]]></category>
		<guid isPermaLink="false">https://geko.cloud/?p=8247</guid>

					<description><![CDATA[<p>AWS, Azure, Gcloud, DigitalOcean&#8230; Cloud is being used every day and offers (almost) unlimited capacity&#8230; as long as we pay the bill&#8230; And some time bill can give us some surprises. Cloud providers make it easy to configure instances, database, store data.. But it can be very costly if you don&#8217;t keep an eye on [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/cost-control-in-cloud/">Cost Control in Cloud</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>AWS, Azure, Gcloud, DigitalOcean&#8230; Cloud is being used every day and offers (almost) unlimited capacity&#8230; as long as we pay the bill&#8230; And some time bill can give us some surprises. Cloud providers make it easy to configure instances, database, store data.. But it can be very costly if you don&#8217;t keep an eye on it.<br />
In this article we&#8217;ll give you some tips and good practices that could be usefull to save money<br />
As a good start here are some general rules you should follow:</p>
<h2>General rules:</h2>
<ul>
<li>Configure a main account dedicated to billing, and then configure subaccounts/projects linking invoice to that account</li>
<li>In each account/project, configure a budget and an alert if consum exceeds a certain amount (to be defined depending on your usual consume) (<a href="https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-create.html" target="_blank" rel="noopener">AWS, </a><a href="https://cloud.google.com/billing/docs/how-to/budgets" target="_blank" rel="noopener">GCP, </a><a href="https://docs.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-create-budgets" target="_blank" rel="noopener">Azure</a>. This way you&#8217;ll be warned during the month&#8230; and not at the end receiving bill.</li>
<li> If your account has several projects/environments, use labels/tags to be able to identify each resource.</li>
<li>Export your billing to a database (<a href="https://docs.aws.amazon.com/cur/latest/userguide/use-athena-cf.html" target="_blank" rel="noopener">Athena /</a> <a href="https://cloud.google.com/billing/docs/how-to/export-data-bigquery-setup" target="_blank" rel="noopener">Bigquery</a> ) This has a cost (not really expensive if you don&#8217;t pass your day querying it) but allows you to have much more details in some cases. For instance in this AWS invoice we can see 595$ of datatransfer out without any details.</li>
</ul>
<p>&nbsp;</p>
<p><img decoding="async" class="size-large wp-image-8241 aligncenter" src="https://geko.cloud/wp-content/uploads/2022/05/01-Bill-1-1024x110.png" alt="" width="800" height="86" srcset="https://geko.cloud/wp-content/uploads/2022/05/01-Bill-1-1024x110.png 1024w, https://geko.cloud/wp-content/uploads/2022/05/01-Bill-1-300x32.png 300w, https://geko.cloud/wp-content/uploads/2022/05/01-Bill-1-768x83.png 768w, https://geko.cloud/wp-content/uploads/2022/05/01-Bill-1.png 1358w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>&nbsp;</p>
<p style="padding-left: 40px;"> If you go on Athena, we can see that this is mainly due to a loadbalancer.</p>
<p><img loading="lazy" decoding="async" class="size-large wp-image-8243 aligncenter" src="https://geko.cloud/wp-content/uploads/2022/05/01-Athena-1-1024x451.png" alt="" width="800" height="352" srcset="https://geko.cloud/wp-content/uploads/2022/05/01-Athena-1-1024x451.png 1024w, https://geko.cloud/wp-content/uploads/2022/05/01-Athena-1-300x132.png 300w, https://geko.cloud/wp-content/uploads/2022/05/01-Athena-1-768x339.png 768w, https://geko.cloud/wp-content/uploads/2022/05/01-Athena-1-1536x677.png 1536w, https://geko.cloud/wp-content/uploads/2022/05/01-Athena-1.png 1792w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>&nbsp;</p>
<p>If we want to save money on that resource, we know where to start.</p>
<p>Finaly review periodically your bills (every 3/6/12 months)</p>
<p>&nbsp;</p>
<h2>Bill review:</h2>
<p>One of best automatic tool you could use is CloudCheckr. After configuring an account in your project it gives you instances that are oversized. Bad thing is that:</p>
<ul>
<li>It&#8217;s done checking CPU but not RAM. One instance with few CPU usage but full of RAM can&#8217;t be resized.</li>
<li>It doesn&#8217;t take into &#8220;auto-scalling&#8221; instances that are up and down automatically</li>
</ul>
<p>So another way is to check bill manually. Go to billing details, and review costs, starting by highest one to lowest. Here are some question you can ask yourself for each service</p>
<p>&nbsp;</p>
<h3>S3:</h3>
<ul>
<li>Is versioning active and needed? Versioning on a backup&#8217;s bucket can be very costly for instance</li>
<li>All files are regularly accessed? If not you can implement lifecycle to save money in buckets with lots of data</li>
<li>Files can be deleted after xx days? If so you can also implement a lifecycle</li>
</ul>
<p>&nbsp;</p>
<h3>Instances:</h3>
<ul>
<li>Check CPU / RAM use in your instances and resize your instances if possible</li>
<li>Is autoscalling correctly configured? You may not need that much instances always up.</li>
<li>Could you stop some instances at night / on week ends?</li>
</ul>
<p>&nbsp;</p>
<h3>Volums:</h3>
<ul>
<li> Check unmounted volums and delete them if they are useless</li>
</ul>
<p>&nbsp;</p>
<h3>Databases:</h3>
<ul>
<li>Check CPU / RAM use and resize them if possible</li>
</ul>
<p>&nbsp;</p>
<h3>Load balancer:</h3>
<ul>
<li>Check if loadbalancers could be group in a single one.</li>
<li>All loadbalancers are usefull? (one loabalancer with a single instance, or returning 200 could be useless)</li>
</ul>
<p>Those are example for some services. Obviously each case is diferent, so if you&#8217;re still lost with all of this, feel free to contact us. We could help you to configure everything.</p>
<p>&nbsp;</p>
<h2>Instance reservation</h2>
<p>Finally, once infrastructure is correctly provisioned (Instances with correct sizing, up/down xx hours per day) we can reserve instances. In other words you commit to keep instances for a certain time, and eventually paying upfront. In exchange you&#8217;ll have some discounts. The longest we commit and the most we pay upfront&#8230; The most will be our discount.<br />
But we&#8217;ll see that in an incoming article.</p>
<p>We hope that this article has been useful to you and we are very attentive that soon we will continue publishing more related content.</p>
<p>&nbsp;</p>
<p>From Geko we can adives you to maximize cost savings in your cloud system.</p>
<p>If you would like to get to know us better, check out <a href="https://geko.cloud/en/cloud-services/cloud-management/" target="_blank" rel="noopener"><strong>our services</strong>.</a> Please do not hesitate to<a href="https://geko.cloud/en/contact/" target="_blank" rel="noopener"><strong> contact us</strong></a> if you require further information</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>La entrada <a href="https://geko.cloud/en/cost-control-in-cloud/">Cost Control in Cloud</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/cost-control-in-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>¿What is AWS?</title>
		<link>https://geko.cloud/en/what-is-aws/</link>
					<comments>https://geko.cloud/en/what-is-aws/#respond</comments>
		
		<dc:creator><![CDATA[Xènia Adan]]></dc:creator>
		<pubDate>Thu, 26 Aug 2021 10:23:19 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Cloud provider]]></category>
		<guid isPermaLink="false">https://geko.cloud/?p=3724</guid>

					<description><![CDATA[<p>The 21st century has been defined as the age of technology, with businesses of all sizes, regions and industries moving to cloud services. Cloud adoption has increased in recent years with the aim of improving efficiency, flexibility and reducing management costs. Today, millions of organisations are leveraging AWS cloud services to build sophisticated applications that [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/what-is-aws/">¿What is AWS?</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-size: 18px;">The 21st century has been defined as the age of technology, with businesses of all sizes, regions and industries moving to cloud services. Cloud adoption has increased in recent years with the aim of improving efficiency, flexibility and reducing management costs.</span></p>
<p>T<span style="font-size: 18px;">oday, millions of organisations are leveraging AWS cloud services to build sophisticated applications that help them increase reliability, flexibility and scalability. This post on &#8220;What is AWS?&#8221; is designed to help you gain an in-depth understanding of this popular cloud platform, its benefits, services and more.</span></p>
<h3><span style="font-size: 25px;"><strong>What is AWS and what is it for?</strong></span></h3>
<p><span style="font-size: 18px;"><strong>Amazon Web Services</strong> (<strong>AWS</strong>) is a cloud services platform that offers a mix of software-as-a-service (SaaS), platform-as-a-service (PaaS) and infrastructure-as-a-service (IaaS) packages from dozens of data centres and multiple availability zones (AZs) in regions around the world. Each AZ contains multiple data centres. Customers can configure virtual machines and replicate their data across multiple AZs to provide a system that is highly resilient to server or data centre failure.</span></p>
<p><span style="font-size: 18px;"><strong>AWS</strong> aims to enable organisations to grow and profit through its wide range of services. With this platform, they can store, access, and manage their business data while protecting it from unauthorized access.</span></p>
<p><iframe loading="lazy" title="What is AWS? | Amazon Web Services" width="800" height="450" src="https://www.youtube.com/embed/a9__D53WsUs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<h3><span style="font-size: 25px;"><strong>What services/products does AWS offer?</strong></span></h3>
<p><span style="font-size: 18px;">Within all the services offered by <strong>AWS</strong>, we find various cloud computing products, databases, blockchain, application integration, internet of things, migration and transfer, networking and content delivery, and many more. Some of the most widely used <strong>Amazon Web Services</strong> technologies are:</span></p>
<p><b>1. Amazon EC2</b><br />
<span style="font-size: 18px;"><strong>Amazon EC2</strong>&#8216;s web interface is used to reduce costly physical servers by creating virtual machines and managing other server features, such as storage, security, ports, etc. With <strong>Amazon EC</strong>2 you can create servers in minutes with your preferred operating system.</span></p>
<p><b>2. Amazon RDS</b><br />
<span style="font-size: 18px;"><strong>Amazon</strong> helps us in every way it can to make our infrastructure less complicated, which is why it provides us with the <strong>RDS</strong> service. By using this <strong>AWS</strong> service, dedicated database instances can be created in a matter of minutes, fully managed by the <strong>AWS</strong> support team and capable of supporting multiple database engines such as MySQL, PostgreSQL, SQL Server, MariaDB, and many more.</span></p>
<p><b>3. Amazon Simple Storage Service (S3)</b><br />
<span style="font-size: 18px;"><strong>Amazon S3</strong> is <strong>AWS</strong>&#8216;s core service for file storage and retrieval via an API (Application Programming Interface).<strong> Amazon S3</strong> offers a file storage service as well as high-quality integrations such as PCI-DSS, HIPAA/HITECH and FedRAMP so that data is not compromised. In addition, the <strong>S3</strong> service offers you different types of storage to optimise the cost.</span></p>
<p><b>4. Amazon CloudFront</b><br />
<span style="font-size: 18px;"><strong>Amazon CloudFront</strong> helps you improve website speed and access to data in the cloud. It also manages all user content efficiently through a global content delivery service.</span></p>
<p><b>5. Amazon VPC</b><br />
<span style="font-size: 18px;">If you are ready to isolate your entire IT infrastructure from exposure, then the only way to do it is with <strong>Amazon VPC</strong>. This service creates a virtual private network that cannot be accessed by anyone or anything except the people and systems you authorise. These networks are logically isolated from other virtual networks in the <strong>AWS</strong> clouds.</span></p>
<p><b>6. Amazon SNS</b><br />
<span style="font-size: 18px;"><strong>SNS</strong> is a <strong>Simple Notification Service</strong> that alerts subscriber services to automatically perform tasks in response to specified triggers. <strong>Amazon SN</strong>S is a notification system that offers integration with any type of application, be it PHP, Python, Node, etc; and notifications can be sent to all types of users whether on the web or mobile.</span></p>
<p><b>7. AWS Lambda</b><br />
<span style="font-size: 18px;">Is your server getting saturated with requests?<strong> AWS Lambda</strong> is designed to scale to handle any traffic load. It is possibly one of the most innovative services on <strong>AWS</strong>, as it allows you to run your code in a serverless way, i.e. without the need to manage servers. In addition, it is compatible with the main programming languages such as Node.js, Python, Java, and more.</span></p>
<p><b>8. AWS Autoscaling</b><br />
<span style="font-size: 18px;">If you are looking to grow or expand your application to millions of users then <strong>AWS Autoscaling</strong> is the solution. This tool allows you to manage a fleet of servers when your application demands it, creating multiple instances when needed. The service is free, only charged for the number of instances used.</span></p>
<p><b>9. AWS Beanstalk</b><br />
<span style="font-size: 18px;"><strong>AWS Beanstalk</strong> was created to help developers manage website infrastructure and save time. This tool automates the installation, configuration and provisioning of other <strong>AWS</strong> services such as <strong>EC2</strong>, <strong>RDS</strong> and <strong>S3</strong>.</span></p>
<p><span style="font-size: 18px;">As you can see,<strong> AWS</strong> has a large number of services related to cloud infrastructure, related to data and the use of this data for any business, of any size and sector. If you want to know more about all the products offered by <strong>AWS</strong>, click on the following link to get all the information: <a href="https://aws.amazon.com/products/?nc1=h_ls" target="_blank" rel="noopener">Cloud Products (amazon.com)</a></span></p>
<h3><span style="font-size: 25px;"><strong>Advantages of using AWS</strong></span></h3>
<p><span style="font-size: 18px;">Many companies, small or large, rely on <strong>AWS</strong> for the wide range of services it offers. Here are some of the most notable advantages that differentiate it from other companies. These are:</span></p>
<p><b>SECURITY</b><br />
<span style="font-size: 18px;">Security is one of the most important issues when working in cloud environments. <strong>AWS</strong> has dozens of data centres around the world that are continuously monitored 24/7 and strictly maintained. In addition, AWS has certifications and accreditations, encryption of data at rest and in transit, hardware security modules and strong physical security.</span></p>
<p><b>PAY PER USE</b><br />
<span style="font-size: 18px;">One of the most important advantages is the <strong>AWS</strong> pay-as-you-go billing model. There is no upfront cost to build a storage system and no need to estimate usage. For organisations that have daily or seasonal peaks, this is a real advantage.</span></p>
<p><b>WIDE RANGE OF SERVICES</b><br />
<span style="font-size: 18px;">Over time, <strong>AWS</strong> has expanded its range of products and services to more than 175 products ranging from basic storage and computing to more specialised services such as robotics. In short, <strong>AWS</strong> offers such a wide variety of services that there is bound to be a product or service that fits your business needs perfectly.</span></p>
<p><b>COST-EFFECTIVE</b><br />
<span style="font-size: 18px;">Whether you are a start-up or a large enterprise organisation, you can benefit from the economic advantages that <strong>AWS</strong> offers, such as not having to pay upfront to use its services or resources.</span></p>
<p><b>GLOBAL LEADER</b><br />
<span style="font-size: 18px;"><strong>Amazon Web Services</strong> has networks in nearly 190 countries around the world and supports more than one million active customers. Its customers include large enterprises and public sector organisations. As businesses continue to migrate to the cloud, the choices of cloud-based services continue to multiply. However, only a handful of options manage to meet the different business needs that exist, such as <strong>Amazon Web Services</strong> (<strong>AWS</strong>).</span></p>
<h3><strong>How does AWS work?</strong></h3>
<p><span style="font-size: How does AWS work?18px;">First of all, you need to register with <strong>AWS</strong>. When you go to create your account, you will be asked for your credit card details. Once your account is created, you can start exploring the AWS management console and view its services. You can also watch 10-minute tutorials on <strong>Amazon</strong> to learn how each of their products works.</span></p>
<h3><span style="font-size: 25px;"><strong>AWS and Geko Cloud</strong></span></h3>
<p><span style="font-size: 18px;">At Geko Cloud we are cloud experts and we work with <a href="https://geko.cloud/en/devops/" target="_blank" rel="noopener">DevOps methodology</a>, accompanying our customers throughout the process from <a href="https://geko.cloud/en/cloud-services/migration/">cloud migration</a> to <a href="https://geko.cloud/en/cloud-services/cloud-management/" target="_blank" rel="noopener">cloud management</a>. <a href="https://geko.cloud/en/contact/" target="_blank" rel="noopener">Contact us with no commitment</a>! <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f60a.png" alt="😊" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<p>La entrada <a href="https://geko.cloud/en/what-is-aws/">¿What is AWS?</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/what-is-aws/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the cloud?</title>
		<link>https://geko.cloud/en/what-is-the-cloud/</link>
					<comments>https://geko.cloud/en/what-is-the-cloud/#respond</comments>
		
		<dc:creator><![CDATA[Xènia Adan]]></dc:creator>
		<pubDate>Fri, 23 Jul 2021 13:33:40 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud migration]]></category>
		<category><![CDATA[Cloud provider]]></category>
		<category><![CDATA[Hybrid cloud]]></category>
		<guid isPermaLink="false">https://geko2.factoryfy.com/what-is-the-cloud/</guid>

					<description><![CDATA[<p>What is the cloud? The term &#8220;cloud&#8221; when talking about technology or computing is not new. You are probably familiar with this word and relate it to servers, the internet, etc.  The term refers to the fact that the server used is not visible or physically accessible to the user. In simple terms, cloud computing [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/what-is-the-cloud/">What is the cloud?</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-size: 18px;">What is the <b>cloud</b>? The term &#8220;cloud&#8221; when talking about technology or computing is not new. You are probably familiar with this word and relate it to servers, the internet, etc.  The term refers to the fact that the server used is not visible or physically accessible to the user.</span></p>
<p><span style="font-size: 18px;">In simple terms, <b>cloud computing</b> means storing and accessing data and programs over the Internet instead of your computer&#8217;s hard drive.</span></p>
<h2><strong><span style="font-size: 25px;">Concept </span></strong></h2>
<p><span style="font-size: 18px;"><b>Cloud computing</b>, popularly called <b>«cloud»</b>, is the provision of different services over the Internet, which are on physical or virtual servers, and which are maintained and controlled by a <b>cloud provider</b>. These resources include tools and applications such as data storage, servers, databases, networks, and software.  </span></p>
<p><span style="font-size: 18px;">Within the <b>cloud,</b> there are services that we can make use of, as we will see below (SaaS, PaaS, and IaaS), but before we move on to the next point we leave you with an explanatory video on &#8220;<a href="https://www.youtube.com/watch?v=M988_fsOSWo">What is Cloud Computing?</a>&#8221; explained by Simplilearn.</span></p>
<p><iframe loading="lazy" title="Cloud Computing In 6 Minutes | What Is Cloud Computing? | Cloud Computing Explained | Simplilearn" width="800" height="450" src="https://www.youtube.com/embed/M988_fsOSWo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<h2><strong><span style="font-size: 25px;">Cloud variants: IaaS, PaaS, SaaS</span></strong></h2>
<p><span style="font-size: 18px;">If you are considering <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a>, you should be aware of the three main service models in <b>cloud computing</b> and have a good understanding of their characteristics in order to choose the one that best suits your company&#8217;s needs.  </span></p>
<p><span style="font-size: 18px;"><b><u>SaaS (Software as a Service)</u></b></span></p>
<p><span style="font-size: 18px;">This service model is the most widespread <b>cloud</b> variant, a distribution model that delivers software applications over the Internet. At this level, you don&#8217;t need to know anything about technology, unlike PaaS or IaaS platforms. Users can access SaaS applications and services from anywhere and on any device, as long as we have internet. One of the best-known examples of the SaaS model is the Microsoft Office 365 application.</span></p>
<p><span style="font-size: 18px;"><b><u>PaaS (Platform as a service)</u></b></span></p>
<p><span style="font-size: 18px;"><b>Cloud platform</b> services, also known as Platform as a Service (PaaS), are based on IaaS environments.  Users access these tools via the Internet through APIs, web portals or gateway software. PaaS provides a framework for developers to build on and use to create customized applications. Common PaaS providers include AWS Elastic Beanstalk or Google App Engine.  </span></p>
<p><span style="font-size: 18px;"><b><u>IaaS (Infraestructura como servicio)</u></b></span></p>
<p><span style="font-size: 18px;">IaaS providers, such as <b>AWS</b>, consist of highly scalable and automated computing resources, i.e. they provide a virtual server instance and storage, as well as APIs that allow users to migrate workloads to a virtual machine (VM) and allow customization of instances, for various workload needs.</span></p>
<p><span style="font-size: 18px;">In short, the benefits of the <b>cloud</b> are that there is no need to invest in hardware, is scalable and the services can be tailored to the needs of your business.</span></p>
<p><span style="font-size: 18px;"><b><strong><span style="font-size: 25px;">Types of cloud</span></strong></b></span></p>
<p><span style="font-size: 18px;"><b><u>Public Cloud</u></b></span></p>
<p><span style="font-size: 18px;"><b>Public</b> platforms are third-party providers that offer computing resources over the Internet. Users do not have to do anything or buy anything, because the entire infrastructure is owned by the company or provider, which takes care of support and upgrades. In addition, services are paid for on a subscription basis, which reduces the need to invest large amounts of capital and frees up your internal IT resources.  </span></p>
<p><span style="font-size: 18px;"><b><u>Private cloud</u></b></span></p>
<p><span style="font-size: 18px;">A private platform is unique to a single organization. Broadly speaking, it is a <b>cloud</b> service designed only for the end-user, usually located in an on-site data center or hosted by an external service provider. The <b>private cloud</b> can be associated with Google Drive, Dropbox, or iCloud.</span></p>
<p><span style="font-size: 18px;"><b><u>Hybrid cloud</u></b></span></p>
<p><span style="font-size: 18px;">It is the combination of <b>private cloud</b> structures with <b>public cloud</b> integration, providing greater flexibility by moving workloads between different <b>cloud</b> solutions as needs and costs fluctuate, as well as helping to optimise infrastructure, security and compliance. Learn more about the <a href="https://geko.cloud/en/4-advantages-of-migrating-to-the-hybrid-cloud/">benefits of migrating to hybrid cloud</a>.</span></p>
<h2><strong><span style="font-size: 25px;">Advantages of migrating to the cloud</span></strong></h2>
<p><span style="font-size: 18px;">If you are considering <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a>, but before you make the switch, it is important to ask yourself the question: &#8220;Am I ready? Here we explain the main advantages of taking this step:  </span></p>
<ul>
<li style="list-style-type: none;">
<ul>
<li><span style="font-size: 18px;"><b>Pay-per-use:</b> You only pay for the resources and workloads you use.</span></li>
<li><span style="font-size: 18px;"><b><i>Disaster recovery</i></b>: An important advantage of the <b>cloud</b> is data backup, i.e. the cloud can help you protect your files. In case of emergency, such as natural disasters or power outages, data can be recovered quickly.</span></li>
<li><span style="font-size: 18px;"><b>Lower cost</b>:  Using <b>cloud</b> infrastructure can reduce costs, as you don&#8217;t have to invest large amounts of money in buying and maintaining equipment: hardware, facilities, utilities or building large data centres.</span></li>
<li><span style="font-size: 18px;"><b>Scalability</b>: A <b>cloud environment</b> offers companies scalability and flexibility since it does not require such high performance in terms of data processing and storage. In this way, companies can add or subtract resources according to their needs. As businesses grow, your system will grow with them. </span></li>
<li><span style="font-size: 18px;"><b>Elasticity</b>: is one of the key defining characteristics of <b>cloud computing</b>. Enterprises can scale up the capacity they have in the cloud and the resources available as computing needs increase, and scale down again when demand decreases.</span></li>
<li><span style="font-size: 18px;"><b>Availability 24/7</b>: A cloud infrastructure maximises business productivity and efficiency by ensuring that your application is always accessible, enabling easy collaboration and sharing between users in multiple locations.</span></li>
<li><span style="font-size: 18px;"><b><i>Multi-tenancy</i></b>: allows many users to share the same physical infrastructures or the same applications, while maintaining privacy and security over their own data in a flexible manner. This enables cost reduction through economies of scale.</span></li>
</ul>
</li>
</ul>
<p><span style="font-size: 18px;">If you finally want to make the jump to the cloud, in our post <a href="https://geko.cloud/en/steps-before-migrate-to-the-cloud/">&#8220;Steps to take before migrating to the cloud&#8221;</a> we explain some of the things to think about before migrating to the cloud.</span></p>
<h2><strong><span style="font-size: 25px;">Choosing a cloud provider</span></strong></h2>
<p><span style="font-size: 18px;">Today, there is a wide variety of <b>cloud providers</b> offering cloud services. When considering a cloud service provider, you must take into account certain considerations, in the following link we explain some keys to choose the best<a href="https://geko.cloud/en/5-keys-to-choosing-the-best-cloud-provider/"> cloud provider</a>. Below are some of the most important and well-known cloud providers:</span></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-5450 " src="https://geko.cloud/wp-content/uploads/2021/07/proveedores-cloud-1024x202.png" alt="proveedores cloud" width="896" height="177" srcset="https://geko.cloud/wp-content/uploads/2021/07/proveedores-cloud-1024x202.png 1024w, https://geko.cloud/wp-content/uploads/2021/07/proveedores-cloud-300x59.png 300w, https://geko.cloud/wp-content/uploads/2021/07/proveedores-cloud-768x152.png 768w, https://geko.cloud/wp-content/uploads/2021/07/proveedores-cloud-1536x304.png 1536w, https://geko.cloud/wp-content/uploads/2021/07/proveedores-cloud-2048x405.png 2048w" sizes="(max-width: 896px) 100vw, 896px" /></p>
<h2><strong><span style="font-size: 25px;">Why choose Geko Cloud?</span></strong></h2>
<p><span style="font-size: 18px;">As you can see, <b>cloud computing</b> is very complex, so to make the most of the advantages offered by the <b>cloud</b> it is important to have a team of experts in <b>cloud</b> infrastructure and development. The Geko team has experience in different areas, working with <a href="https://geko.cloud/en/what-is-devops/"><b>DevOps</b></a> methodology and guaranteeing our clients 100% adaptation to their infrastructures and technologies when <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a>.</span></p>
<p><span style="font-size: 18px;">In this post you can read about the<a href="https://geko.cloud/en/why-outsource-devops/"> advantages of outsourcing DevOps</a>, as well as having a team to manage your <a href="https://geko.cloud/en/cloud-services/migration/">migration to the cloud</a>.</span></p>
<p>La entrada <a href="https://geko.cloud/en/what-is-the-cloud/">What is the cloud?</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/what-is-the-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Stages in the cloud migration process</title>
		<link>https://geko.cloud/en/stages-in-the-cloud-migration-process/</link>
					<comments>https://geko.cloud/en/stages-in-the-cloud-migration-process/#respond</comments>
		
		<dc:creator><![CDATA[Xènia Adan]]></dc:creator>
		<pubDate>Wed, 02 Jun 2021 08:08:29 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud migration]]></category>
		<guid isPermaLink="false">https://geko2.factoryfy.com/stages-in-the-cloud-migration-process/</guid>

					<description><![CDATA[<p>The adoption of cloud infrastructures in enterprises is a growing trend. Migrating the entire organizational structure to a cloud-based platform has never been easier. A well-designed and robust cloud platform can easily transform the way you do business. The cloud allows data to be stored and managed without the need to manage or maintain physical [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/stages-in-the-cloud-migration-process/">Stages in the cloud migration process</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 500;">The adoption of cloud infrastructures in enterprises is a growing trend. Migrating the entire organizational structure to a <b>cloud-based platform</b> has never been easier. A well-designed and robust <b>cloud platform</b> can easily transform the way you do business. The <b>cloud</b> allows data to be stored and managed without the need to manage or maintain physical infrastructure, reducing costs and speeding up implementation.</span></p>
<p>Below we will explain the most common stages that can be found in the development of cloud migration.</p>
<h2><strong><span style="font-size: x-large;">Analysis of technical and business needs</span></strong></h2>
<p><span style="font-weight: 500;">This first phase involves determining the objectives of the migration and deciding on the most appropriate method or strategy to migrate, depending on different factors such as purpose, timelines, and constraints.<br />
Moving data to the <b>cloud</b>, or even changing <b>cloud service providers</b>, carries both risks and benefits, so it is essential that the business is fully committed to the success of the migration process and prepared for the changes that will occur.</span></p>
<h2><strong><span style="font-size: x-large;">Planning and evaluation of resources</span></strong></h2>
<p><span style="font-weight: 500;">In this stage, a complete analysis of your IT environment will be performed, i.e. your current infrastructure and the applications you use will be evaluated to determine the most appropriate migration strategy to avoid anything going wrong during or after the migration. </span></p>
<p>In addition, it should be taken into account that there is the option to choose between three different types of <b>cloud platforms</b>: private, public, and hybrid. There is also the option to assess the computing resources needed through three cloud computing models: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).</p>
<p>In this step, it will be important to decide, taking into account the pros and cons, whether to carry out the migration while keeping the infrastructure as close as possible to the original one (lift and shift) or to take advantage of the process to refactor the applications, so as to take more and better advantage of the benefits that the <a href="https://geko.cloud/en/5-keys-to-choosing-the-best-cloud-provider/"><b>cloud provider</b></a> can offer. This decision will have a significant impact on timelines and complexity, among other factors.</p>
<h2><strong><span style="font-size: x-large;">Design and construction</span></strong></h2>
<p><span style="font-weight: 500;">This phase is usually the most time-consuming. Before migrating an application to the <b>cloud</b>, we must first design a migration plan that defines the sequence of migration activities and the resources that will be used to subsequently carry out the migration and validation process of these applications.</span></p>
<p>It should be highlighted that it may be necessary to work on the management of application resources in order to reduce their consumption and, in this way, optimize costs.</p>
<h2><strong><span style="font-size: x-large;">Testing</span></strong></h2>
<p><span style="font-weight: 500;">This is the most important phase of migration. Despite preparing an elaborate <b>cloud migration</b> plan, problems and risks cannot be completely eliminated, so it is extremely important to test and ensure that applications are running smoothly in the <b>cloud environment</b>. </span></p>
<p>Pilot testing helps to check whether services and applications are working, and thus whether they can be <b>migrated to the cloud</b> without problems. At the same time, the test results also help to identify migration issues and risks, thoroughly verifying the entire process to be carried out.</p>
<h2><strong><span style="font-size: x-large;">Migration</span></strong></h2>
<p><span style="font-weight: 500;">If the pilot tests are successful, data and application migration can take place. The final phase of <a href="https://geko.cloud/en/cloud-services/migration/"><b>migration to the cloud</b></a> involves the use of the necessary tools to speed up and automate the process, e.g. the use of infrastructure as code.  </span></p>
<h2><strong><span style="font-size: x-large;">Monitoring</span></strong></h2>
<p><span style="font-weight: 500;">Once the migration has been successfully completed, it is important to implement infrastructure monitoring to help identify and fix any problems that may arise in the new environment, and to implement an alerting system to report major problems at all times.</span></p>
<p><span style="font-weight: 500;">It is worth remembering that these <a href="https://geko.cloud/en/cloud-services/migration/"><b>cloud migration</b></a> phases may be different depending on the type of <a href="https://geko.cloud/en/cloud-services/migration/"><b>cloud migration</b></a>. Also, the phases differ from one <b>cloud platform</b> to another. It is therefore important to work with a partner who is an expert in <b>cloud infrastructure and development</b> to make the most of the advantages offered by the <b>cloud</b>. Geko&#8217;s team has wide experience in different areas, working with <a href="https://geko.cloud/en/why-outsource-devops/">DevOps</a> methodology and guaranteeing our clients 100% adaptation to their infrastructures and technologies when <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a>.</span></p>
<p>If you are interested in learning more about the types of cloud migration or other information prior to migrating to the cloud, we recommend you read some of our posts:</p>
<ul>
<li style="font-weight: 500;" aria-level="1"><a href="https://geko.cloud/en/cloud-migration-lift-and-shift/"><span style="font-weight: 400;">Cloud migration “lift and shift” | Geko Cloud</span></a></li>
<li style="font-weight: 500;" aria-level="1"><a href="https://geko.cloud/en/steps-before-migrate-to-the-cloud/"><span style="font-weight: 400;">Steps before migrate to the cloud | Geko Cloud</span></a></li>
<li style="font-weight: 500;" aria-level="1"><a href="https://geko.cloud/en/4-advantages-of-migrating-to-the-hybrid-cloud/"><span style="font-weight: 400;">4 Advantages of migrating to the hybrid cloud | Geko Cloud</span></a></li>
</ul>
<p>La entrada <a href="https://geko.cloud/en/stages-in-the-cloud-migration-process/">Stages in the cloud migration process</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/stages-in-the-cloud-migration-process/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>4 Advantages of migrating to the hybrid cloud</title>
		<link>https://geko.cloud/en/4-advantages-of-migrating-to-the-hybrid-cloud/</link>
					<comments>https://geko.cloud/en/4-advantages-of-migrating-to-the-hybrid-cloud/#respond</comments>
		
		<dc:creator><![CDATA[Xènia Adan]]></dc:creator>
		<pubDate>Tue, 25 May 2021 07:10:07 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud migration]]></category>
		<category><![CDATA[Hybrid cloud]]></category>
		<guid isPermaLink="false">https://geko2.factoryfy.com/4-advantages-of-migrating-to-the-hybrid-cloud/</guid>

					<description><![CDATA[<p>We all know the benefits of migrating to a cloud environment: increased efficiency and productivity, reduced costs, flexibility, future-proofing, and the list goes on, which is why many businesses are considering this type of migration. But what exactly is hybrid cloud, and which is it right for your business? Below, we&#8217;ll explain what hybrid cloud means, [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/4-advantages-of-migrating-to-the-hybrid-cloud/">4 Advantages of migrating to the hybrid cloud</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">We all know the benefits of migrating to a <b>cloud environment</b>: increased efficiency and productivity, reduced costs, flexibility, future-proofing, and the list goes on, which is why many businesses are considering this type of migration. But what exactly is <b>hybrid cloud</b>, and which is it right for your business? Below, we&#8217;ll explain what <b>hybrid cloud</b> means, and highlight the main advantages of switching to this type of model. <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<p><strong>What is a hybrid cloud?</strong></p>
<p><span style="font-weight: 400;">The foundation of a <b>hybrid cloud</b> model is the combination of <b>private cloud</b> (usually an on-premise data center) and <b>public cloud</b> infrastructures (AWS, GCP, Azure&#8230;), providing enterprises with greater flexibility by moving workloads between different <b>cloud solutions</b> as needs and costs fluctuate.</span></p>
<p><strong>Advantages</strong></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><b><u>Costs</u></b><span style="font-weight: 400;">: Cost is a key factor for many organizations considering a <a href="https://geko.cloud/en/cloud-services/cloud-management/"><b>migration to the cloud</b></a>. <b>Hybrid cloud computing</b> models are affordable because they can take advantage of the existing infrastructure and have a much lower upfront investment. By migrating to a hybrid environment, the <b>public cloud</b> can be used for things like data storage and so on, while other business-critical or sensitive data is hosted on local private servers. This infrastructure makes it easier for companies to monitor <a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a> usage, and to obtain detailed reports on cloud usage &#8211; and the cost of <a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a> services &#8211; by department and workload.</span></li>
<li style="font-weight: 400;" aria-level="1"><b><u>Scalability</u></b>: A <b>hybrid cloud</b> environment gives enterprises greater control over their data, as well as providing the scalability and flexibility needed by combining the best of both worlds, allowing the <a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a> configuration to be adjusted to automatically respond to changes in demand, optimizing performance and efficiency. For example, critical data, assets, and operations can continue to reside in the <b>private cloud</b>, while new applications are developed in the <b>public cloud</b> and analytics programs are run that would simply be beyond the capacity of an enterprise with only a few servers at its disposal.</li>
<li style="font-weight: 400;" aria-level="1"><b><u>Flexibility</u></b>: Another advantage of migrating to a <b>hybrid environment</b> is the flexibility it offers because when you have all your data stored in a <b>private cloud</b>, you have greater control but the cost increases due to maintenance obligations and rigidity. While on the other hand, <b>public cloud computing</b> is highly scalable, it does not offer the security that a <b>private cloud</b> can provide. As a result, mixing these two solutions results in a <b>hybrid cloud</b> that blends the advantages of both options.</li>
<li style="font-weight: 400;" aria-level="1"><b><u>Security</u></b><span style="font-weight: 400;">: Security is a key point for many enterprise IT teams, so protecting sensitive or valuable data is always a challenge in any published application, but this is especially true in <b>public clouds</b>. By recognizing this risk and managing it, <b>hybrid cloud computing</b> is an excellent way to gain greater control over this data, offering increased security by reducing the potential for data exposure. In addition, this type of <b>hybrid environment</b> allows cloud security teams to have a backup or replication of certain data in both clouds, which is a very important aspect in the case of disaster recovery</span><span style="font-weight: 400;">.</span></li>
</ul>
<p><strong>Is hybrid cloud a good option for your business?</strong></p>
<p><span style="font-weight: 400;">This model is a great option for companies looking for the best of both worlds, i.e. <b>cloud computing</b> while retaining the <b>private server</b> features they need to run their business. </span></p>
<p><span style="font-weight: 400;">If you want to take full advantage of the benefits offered by the <b>hybrid cloud</b>, it is important to have a team of experts at your side in the <a href="https://geko.cloud/en/cloud-services/migration/"><b>cloud migration</b></a> process. Geko‘s team has experience in different areas, working with <a href="https://geko.cloud/en/devops/"><b>DevOps</b> methodology</a>, accompanying our clients throughout the process from migration to <a href="https://geko.cloud/en/cloud-services/cloud-management/"><b>management in the cloud</b></a>, and adapting 100% to their infrastructures and technologies when <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a>.</span></p>
<p><span style="font-weight: 400;">Don’t forget to come back to Geko’s blog and check out what’s new in here! The Geko team will be always glad to see you back<img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f60a.png" alt="😊" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<p>&nbsp;</p>
<h4 style="text-align: center;"><strong><a href="https://geko.cloud/en/contact/">Contact us for further information!</a></strong></h4>
<p><a href="https://geko.cloud/en/contact/"><img loading="lazy" decoding="async" class="aligncenter wp-image-3265" src="https://geko2.factoryfy.com/wp-content/uploads/geko-1-300x297.png" alt="" width="68" height="67" /></a></p>
<p>La entrada <a href="https://geko.cloud/en/4-advantages-of-migrating-to-the-hybrid-cloud/">4 Advantages of migrating to the hybrid cloud</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/4-advantages-of-migrating-to-the-hybrid-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Steps before migrate to the cloud</title>
		<link>https://geko.cloud/en/steps-before-migrate-to-the-cloud/</link>
					<comments>https://geko.cloud/en/steps-before-migrate-to-the-cloud/#respond</comments>
		
		<dc:creator><![CDATA[Xènia Adan]]></dc:creator>
		<pubDate>Fri, 14 May 2021 12:22:38 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud migration]]></category>
		<guid isPermaLink="false">https://geko2.factoryfy.com/steps-before-migrate-to-the-cloud/</guid>

					<description><![CDATA[<p>Is your business ready to migrate to the cloud? Migrating to the cloud is one of the main ways for companies to grow, as it allows them to work more efficiently, increase flexibility, accessibility and cybersecurity. In order to take advantage of all the benefits the cloud has to offer, it is highly desirable to [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/steps-before-migrate-to-the-cloud/">Steps before migrate to the cloud</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Is your business ready to <b>migrate to the cloud</b>? <a href="https://geko.cloud/en/cloud-services/migration/"><b>Migrating to the cloud</b></a> is one of the main ways for companies to grow, as it allows them to work more efficiently, increase flexibility, accessibility and cybersecurity. In order to take advantage of all the benefits the <a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a> has to offer, it is highly desirable to plan ahead. Here are a few things to think about before moving to the cloud.</span></p>
<p><strong>Establish a migration plan</strong><span style="font-weight: 400;"><strong>:</strong> Once the migration objective is clear, the applications to be migrated and the team is ready, the next step is to establish a <b>cloud migration</b> plan.  This plan should describe the migration process step by step. To plan this process, you need to know which components will be moved and decide on the order according to the priority or difficulty of the migration. Once we have decided on an order, we will assign these components to a phase of the implementation, thus creating a staggered system in a way that minimises the impact on the organisation, while reducing the risks of the migration, but increasing the period of time needed for the migration.</span></p>
<p><strong>Training</strong><span style="font-weight: 400;"><strong>:</strong> A key aspect is the formation of a team to oversee the transition. The team&#8217;s main objective is to manage the migration from start to finish. If the company does not have <b>cloud specialists</b>, consideration should be given to hiring a </span><a href="https://geko.cloud/en/cloud-services/migration/"><span style="font-weight: 400;">cloud migration specialist</span></a><span style="font-weight: 400;"> to ease the transition.</span></p>
<p><strong>Cloud Provider</strong><span style="font-weight: 400;"><strong>:</strong> You should then compare different <b>cloud platform</b>s and migration models to choose the right one for your business. <b>Migrating to the cloud</b> is not an easy task, which is why it is essential to choose the most suitable <b>cloud provider</b>. For this reason it is necessary to know the needs of the company and, once known, you must take into account the features, additional services and costs involved in one provider or another in order to get the most out of the <b>cloud environment</b> and minimise your costs as much as possible. Not all providers offer the same services, and there are price differences depending on the service and provider you choose. </span></p>
<p><strong>Know the KPIs</strong><span style="font-weight: 400;"><strong>:</strong> Before moving anything to the <a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a>, a baseline analysis of each of your applications should be drawn up. There are many different key performance indicators (KPIs) that you can track, depending on the applications running. Here are some common KPIs: load or run speed, average session duration, error rates, etc.</span></p>
<p><strong>Design an infrastructure strategy</strong><span style="font-weight: 400;"><strong>:</strong> One of the first steps before <b>migrating to the cloud</b> is to build a solid migration architecture, as well as having a strategy that involves all component departments, and to determine whether the company is ready for the process of moving to a new system.</span></p>
<p><strong>Security</strong><span style="font-weight: 400;"><strong>:</strong> Your company is responsible for your customers&#8217; valuable and confidential data as well as your own. At all times, you need to know where it is and make sure it is safe, so it is important that you are fully aware of the <b>cloud provider&#8217;s</b> security policies and standards before you deploy your applications on their platform.</span></p>
<p><strong>Costs</strong><span style="font-weight: 400;"><strong>:</strong> Before moving your data to the <a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a> you should consider the costs to the business, such as the total cost of internal resources, infrastructure changes, and timeframes.</span></p>
<p><span style="font-weight: 400;">To take full advantage of the benefits offered by the <a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a>, it is important to have a <b>team of experts in cloud infrastructure and development</b>. Geko‘s team has experience in different areas, working with <a href="https://geko.cloud/en/why-outsource-devops/">DevOps</a> methodology and guaranteeing our clients 100% adaptation to their infrastructures and technologies when <a href="https://geko.cloud/en/cloud-services/migration/">migrating to the cloud</a>.</span></p>
<p>&nbsp;</p>
<h4 style="text-align: center;"><strong><a href="https://geko.cloud/en/contact/">Contact us to analyse your infrastructure and migrate to the cloud in the most efficient way!</a></strong></h4>
<p>&nbsp;</p>
<p>La entrada <a href="https://geko.cloud/en/steps-before-migrate-to-the-cloud/">Steps before migrate to the cloud</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/steps-before-migrate-to-the-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>On-premise vs cloud</title>
		<link>https://geko.cloud/en/on-premise-vs-cloud/</link>
					<comments>https://geko.cloud/en/on-premise-vs-cloud/#respond</comments>
		
		<dc:creator><![CDATA[Xènia Adan]]></dc:creator>
		<pubDate>Wed, 24 Mar 2021 16:10:51 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud migration]]></category>
		<guid isPermaLink="false">https://geko2.factoryfy.com/on-premise-vs-cloud/</guid>

					<description><![CDATA[<p>The on-premise vs. cloud dilemma has been a hot topic lately when it comes to companies making a decision about their platform infrastructure. Despite the benefits of the cloud, there are also detractors who argue that they prefer to have full control over their infrastructure, or that they want to cut costs to the extreme [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/on-premise-vs-cloud/">On-premise vs cloud</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The<strong> on-premise vs. <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a></strong> dilemma has been a hot topic lately when it comes to companies making a decision about their platform infrastructure. Despite the benefits of the cloud, there are also detractors who argue that they prefer to have full control over their infrastructure, or that they want to cut costs to the extreme (even if it means a greater dedication in working hours).<br />
The <a href="https://geko.cloud/en/what-is-the-cloud/"><strong>cloud</strong></a> allows us to store and manage our data without the need to manage or maintain physical infrastructure, reducing costs and speeding up deployment. <strong>On-premise software</strong>, on the other hand, is physically installed on the devices, with the advantage that it does not require an Internet connection.</p>
<h3>Characteristics to evaluate on-premise vs. cloud</h3>
<ul>
<li><strong>Security</strong></li>
</ul>
<p><strong>On-premise</strong> servers are more insecure because their system is open by default, as opposed to the <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a>, which is closed by default. In addition, the tools provided by <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a> storage favour data encryption, access to services and access security protocols. The different<strong> cloud providers</strong> have PCI-DSS ISO certifications, etc., which endorse their reputation in terms of security.<br />
<a href="https://geko.cloud/en/devops/"><strong>DevOps</strong></a> and <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a> professionals generally manage their clients&#8217; cloud accounts very securely, as we do at <a href="https://geko.cloud/en/">Geko cloud</a> to ensure that the entire infrastructure is in good hands, as this is one of our priorities.</p>
<ul>
<li><strong>Price</strong></li>
</ul>
<p>The <a href="https://geko.cloud/en/what-is-the-cloud/"><strong>cloud</strong></a> allows you to make more accurate forecasts in terms of costs, and the savings from purchasing additional hardware are obvious. It is true that in the case of <strong>on-premise</strong> you can do much of the work internally (which may be a saving in certain cases but not all companies have sufficient knowledge to do so), but in the long run it can mean an unexpected increase in technical maintenance work, management, monitoring and optimisation of performance, and less tangible costs in the long term arising from system downtime or unused licences.<br />
In conclusion, cloud service is more cost-effective, having to pay for a subscription with updates and maintenance.</p>
<ul>
<li><strong>Flexibility</strong></li>
</ul>
<p>Having your platform in the <a href="https://geko.cloud/en/what-is-the-cloud/"><strong>cloud</strong></a> allows you to increase or decrease your services very easily, plus you don&#8217;t need installation, support, maintenance and all these details that a physical system would require.</p>
<ul>
<li><strong>Movilidad</strong></li>
</ul>
<p>This is undoubtedly a clear advantage of the <a href="https://geko.cloud/en/what-is-the-cloud/"><strong>cloud</strong></a>. You will have access from anywhere and at any time, and therefore through the Internet any worker can access remotely. This translates into greater agility and productivity when managing information and applications.<br />
Although remote management can also be applied to the <strong>on-premise system</strong>, physical presence may sometimes be necessary, for which it would be necessary to travel, which would be slower than <strong>cloud management</strong>.</p>
<ul>
<li><strong>Customisation</strong></li>
</ul>
<p>Both options can be adapted to any type of company or service, but it will be easier to have <strong>DevOps experts</strong> to help you customise the software and adapt it to your needs. At <a href="https://geko.cloud/en/">Geko Cloud</a> we work interchangeably with several cloud providers such as <strong>AWS, Azure or Google Cloud</strong>, and we adapt the technologies and service to each type of product or company to achieve scalability and more efficient business management.</p>
<ul>
<li><strong>Implementation</strong></li>
</ul>
<p>Implementing<strong> on-premises</strong> <strong>software</strong> is more expensive than implementing a cloud application, as it is something that is done on an ad-hoc basis as mentioned above and can take time. In the case of the <a href="https://geko.cloud/en/what-is-the-cloud/"><strong>cloud</strong></a>, it can be done more quickly and customisation can be done over time.</p>
<ul>
<li><strong>Energy saving</strong></li>
</ul>
<p>In the case of <strong>on-premise servers</strong>, there can be a higher energy cost. In contrast, with the<strong> cloud software</strong> model, the responsibility lies with the service provider and is part of the package that is contracted. Another detail to take into account will be the generation of economies of scale thanks to the <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a>, leading to a reduction in fixed costs as a consequence.</p>
<p>&nbsp;</p>
<h3>We manage your platform in the cloud</h3>
<p>At <a href="https://geko.cloud/en/">Geko</a>, we <strong>migrate your legacy or</strong> <strong>hybrid cloud platform</strong> and help you design its architecture.</p>
<p>In this <a href="https://geko.cloud/en/why-outsource-devops/">post you can read about the advantages of <strong>outsourcing DevOps</strong></a>, as well as having a team to manage your <a href="https://geko.cloud/en/cloud-services/migration/"><strong>migration to the cloud</strong></a>.</p>
<p style="text-align: center;"><strong><a href="https://geko.cloud/en/contact/">Contact us</a> to learn more about our services, we will be happy to assist you and talk about your platform.</strong></p>
<p><a href="https://geko.cloud/en/contact/"><img loading="lazy" decoding="async" class="aligncenter wp-image-4236" src="https://geko2.factoryfy.com/wp-content/uploads/geko-2-300x297.png" alt="" width="65" height="64" /></a></p>
<p>La entrada <a href="https://geko.cloud/en/on-premise-vs-cloud/">On-premise vs cloud</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/on-premise-vs-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cloud migration “lift and shift”</title>
		<link>https://geko.cloud/en/cloud-migration-lift-and-shift/</link>
					<comments>https://geko.cloud/en/cloud-migration-lift-and-shift/#respond</comments>
		
		<dc:creator><![CDATA[Xènia Adan]]></dc:creator>
		<pubDate>Wed, 17 Mar 2021 17:56:40 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud migration]]></category>
		<guid isPermaLink="false">https://geko2.factoryfy.com/cloud-migration-lift-and-shift/</guid>

					<description><![CDATA[<p>If you are considering migrating to the cloud , you have probably considered the &#8220;lift and shift&#8221; option, migrating to the cloud without redesigning the architecture or optimizing it for hosting in the cloud environment. Opting for this type of strategy is not always the best option, depending on the needs of your business and [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/cloud-migration-lift-and-shift/">Cloud migration “lift and shift”</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-weight: 400;">If you are considering <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a><span style="font-weight: 400;"> , you have probably considered the &#8220;lift and shift&#8221; option, <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a><span style="font-weight: 400;"> without redesigning the architecture or optimizing it for hosting in the cloud environment. Opting for this type of strategy is not always the best option, depending on the needs of your business and its possible application. From <a href="https://geko.cloud/en/">Geko</a> we want to explain the advantages and disadvantages of applying this migration model.</span></span></span></p>
<h3><strong><span style="font-size: 25px;">Advantages</span></strong></h3>
<ul>
<li style="font-weight: 400; text-align: justify;" aria-level="1"><strong>Minimal changes to be made:</strong> <span style="font-weight: 400;"><span style="font-weight: 400;">One of the most outstanding features of the lift and shift approach is the lack of need for large-scale changes to both the application and the architecture. The application is completely re-hosted in the <a href="https://geko2.factoryfy.com/que-es-cloud/">cloud</a> using the IAAS platform and therefore no redesign of the application architecture itself is required. As a result, there are no additional costs in <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a><span style="font-weight: 400;">. Obviously, we will have to control all access to endpoints and dependencies in calls to applications. In this case, we do recommend using all possible SAAS services that provide us with simplicity, such as cache systems, databases, etc.</span></span></span></li>
<li style="font-weight: 400; text-align: left;" aria-level="1"><strong>Cost savings: </strong><span style="font-weight: 400;">Another point to highlight are the costs in the migration model “</span><span style="font-weight: 400;">lift and shift</span><span style="font-weight: 400;">”,<span style="font-weight: 400;"> as the above-mentioned changes are not required, the costs are reduced. In addition, <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a><span style="font-weight: 400;"> faster also reduces management and maintenance costs, improving business performance.It is important to be clear about this cost associated with hardware maintenance, as it is much more than companies are aware of. Being able to host the legacy platform in a new environment with dynamic growth features allows us to use and pay only for the resources that are really needed instead of having to host it on servers that are sized to the maximum.</span></span></span></li>
<li style="font-weight: 400; text-align: left;" aria-level="1"><strong>Quick migration: </strong><span style="font-weight: 400;">If you want to move all your resources or applications out of the local infrastructure and into a cloud environment quickly, the &#8220;lift and shift&#8221; model is the solution, as there is no time spent optimizing, changing code, or even making major architectural changes. This advantage is very beneficial for companies that cannot afford long periods of downtime during migration. However, we recommend planning before starting the <b><a href="https://geko2.factoryfy.com/migration-to-cloud/">migration</a> process to the <a href="https://geko2.factoryfy.com/migration-to-cloud/">cloud</a></b>. On the other hand, there are more and more applications that allow us to clone operating systems to export and import them in exactly the same state as they are on-premise.</span></li>
</ul>
<h3><strong><span style="font-size: 25px;">Disadvantages</span></strong></h3>
<ul>
<li style="font-weight: 400; text-align: justify;" aria-level="1"><strong>Migration failures:</strong><span style="font-weight: 400;"> When migrating with a &#8220;lift and shift&#8221; strategy, it must be taken into account that <b>on-premise architecture</b> is not the same as a <b>cloud architecture</b>, so if organisations do not translate the corresponding application features to the <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a>, the <a href="https://geko2.factoryfy.com/migration-to-cloud/"><b>cloud migration</b></a> process is doomed to fail and there will be major problems in the long-term, such as load peaks. This point is ultimately to understand that it is imperative to have control and knowledge about the application(s), their configurations, dependencies, network infrastructure and segmentation, and other characteristics that need to be taken into account.</span></li>
<li style="font-weight: 400; text-align: left;" aria-level="1"><strong>Performance problems:</strong><span style="font-weight: 400;"> Copying applications without making changes means that you will have performance or latency issues after migration, particularly those businesses that use a lot of resources or are based on big data analytics. The <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a> brings us dynamic growth, but in the cost matrix, the <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a> loses efficiency the more raw computation is needed, or rather, the more resource performance, IO, CPU, RAM the application or product to be deployed requires.</span></li>
<li style="text-align: left;" aria-level="1"><strong>Security issues: </strong>Another disadvantage of not making any changes to the infrastructure is that many of the problems of the previous IT model, such as insecure configurations or malware, will be carried over, which can lead to increased risks after migration. To counteract the inherent inefficiencies, contingency measures must be implemented and, in addition, risk management and security policy compliance must be implemented.</li>
<li style="text-align: left;" aria-level="1"><strong>Not taking 100% of the benefits of the cloud :</strong><span style="font-weight: 400;"> By keeping the same application architecture, it will not be possible to take advantage of all the benefits that <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a> can offer, such as scalability, the use of SAAS services and, in short not proceeding with a &#8220;cloud-friendly&#8221; migration using the resources that the provider makes available to achieve the associated competitive advantages. Many companies have applications or programmes designed in a local environment to cope with increases, such as seasonal peaks. So if you use the &#8220;lift and shift&#8221; approach, you can&#8217;t benefit from the ability to scale the capacity up or down on demand, as well as the speed and agility that the cloud offers. Also, if the application is not optimised for the <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a>, it could consume more resources than necessary, and therefore could increase costs in the long run.</span></li>
</ul>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-4167" src="https://geko2.factoryfy.com/wp-content/uploads/three-column-table-concept-map-1-copy.png" alt="comparative table lift shift" width="594" height="471" /></p>
<p style="text-align: justify;"><span style="font-weight: 400;">The choice of the right migration method is crucial, as every company has different needs. If the &#8220;lift and shift&#8221; method of migration is finally chosen, not only the advantages (cost-effectiveness, ease and speed) but also the disadvantages (migration failures, additional costs or performance problems) must be taken into account.</span></p>
<p style="text-align: left;">To take full advantage of the benefits offered by the <a href="https://geko.cloud/en/what-is-the-cloud/">cloud</a>, it is important to have a team of experts in cloud infrastructure and development. <a href="https://geko.cloud/en/">Geko</a>&#8216;s team has experience in different areas, working with <a href="https://geko.cloud/en/devops/"><b>DevOps methodology</b></a> and guaranteeing our clients 100% adaptation to their infrastructures and technologies when <a href="https://geko.cloud/en/cloud-services/migration/"><b>migrating to the cloud</b></a><span style="font-weight: 400;">.</span></p>
<p style="text-align: center;"><a href="https://geko.cloud/en/contact/"><strong>Contact us to analyse your infrastructure and migrate to the cloud in the most efficient way!</strong></a></p>
<p><a href="https://geko.cloud/en/contact/"><img loading="lazy" decoding="async" class="aligncenter wp-image-3265" src="https://geko2.factoryfy.com/wp-content/uploads/geko-1-300x297.png" alt="" width="67" height="66" /></a></p>
<p>La entrada <a href="https://geko.cloud/en/cloud-migration-lift-and-shift/">Cloud migration “lift and shift”</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/cloud-migration-lift-and-shift/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>5 Keys to choosing the best cloud provider</title>
		<link>https://geko.cloud/en/5-keys-to-choosing-the-best-cloud-provider/</link>
					<comments>https://geko.cloud/en/5-keys-to-choosing-the-best-cloud-provider/#respond</comments>
		
		<dc:creator><![CDATA[Xènia Adan]]></dc:creator>
		<pubDate>Wed, 03 Mar 2021 14:25:46 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud provider]]></category>
		<guid isPermaLink="false">https://geko2.factoryfy.com/5-keys-to-choosing-the-best-cloud-provider/</guid>

					<description><![CDATA[<p>In today&#8217;s fast-changing environment, many businesses are starting to think about how cloud solutions can help them improve their productivity, but before making the decision of going to the cloud, companies must choose which provider they want to provide these cloud services to them. If you are considering moving your platform to the cloud, especially [&#8230;]</p>
<p>La entrada <a href="https://geko.cloud/en/5-keys-to-choosing-the-best-cloud-provider/">5 Keys to choosing the best cloud provider</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">In today&#8217;s fast-changing environment, many businesses are starting to think about how </span><b>cloud solutions</b><span style="font-weight: 400;"> can help them improve their productivity, but before making the decision of going to the </span><a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a><span style="font-weight: 400;">, companies must choose which provider they want to provide these </span><b>cloud services </b><span style="font-weight: 400;">to them.</span></p>
<p><span style="font-weight: 400;">If you are considering moving your platform to the </span><a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a><span style="font-weight: 400;">, especially in these times where we work more time from home, be sure to read this post and discover the keys to choosing the best </span><b>cloud solution provider</b><span style="font-weight: 400;"> for your business.</span><span style="font-weight: 400;"><img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<h3><strong><span style="font-size: xx-large;">Data security</span></strong></h3>
<p><span style="font-weight: 400;">When selecting a </span><b>cloud provider</b><span style="font-weight: 400;">, it is important to know that it complies with all the regulatory security criteria based on the protection and sovereignty of data as dictated by the RGPD (General Data Protection Regulation), in addition, such data must be encrypted both in transit and in storage. Another point to keep in mind is the security certifications held by the </span><b>cloud solution provider</b><span style="font-weight: 400;">, such as ISO 27001 or ISO 9001. </span></p>
<p><span style="font-weight: 400;">There are a number of services that already provide these end-to-end encryption elements implemented as standard, and you will need to know their specifications to implement them correctly, such as bulk data volumes, databases, communications and many others.</span></p>
<p><span style="font-weight: 400;">In addition, if you are involved in transactions that involve management of payments and confidential data, you are likely to need a PCI-certified provider.</span></p>
<h3><strong><span style="font-size: xx-large;">Reliability and Performance</span></strong></h3>
<p><span style="font-weight: 400;">When choosing a </span><b>cloud service provider</b><span style="font-weight: 400;">, you should first ensure that they have a contingency plan to guarantee uninterrupted service in case of a service breakdown. Knowing this information is of vital importance, as it can lead to loss of customers and loss of revenues.</span></p>
<p><span style="font-weight: 400;">At this point, the great majority of </span><b>public cloud providers</b><span style="font-weight: 400;"> have several availability zones. We recommend consulting the network topology to find out both the availability zones and the regions of your </span><b>cloud provider</b><span style="font-weight: 400;">, not only to show their magnitude but also to find out the availability to grow in infrastructure at a global level in order to be close to your end user.</span></p>
<p><span style="font-weight: 400;">There are several methods to find out how the supplier copes during the downtimes. One of them is to know their </span><span style="font-weight: 400;">SLA</span><span style="font-weight: 400;"> for the last 6 to 12 months. The SLA (Service Level Agreement) is an agreement that specifies the services that the </span><b>cloud provider</b><span style="font-weight: 400;"> must offer, such as their response times in case they have to block an attack. This information is usually published, but if this is not the case, they must provide it on request. </span></p>
<h3><strong><span style="font-size: xx-large;">Technical support</span></strong></h3>
<p><b>Cloud environments</b><span style="font-weight: 400;"> are quite complex, so it is important to have a qualified technical staff that can adapt to specific needs, address security issues or support you in the process of deployment and </span><a href="https://geko.cloud/en/cloud-services/migration/"><b>migration to the cloud</b></a><span style="font-weight: 400;">. </span></p>
<p><span style="font-weight: 400;">This point is vital for the peace of mind of your business. Keep in mind that in the situation of a disaster or service discontinuity, working with a </span><b>cloud provider</b><span style="font-weight: 400;"> offers many tools but also makes physical access to its platform impossible, so there will be a moment when you will be at the mercy of its support team, its reliability, transparency and level of maturity.</span></p>
<h3><strong><span style="font-size: xx-large;">Infrastructure</span></strong></h3>
<p><span style="font-weight: 400;">The </span><b>cloud infrastructure</b><span style="font-weight: 400;"> is composed of a set of elements: storage, network, hardware, and so on. From this point, we can differentiate between </span><b>public cloud</b><span style="font-weight: 400;">, </span><b>private cloud</b><span style="font-weight: 400;"> or the combination of both, the </span><b>hybrid cloud</b><span style="font-weight: 400;">. The current trend is to migrate to</span><b> hybrid cloud infrastructures</b><span style="font-weight: 400;">, as they include the most important aspects of the previous solutions. One of the characteristics of the </span><b>hybrid cloud</b><span style="font-weight: 400;"> is the storage of data, which is divided between local infrastructure and </span><b>cloud infrastructure</b><span style="font-weight: 400;">. </span></p>
<p><span style="font-weight: 400;">As we mentioned previously, it is very important to know the size and volume of the services to get an idea of the maturity, reliability and growth possibilities that a cloud service provider can offer us. </span><span style="font-weight: 400;">In terms of services, it is very important to know which services are we hosting in the </span><a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud</b></a> <span style="font-weight: 400;">in order to know which services we’ll need to exploit in each case, and see if we are choosing the best provider in each case: Deploying a website in a CMS is not the same as deploying a machine learning platform or a marketplace&#8230;</span></p>
<h3><strong><span style="font-size: xx-large;">Pricing and transparency</span></strong></h3>
<p><span style="font-weight: 400;">One of the most important points is obviously the monthly cost of using the selected </span><b>cloud services</b><span style="font-weight: 400;">. The calculators offered by </span><b>cloud providers</b><span style="font-weight: 400;">, as our clients explain to us, are not as simple and transparent as they could be. Let&#8217;s remember that the </span><a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud </b></a><span style="font-weight: 400;">allows us to grow and eliminate obvious operating costs quickly and resoundingly in exchange for a passed cost, but what do we have to take into account to calculate the costs in advance and have predictability? It&#8217;s a good question, cloud costs are affected by a variety of factors such as: volume of storage space, bandwidth, requests per second, outgoing traffic, communications between VPCs, and so on. </span></p>
<p><span style="font-weight: 400;">At this point it is necessary to have the advice of specialists who have experience in this area and above all to see if it is a model that fits our pocket and the status of the project.</span></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-3882" src="https://geko2.factoryfy.com/wp-content/uploads/post-claves.png" alt="recap of the keys to choosing the best cloud provider" width="800" height="325" /></p>
<p><span style="font-weight: 400;">Finally, in case you are considering different </span><b>cloud provider</b><span style="font-weight: 400;"> options, our </span><a href="https://geko.cloud/en/what-is-the-cloud/"><b>cloud </b></a><span style="font-weight: 400;">and </span><b><a href="https://geko.cloud/en/devops/">DevOps</a> experts </b><span style="font-weight: 400;">can help you choose the option that best suits your business needs. At Geko we work with different </span><b>cloud providers</b><span style="font-weight: 400;">, IaaS, PaaS and SaaS: Amazon Web Services, Microsoft Azure and Google Cloud Platform. In addition, if you need more information, we have compared some characteristics of two of the three most popular </span><b>cloud providers</b><span style="font-weight: 400;"> in our post &#8220;</span><a href="https://geko.cloud/en/aws-vs-azure-which-one-should-i-choose/"><span style="font-weight: 400;">AWS vs AZURE, which one should I choose?</span></a><span style="font-weight: 400;">&#8220;, where you will learn some of the differences. </span></p>
<p><span style="font-weight: 400;">If you want an expert team to be by your side in the </span><a href="https://geko.cloud/en/cloud-services/migration/"><b>cloud migration</b></a><span style="font-weight: 400;"> process, </span><b>Geko </b><span style="font-weight: 400;">is the solution. We are a team specialised in</span><b> cloud development</b><span style="font-weight: 400;"> of cloud infrastructures that will advise you on all technologies and will guide you throughout the process from </span><a href="https://geko.cloud/en/cloud-services/migration/"><b>migration</b></a> <span style="font-weight: 400;">to</span> <a href="https://geko.cloud/en/cloud-services/cloud-management/"><b>cloud implementation</b></a><span style="font-weight: 400;"> for your company.</span></p>
<p style="text-align: center;"><a href="https://geko2.factoryfy.com/contact/">Contact us!</a></p>
<p><a href="https://geko.cloud/en/contact/"><img loading="lazy" decoding="async" class="aligncenter wp-image-3265" src="https://geko2.factoryfy.com/wp-content/uploads/geko-1-300x297.png" alt="" width="61" height="60" /></a></p>
<p>La entrada <a href="https://geko.cloud/en/5-keys-to-choosing-the-best-cloud-provider/">5 Keys to choosing the best cloud provider</a> se publicó primero en <a href="https://geko.cloud/en/">Geko Cloud</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://geko.cloud/en/5-keys-to-choosing-the-best-cloud-provider/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
