Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS Associate Certification (Design Concepts for Serverless AWS Services :…
AWS Associate Certification
Design Concepts for Serverless AWS Services : :
AWS serverless application design
Security
IAM Setup
Scalability
AWS Lambda
Docker
Files and ingest
S3
Kinesis
DynamoDB table service for storing data
Networking objects, key pairs and VPCs
Amazon Machine Learning
Predictable cost
IAM
In IAM Console created an admin user and put in a group
Best to change the link URL so it doesn't contain the AWS account number info
Design Cost with billing alarm
Create a $1000 budget
S3
Create two S3 buckets
Versioning
Access Logging
Tags
Can be used to programatically recreate environment if needed to for example restore
Upload files with security set to some levels
Kinesis - a service to stream files into Amazon
Kinesis
Stream files
Use Shards
500 or more Shards
Kinesis Firehose
Stream into particular dest
Analytics
Can run SQL anagins data comming in
Data Tier with DynamoDB
Serverless managed NoSQL database
Tables as a service
Can autoscale manually or dynamically
Items are JSON items
AWS Lambda
Create a function - python hello-world