AWS IAM is Amazon's Identity and Access Management (IAM) - or single sign on solution. At Metal Toad all of our devops and deployment processes leverage IAM.
-
Your Serverless Function has a Secret
Your serverless function has a secret... maybe it's a password for a remote API, a private key, or signing certificate. These secrets have to be stored somewhere, and in the old days that usually meant just a plaintext config file on your server.
-
Best Practices For a Secure Cloud Part 1
Whether you’re running on premise datacenter, using a private or public IaaS (Infrastructure as a Service) hosting platform, security is extremely important. We’ve all seen the horror stories in the news when companies experience data security breaches.
-
Using Capistrano with Dynamic Virtual Environments
The Problem At Metal Toad we use Capistrano to facilitate deploying projects. It allows us to support different environments, pulling and pushing databases and files, for all sorts of products.
-
AWS Cross-Account Roles and Consolidated Billing
Amazon Web Service recently introduced support for cross-account roles. What this now means, is that you can use one IAM account to access multiple AWS accounts.
-
Bucket policy for friendly file exchange on Amazon S3
We sometimes need to exchange huge files with our customers and partners (too big to fit within the typical storage limits of Basecamp, or the free tier on Google Drive, Dropbox, etc). There are now many user-friendly client apps for Amazon S3. I like Cyberduck. Combined with AWS's flexible policy system, setting up a transfer bucket is a snap.