Author Archives: anuj - Page 43
Granting Access to Resources in GCP
Also read , Terraform and GCP Roles Introduction - Granting access to Resources in GCP In GCP, it is important to distinguish between 'Container Resources' and 'Individual Resources'. When a…
Terraform GCP Error – Could not find default credentials
This post captures a couple of errors you might encounter getting started with terraform and GCP. Typical Steps to getting started Are you going to be performing actions on…
Base roles needed for GCP Developers
There's always a separation of concerns within an organization. The operational team is typically separate from the development team, as is the security team. How does one (in GCP) assign…
Who Logged in When? GCP
How do I see who logged in and when? (Also see, Monitoring in GCP ) Logs Viewer is one stop shop for viewing all log activity on GCP. Two places…
Azure AD Restricting Users
The problem: By default, anyone can log in to the Azure portal and the list all existing users, including many of their attributes, except, passwords or password hashes. This information…
AWS Cloudtrail – Monitoring IAM Activity
Monitoring Unusual API Activity? - Enable AWS CloudTrail Insights CloudTrail tracks user activity and API usage. With the launch of AWS CloudTrail Insights, you can enable machine learning models that…
Deleting a Project and Resources
Delete a Project without Deleting Resources This is possible, since a project is a virtual (billing) boundary around your resources. To Delete All Resources within a Project
AWS Security Audit
aws security audit Also read - Google Cloud Security Audit Amazon Web Services is leading the public cloud space with an ever increasing list of service offerings. AWS EC2, S3…
Azure Cloud Shell
Where is the Storage Coming From? It comes from containers already running on Azure. When you click on the Azure Cloud Shell icon, your cloud shell connects to one of…
Custom Roles in GCP
custom roles in GCP Before we get to custom roles, let us talk about why we need custom roles in GCP (Also read, Service accounts and bindings in GCP). The…