项目作者: yash-sonani

项目描述 :
This Lambda Function read details from xls file present in S3 and create VPC.
高级语言: Python
项目地址: git://github.com/yash-sonani/LambdaCodeToCreateVPC.git
创建时间: 2019-07-27T14:36:49Z
项目社区:https://github.com/yash-sonani/LambdaCodeToCreateVPC

开源协议:

下载


LambdaCodeToCreateVPC

This Lambda Function read details from xls file present in S3 and create VPC.

Steps for implementation:

1.] Download all python files.

2.] Bundle the python files with external library lxml.

3.] To create lambda deployment package follow aws documentation.

4.] Upload zip file to lambda function.

5.] Create your own vpc_detial.xls file taking reference of vpc_detail.xls.

6.] Give lambda function S3 Read Access, increase execution time.

7.] Run lambda function.