2023-01-26 19:40:53 +01:00
|
|
|
# Public cloud 4.1/4.3
|
|
|
|
|
2023-01-29 23:38:31 +01:00
|
|
|
Please, create a `aws_cli.py` with your credentials, according to the template in the `aws_credentials_template.py`:
|
2023-01-26 19:40:53 +01:00
|
|
|
|
|
|
|
```python
|
|
|
|
aws_access_key_id=''
|
|
|
|
aws_secret_access_key=''
|
|
|
|
aws_session_token=''
|
|
|
|
|
|
|
|
DEFAULT_VPC = ''
|
|
|
|
```
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
2023-01-29 23:38:31 +01:00
|
|
|
Go to the project directory and run the following in terminal:
|
2023-01-26 19:40:53 +01:00
|
|
|
|
|
|
|
```bash
|
|
|
|
python3 main.py
|
|
|
|
```
|