-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workshop Creation - WMS ID: 11252 (#321)
* create folder * Criação dos Atributos - OCI Data & AI Fast Track - For Data Engineer * Inclusao Intro Adicionado Introdução do FT * Atualização Introdução Atualização Introdução do FT * folder creation * Atualização LiveLabs * Atualização conteúdo * Update live-labs-v3.zip * live-labs-v3.zip removed * Rename LiveLabs.ipynb to livelabs.ipynb * Rename Configuracao_Ambiente.mp4 to configuracao_ambiente.mp4 * Rename 43-SQL-open.png to 43-sql-open.png * Correções. * Atualização imagens * Atualização pré-requisitos ambiente.
- Loading branch information
1 parent
2fe2f5a
commit a5a76dd
Showing
10 changed files
with
80 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 67 additions & 0 deletions
67
oci-lakehouse-fast-track/ft-resource-provision/ft-resource-provision.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# Pré Requisito - Provisionar Recursos | ||
|
||
## Introdução | ||
|
||
Nesta etapa, você irá provisionar recursos dentro da OCI utilizando Terraform com o serviço **Resource Manager**! | ||
|
||
- 🌀 [Página oficial do Resource Manager](https://www.oracle.com/br/devops/resource-manager/) | ||
- 🧾 [Documentação do Resource Manager](https://docs.oracle.com/pt-br/iaas/Content/ResourceManager/home.htm) | ||
|
||
Os recursos provisionados serão: | ||
|
||
- Compartimento | ||
- Object Storage - Buckets | ||
- Data Catalog | ||
- Metastore | ||
- Data Science | ||
- Data Flow - SQL Endpoint | ||
|
||
*Tempo estimado para o Lab:* 20 Minutos | ||
- - - | ||
|
||
## Tarefa 1: Download do repositório | ||
|
||
Como primeiro passo, devemos fazer o download do arquivo (zip). | ||
|
||
1. Para isso, acesse o [link](https://objectstorage.us-ashburn-1.oraclecloud.com/p/lZw8rKAwT7PbC1Y13z4KGQhJUMy3TQXWcMphLqszmCQyA3Ni7_8Nm1h9fx4lWEUn/n/id3kyspkytmr/b/bucket-fast-track/o/terraform_livelabs_eng.zip) para fazer o download **Download ZIP**. | ||
|
||
- - - | ||
|
||
## Tarefa 2: Upload do terraform no Resource Manager | ||
|
||
1. Faça o [login](https://www.oracle.com/cloud/sign-in.html) em sua conta na OCI. | ||
|
||
2. No 🍔 menu de hambúrguer, acesse: **Developer Services** → **Resource Manager** → **Stacks**. | ||
|
||
![menu developer services stacks](./images/resource-managerconsole.png) | ||
|
||
3. Nesta nova janela, certifique que está no compartment "root" e clique em **Create Stack**. | ||
|
||
![imagem compartment botao create stack](./images/create-stack-manager.png) | ||
|
||
4. Selecione a opção "Zip file", clique em "browse" e arraste o arquivo (.zip), que contém os arquivos .tf. O Resource Manager irá preencher todos os campos. | ||
|
||
![imagem stack ](./images/configure-stack-archivezip.png) | ||
|
||
5. Clique em **Next**, para Verificarmos se todos os campos da imagem abaixo estão preenchidos. | ||
|
||
![imagem stack ](./images/configure-stack-archivezip_2.png) | ||
|
||
6. Clique em **Next**. | ||
|
||
7. Selecione a opção "Run apply" e clieque em "Create" | ||
|
||
![imagem stack ](./images/configure-stack-archivezip_3.png) | ||
|
||
8. O provisionamento dos recursos deverá durar em torno de 10 minutos. | ||
|
||
10. Após finalizar o Apply com sucesso, podemos conferir o provisionamento dos nossos recursos! | ||
|
||
## Conclusão | ||
|
||
### Ambientes provisionados com sucesso! Você provisionou recursos usando Terraform na OCI! Você terminou os pré-requisitos! Você pode seguir para o próximo Lab. | ||
|
||
## Autoria | ||
|
||
- **Autores** - Thais Henrique, Heloisa Escobar, Isabelle Anjos | ||
- **Último Update Por/Date** - Isabelle Anjos, Dez/2023 |
Binary file added
BIN
+1.01 MB
...akehouse-fast-track/ft-resource-provision/images/configure-stack-archivezip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+471 KB
...ehouse-fast-track/ft-resource-provision/images/configure-stack-archivezip_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+656 KB
...ehouse-fast-track/ft-resource-provision/images/configure-stack-archivezip_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.44 MB
oci-lakehouse-fast-track/ft-resource-provision/images/create-stack-manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+28 KB
oci-lakehouse-fast-track/ft-resource-provision/images/resource-managerconsole.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters