AWS – List all Accounts in Organization via CLI
I find myself constantly referencing the account number and name of AWS accounts across the organization. I came up with this script to print out the account number and name of each account:
I find myself constantly referencing the account number and name of AWS accounts across the organization. I came up with this script to print out the account number and name of each account:
Recently I wanted to get a count of Lambdas in AWS across multiple accounts. The following script parses a list of accounts (from the saml2aws account format) and iterates through them. It prints out a file for each account (with…
Recently I needed to backup all of our Amazon Route53 Zones for a single domain. Here is a script I put together
Problem You keep getting Control Allow Origin errors on fonts that are pulling from your CloudFront CDN Solution You need to make changes at CloudFront and your IIS 7 Server CloudFront Changes Modify the origin behaviors: Navigate to the CloudFront…