|
2 | 2 | id: serverlessSecurityCreateProject |
3 | 3 | slug: /serverless/security/create-project |
4 | 4 | title: Create a Security project |
5 | | -# description: Description to be written |
6 | | -tags: [ 'serverless', 'security', 'how-to' ] |
7 | | -status: rough content |
| 5 | +description: Get started with ((elastic-sec)) Serverless in a few steps. |
| 6 | +tags: [ 'serverless', 'security', 'how-to', 'get-started' ] |
| 7 | +status: in review |
8 | 8 | --- |
9 | 9 |
|
10 | | -import RoughContent from '../partials/rough-content-notice.mdx' |
| 10 | +import RoughContent from '../partials/in-review-notice.mdx' |
11 | 11 |
|
12 | 12 | <RoughContent /> |
13 | 13 |
|
14 | | -<DocCallOut> |
15 | | -<DocText textAlign="center"><br />**This is a placeholder for future documentation.**<br /><br /></DocText> |
16 | | -</DocCallOut> |
| 14 | +<div id="create-project"></div> |
| 15 | + |
| 16 | +A Serverless project allows you to run ((elastic-sec)) in an autoscaled and fully-managed environment, where you don't have to manage the underlying ((es)) cluster and ((kib)) instances. |
| 17 | + |
| 18 | +1. Navigate to [cloud.elastic.co](https://cloud.elastic.co/). |
| 19 | + |
| 20 | +1. Log in to your ((ecloud)) account and select **Create project** from the **Fully-managed projects** panel. |
| 21 | + |
| 22 | +1. Select **Next** from the **Security** panel. |
| 23 | + |
| 24 | +1. Edit your project settings. (Click **Edit settings** to access all settings.) |
| 25 | + |
| 26 | + * **Name**: A unique name for your project. |
| 27 | + |
| 28 | + * **Cloud provider**: The cloud platform where you’ll deploy your project. We currently support Amazon Web Services (AWS). |
| 29 | + |
| 30 | + * **Region**: The cloud platform’s region where your project will live. The region should be as close as possible to the location of your data. |
| 31 | + |
| 32 | + You can also check [the pricing details](https://cloud.elastic.co/pricing) to see how you consume ((elastic-sec)) Serverless. |
| 33 | + |
| 34 | +1. Select **Create project**. It takes a few minutes before your project gets created. |
| 35 | + |
| 36 | +1. Once the project is ready, select **Continue** to open the **Get started** page. (You might need to log into ((ecloud)) again.) |
| 37 | + |
| 38 | + From here, you can learn more about ((elastic-sec)) features and start setting up your workspace. |
0 commit comments