Credentials + Lambda?
Attach a role to the function
Lambda triggers
What can kick off a Lambda function? S3, Kinesis, and EventBridge (formerly CloudWatch Events) are common triggers
Lambda’s limitations
- You can allocate up to 10GB of RAM and 15 minutes of runtime
Alternative to scraping through CloudTrail
Any AWS API call can be a trigger to kick off an EventBridge rule.
Open Source container technology in AWS
Kubernetes through EKS
Open Source container management solution that can run in AWS and on-premises
EKS
Fargate works in conjunction with …
ECS or EKS