19 lines
342 B
Markdown
19 lines
342 B
Markdown
# Public cloud 4.1/4.3
|
|
|
|
Please, create a `aws_cli.py` with your credentials, according to the template in the `aws_credentials_template.py`:
|
|
|
|
```python
|
|
aws_access_key_id=''
|
|
aws_secret_access_key=''
|
|
aws_session_token=''
|
|
|
|
DEFAULT_VPC = ''
|
|
```
|
|
|
|
## Run
|
|
|
|
Go to the project directory and run the following in terminal:
|
|
|
|
```bash
|
|
python3 main.py
|
|
``` |