aws-chmurki/README.md

21 lines
380 B
Markdown
Raw Normal View History

2023-01-26 19:40:53 +01:00
# Public cloud 4.1/4.3
Please, edit `aws_cli.py` with your credentials, according to the following example:
```python
aws_access_key_id=''
aws_secret_access_key=''
aws_session_token=''
DEFAULT_VPC = ''
```
where all variables are of String data type.
## Run
To use application, go to the project directory and run the following line in terminal:
```bash
python3 main.py
```