Archives for Cloud Computing - Page 4
Root user AWS
Can you delete a root user? No. You can delete the access key for the root user Can you CHANGE a root user? You can change the email associated with…
SSH on windows permissions for private key too open error
ssh -i MykeysPath myuser@IPAddress SSH on windows gives the following error Permissions for 'path_to_keys' are too open. It is required that your private key files are NOT accessible by others.…
AWS Identity Architect – AWS IAM and EC2
Access to AWS Resources How does one grant access to resources within AWS? How does one distinguish between 'human users' and 'service accounts' (aka robo users) in AWS. In GCP,…
azure identity architect, Azure B2C
What is Azure B2C? Azure B2C may just be the greatest thing since sliced bread. The real power of Azure's public cloud (as compared to AWS and GCP) is in…
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…
Cloud Architect Interview Questions
cloud architect interview Over the last few years, I have been more involved with interviewing candidates for cloud architect level roles (as well as interviewing for positions myself). To that…
AWS DMS troubleshooting
aws dms troubleshooting Also read RDS Deep Dive Enable Cloudwatch Logs for your DMS Task This is a simple checkbox in the 'modify' section of your DMS Task. This is…
Applications and Service Accounts
Service Accounts in GCP Service accounts are ubiquitous in GCP - there are built in SAs (for most major services) and those that you can create yourself (using gcloud, the…
Impersonate Service Account in GCP
Grant a user (an on premises user) ONLY IMPERSONATION privileges gcloud iam service-accounts add-iam-policy-binding \ --member user: \ --role It’s possible to impersonate a Service Account from within your Terraform…