Day 15 - Python Libraries for DevOps
Tasks:
1.Create a Dictionary in Python and write it to a JSON File.
2.Read a JSON file services.json kept in this folder and print the service names of every cloud service provider.
outputaws : ec2azure : VMgcp : compute engine
3.Read YAML file us...
ritul.hashnode.dev1 min read