Documenting deploy for ML-Ops, including issues/debugging log #158
aaronsteers
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Log from walkthrough session on a new deployment with Slalom NY Market:
samples/ml-ops-on-aws
01-environment.tf
and modified the path to the AWS credentials file. Instead of the default, we used:aws_credentials_file = expandpath("~/.aws/credentials")
terraform init
command failed with an error message about inability to validate checksums. After reinstalling openssl, the issue was resolved andterraform init
was successful.terraform apply
was then partially successful. We received an error that the maximum number of VPCs had already been reached.terraform destroy
, then changed the region specified ininfra-config.yml
and then re-ranterraform apply
.Next steps:
docker push _x_
, where_x_
is the image referenced in the failed docker push command.Beta Was this translation helpful? Give feedback.
All reactions