matteofigus / lambda-aws-get-all-azs

AWS Lambda to get the full list of all AWS AZs in all regions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lambda-aws-get-all-azs

A lambda to get the list of all the AZs of all the AWS Regions.

Usage

  • Clone the repo
  • Create a IAM role:
    • Name: lambda-cli-role
    • Trusted entity: AWS Lambda
    • Permissions: AWSLambdaBasicExecutionRole, AmazonEC2ReadOnlyAccess
  • npm i
  • npm run create
  • npm start

License

MIT

About

AWS Lambda to get the full list of all AWS AZs in all regions

License:MIT License


Languages

Language:JavaScript 100.0%