Skip to content

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

License

Notifications You must be signed in to change notification settings

matteofigus/lambda-aws-get-all-azs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published