You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a training tool, as a test for ease-of-use, and as proof of value, we're creating a "speed run" video that demonstrates how to get up and running quickly with the Infrastructure Catalog and a basic DataOps pipeline. This will uncover usability issues and bugs which we'll need to resolve before we can promote the platform broadly.
Stop Point:
all infrastructure is deployed, including the data lake, the VPC, and the public/private subnets
Create Repo and AWS Account (0:00-2:00, approx. 2m):
Create new repo from the Slalom DataOps Template, clone repo locally and open in VS Code (60s)
Get AWS credentials from LInux Academy (30s)
Use the linux-academy link to log in to AWS in the web browser (30s)
Configure Creds (2:00-3:00, approx. 1m):
In the .secrets folder, rename credentials.template to .secrets/credentials, copy-paste credentials into file (30s)
In the .secrets folder, rename aws-secrets-manager-secrets.yml.template to aws-secrets-manager-secrets.yml (no addl. secrets needed in this exercise) (30s)
Configure Project (3:00-3:30, approx 0.5m):
Rename infra-config-template.yml to infra-config.yml - update email address and project shortname (30s)
Configure and Deploy Terraform (3:30-7:30, approx. 4m):
Open the infra folder, review and update each file (90s)
Run terraform init and terraform apply, type 'yes' (30s)
Wait for terraform apply to complete (2m)
Switch to the git tab, review code changes while apply is running
As a training tool, as a test for ease-of-use, and as proof of value, we're creating a "speed run" video that demonstrates how to get up and running quickly with the Infrastructure Catalog and a basic DataOps pipeline. This will uncover usability issues and bugs which we'll need to resolve before we can promote the platform broadly.
Stop Point:
Start Point:
Installed software:
choco install vscode python3 docker awscli github-desktop
choco install git.install --params "/GitOnlyOnPath /SChannel /NoAutoCrlf /WindowsTerminal"
Access to LinuxAcademy, will be used to create a new 4-hour limited AWS account
SpeedRun Goal: 12 Minutes
Speed Target: 10 minutes
Other Details:
Blockers:
Steps:
Create Repo and AWS Account (0:00-2:00, approx. 2m):
Configure Creds (2:00-3:00, approx. 1m):
.secrets
folder, renamecredentials.template
to.secrets/credentials
, copy-paste credentials into file (30s).secrets
folder, renameaws-secrets-manager-secrets.yml.template
toaws-secrets-manager-secrets.yml
(no addl. secrets needed in this exercise) (30s)Configure Project (3:00-3:30, approx 0.5m):
infra-config-template.yml
toinfra-config.yml
- update email address and project shortname (30s)Configure and Deploy Terraform (3:30-7:30, approx. 4m):
infra
folder, review and update each file (90s)terraform init
andterraform apply
, type 'yes' (30s)terraform apply
to complete (2m)git
tab, review code changes while apply is runningConfirm resource creation (7:30-9:30, approx. 2m):
AWS User Switch
command so aws-cli can locate our AWS credentials (30s)aws s3 cp infra-config.yml s3://...
(30s)aws s3 ls s3://...
(30s)The text was updated successfully, but these errors were encountered: