revmischa / cloudcam

IP camera surveillance management system using AWS IoT with support for Axis cameras.
Other
73 stars 15 forks source link

Automate AWS environment creation #1

Closed revmischa closed 7 years ago

revmischa commented 7 years ago

Goal: make it easy for a developer or user to create or upgrade their AWS environment to run a CloudCam service. Long-term goal: make a package that can be sold and easily deployed from AWS Marketplace.

Some components will probably be: IAM roles, Lambdas, Step Functions, S3 bucket, IoT (Thing category, rules), API gateway, RDS (PostgreSQL Aurora). In future maybe Greengrass, X-ray, Rekognition, Elastic Transcoder, Cognito, Glacier, WAF/Shield, CloudWatch metrics.

I suggest using CloudFormation.

someone--else commented 7 years ago

I suppose this could be closed now since the initial CloudFormation setup is done