Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS Solutions Architect (Databases (RedShift - OLAP (Online Analytical…
AWS Solutions Architect
Compute
EC2
-
-
Instance store
-
-
-
Volumes cannot be stopped, doing so will wipe the data
-
-
Network & Security
Placement groups
Spread placement group
-
Recommended for applications that have a small number of critical instances that should be kept separate
-
-
Only certain types can be launched in a placement group (Compute Optimised, GPU, Memory Optimised, Storage Optimised)
-
-
Can't move an existing instance into a placement group.
Can create an AMI from your existing instance, then launch a new instance from the AMI into a placement group
-
-
Autoscaling
-
-
Step
Select scaling metrics and threshold values for CloudWatch alarms. Based on a set of scaling adjustment
-
-
-
Elastic Beanstalk
-
Automatically handles the details of capacity provisioning, load balancing. scaling and application health monitoring
-
-
-
-
Storage
S3
-
-
-
-
-
-
Cross Region Replication
-
-
-
Doesn't replicate existing objects, only new ones
-
-
-
-
-
-
-
-
-
-
-
Transfer Acceleration
-
Use a distinct URL to upload directly to an edge location which then gets transferred to S3
*.s3-accelerate.amazonaws.com
20GB file size, same as CloudFront
-
Storage Gateway
File gateway for flat files, stored directly on S3
Volume gateway (iSCSI)
-
Cached volume - Entire dataset is stored on S3 and the most frequently accessed data is cached on site
-
Connects an on-premises software appliance with cloud-based storage to provide seamless & secure integration
-
-
Databases
-
DynamoDB - No SQL
-
-
-
-
-
-
Great fit for mobile, web gaming, ad-tech, IoT & many other applications
-
-
-
-
Neptune
Fast, reliable, fully-managed graph database service
-
-
-
-
-
Analytics
Kinesis
Streaming data
Shopping, Game data, social network
stock prices, geospatial (uber)
IoT sensor data
Streams
-
Shard
Data consumers
DynamoDB, S3, EMR & Redshift
5 transactions per second read
Data read max 2MB per second
1000 records by second for writes max 1MB per sec
-
-
-
-
-
EMR (Elastic MapReduce)
-
-
-
-
Process vast amount of data quickly, cost-effectively at scale
-
Glue
-
-
Autogen ETL (Extract, transform & load) scripts
-
-
-
-
Supports S3, Aurora, all other RDS engines, Redshift EC2
-
Management & Governance
-
CloudFormation
-
No extra charges, pay for resource usage
-
-
-
-
-
-
CloudTrail
-
Log, continuously monitor and retain account activity
-
-
-
-
-
-
-
AWS Orgainizations
-
Consolidating Billing
-
-
-
-
-
CloudTrail is on a per account and per region bases
Can be aggregated in to a single bucket in the paying account
-
-
-
-
Security, Identity & Compliance
-
-
Shield
-
-
Advanced - additional protections against sophisticated larger attacks for your applications running on EC2, ELB, CloudtFront, Global Accelerator & Route 53 - Paid
KMS
-
Highly available key storage, management and auditing solution for you to encrypt data
-
-
Shared with other AWS customers, each with their own isolated partition
-
-
End User Comptuing
WorkSpaces
-
Windows 7 exp, provided by Svr 2008 R2
-
-
-
-
Developer Tools
X-Ray
Analyse & Debug production, distributed applications such as those built using microservices architecture
-
-
-
Works with EC2, ECS, Lambda & Elastic Beanstalk
CodeDeploy
Automates deployments to EC2 instances, on-premises, serverless Lambda or ECS