Automating Infrastructure on Google Cloud with Terraform: Challenge Lab(solution)

terraform gcp lab

This challenge lab is the last one in the automating infrastructure in google cloud using Terraform. It builds upon the previous labs and tests your ability to import, build, add a remote backend reprovision, destroy & update infrastructure, and lastly test connectivity. Task 1. Create the configuration files The following commands create empty files in … Read more

GCP cloud resume challenge: building a front end

The cloud resume challenge is one of the best ways I have seen online to build confidence around your cloud skills after getting cloud certified. The challenge was built in a way that after completing it a prospective employer will see that you have technical skills apart from certifications. It has 3 versions for Azure, … Read more

9 best security practices for security in IAM.

iam aws

Identity security is one of the basic and also important consideration factors online. securing your cloud environment is just as important as the work you are doing on the cloud. AWS IAM connects (who?) developers, SREs, etc.. (can access).. permissions (what?).. resources e.g. EC2 instances, lambda functions, etc… If malicious actors are able to penetrate … Read more