<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How-Tos on Webscale Product Documentation</title><link>https://docs.webscale.com/hosting-platforms/hosting-v4/how-tos/</link><description>Recent content in How-Tos on Webscale Product Documentation</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.webscale.com/hosting-platforms/hosting-v4/how-tos/index.xml" rel="self" type="application/rss+xml"/><item><title>Create an environment</title><link>https://docs.webscale.com/hosting-platforms/hosting-v4/how-tos/create-an-environment/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.webscale.com/hosting-platforms/hosting-v4/how-tos/create-an-environment/</guid><description>&lt;p&gt;An environment is a named group of &lt;a href="https://docs.webscale.com/hosting-platforms/hosting-v4/stacks/"&gt;stacks&lt;/a&gt;
 and &lt;a href="https://docs.webscale.com/docs/how-tos/general/clusters/"&gt;clusters&lt;/a&gt;
, such as production or staging. Every stack belongs to one.&lt;/p&gt;
&lt;p&gt;Post the name of the environment:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;curl -X POST &amp;#34;https://api.webscale.com/v2/environments&amp;#34; \
 -H &amp;#34;Authorization: Bearer &amp;lt;my-access-key&amp;gt;&amp;#34; \
 -H &amp;#34;Content-Type: application/json&amp;#34; \
 -d &amp;#39;{&amp;#34;name&amp;#34;: &amp;#34;Production&amp;#34;}&amp;#39;
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;{
 &amp;#34;href&amp;#34;: &amp;#34;/v2/environments/3ps666yxcanq&amp;#34;,
 &amp;#34;name&amp;#34;: &amp;#34;Production&amp;#34;,
 &amp;#34;keyword&amp;#34;: &amp;#34;production&amp;#34;
}
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;A stack takes that whole &lt;code&gt;href&lt;/code&gt; in its &lt;code&gt;environment&lt;/code&gt; field. See &lt;a href="https://docs.webscale.com/hosting-platforms/hosting-v4/how-tos/create-an-eks-stack/"&gt;Create an EKS stack&lt;/a&gt;
 for an example.&lt;/p&gt;
&lt;p&gt;Webscale builds the &lt;code&gt;keyword&lt;/code&gt; from the name unless you send your own, as the response above shows. Stacks put it into the names and tags of the resources they create.&lt;/p&gt;</description></item><item><title>Create an EKS stack</title><link>https://docs.webscale.com/hosting-platforms/hosting-v4/how-tos/create-an-eks-stack/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.webscale.com/hosting-platforms/hosting-v4/how-tos/create-an-eks-stack/</guid><description>&lt;p&gt;Follow these steps to create an EKS stack and prepare it for Helm deployments.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Access key:&lt;/strong&gt; An access key for the account, created in the &lt;strong&gt;Access keys&lt;/strong&gt; section of your &lt;strong&gt;Profile&lt;/strong&gt; page. See &lt;a href="https://docs.webscale.com/docs/how-tos/general/service-users/"&gt;Webscale service users&lt;/a&gt;
 for a key that belongs to automation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AWS provider:&lt;/strong&gt; An AWS provider in the account. See &lt;a href="https://docs.webscale.com/docs/how-tos/general/providers/"&gt;Working with Providers&lt;/a&gt;
.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Environment:&lt;/strong&gt; An environment to hold the stack. See &lt;a href="https://docs.webscale.com/hosting-platforms/hosting-v4/how-tos/create-an-environment/"&gt;Create an environment&lt;/a&gt;
.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Network:&lt;/strong&gt; Subnet IDs when you bring a network you already have. A new network does not need them. See &lt;a href="https://docs.webscale.com/hosting-platforms/hosting-v4/stacks/eks/#network-topology"&gt;Network topology&lt;/a&gt;
.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Name:&lt;/strong&gt; A name for the stack, which becomes the name of the EKS cluster. It must be unique within the environment and among the stacks that share your AWS account. Use 3 to 30 characters from &lt;code&gt;a-z&lt;/code&gt;, &lt;code&gt;0-9&lt;/code&gt;, and &lt;code&gt;-&lt;/code&gt;, starting with a lowercase letter or a digit.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Every request goes to &lt;code&gt;https://api.webscale.com&lt;/code&gt; and carries the access key:&lt;/p&gt;</description></item></channel></rss>