If you want to use Sparknotebook without docker you have to:
- To install ansible
- To install boto
- To configure aws credentials in boto
- Create a AWS IAM role named dev-ops with the policies below:
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "ec2:*",
"Effect": "Allow",
"Resource": "*"
}
]
}