Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS professional - Coggle Diagram
AWS professional
additional services
-
WorkDocs
-
secure, full-managed svc for office-like workloads
many clients, except for Linux client
Quantum ledger DB
-
can be used as an immutable, transparent transaction log
-
-
Security
-
Cloud HSM
dedicated hardware device for key management, single tenanted
KMS uses AWS software for encryption, HSM - your custom software
-
-
-
-
Networking
GuardDuty
-
can watch CloudTrail, VPC Flow Logs and DNS Logs
-
RAM
-
features
share VPC subnets / Route 53 / License Manager / Transit Gateway, EC2, etc
-
example
share VPC cross-A
use one range of private IPs, security groups, etc
-
-
Service Catalog
-
-
-
notes
-
-
admins create CF templates, users select resources
-
-
Trusted Advisor
-
-
-
notes
can validate properties of S3 buckets, not objects!
-
-
AWS Config
access, audit, evaluate config compliance of AWS resources
features
-
Config Rule
-
E: is cloudTrail enabled, is EBS volume encrypted, etc
-
-
-
-
-
System Manager (SSM)
-
services
inventory
collection of OSs, instance metadata, etc
-
-
-
-
-
-
automation
-
notes
reset SSH keypair
with the AWSSupport-ResetAccess, create a new SSH key for the problematic instance
-
-
-
-
-
recent services
-
-
-
-
-
-
WorkLink
-
notes
does not store or cache data on user devices as the web content is rendered in AWS and sent to user devices as encrypted Scalable Vector Graphics (SVG)
Alexa for Business
-
retrieve information, start conference calls and book meeting rooms
-
Billing
-
-
Cost Explorer
visualize, understand, and manage your AWS costs and usage
-
-
-
-
Amazon Pinpoint
-
features
connect with customers over channels like email, SMS, push, voice or in-app messaging
-
-
-
-
-
-
Device Farm
testing of web-, mobile apps
-
-
NOTES
-
DB
-
-
oracle
SE or SE1 editions allow to purchase 11g Oracle version, not 12c
-
-
Networking
-
BGP is a means by which all junction points on the internet (routers) communicate with each other to dynamically establish the correct (and correctly weighted) paths that network packets should follow to traverse the global networking
-
-
-
-
-
support plans
Business
provides Support API
option to integrate Jira, help desk in AWS
-
-
-
-
-
Migration strategies
-
-
services
-
DB migration S
-> EC2 or RDS
even EC2->Aurora
DMS
create target, source endpoints
-
-
-
-
-
-
notes
External communication (E: talking to marketing partners) usually comes much later in the process once project plans are defined and specific customer impact is better understood
Deployments
taxonomy
-
phased rollout
-
types
canary
push new version to production in 1 instance, wait for errors to happen, proceed
-
-
-
-
-
-
-
services
-
CodeDeploy
deploys app to many EC2s / Lambda / ECS / on-prem, etc
-
-
Lambda
-
pre-, post-traffic hooks to validate
-
-
-
-
-
CodeBuild
compile, test, deploy code
-
X-Ray
-
features
-
X-ray agent to monitor EC2, Lambda, ECS, etc
-
-
-
-
-
Architecture layers
-
-
Web
Compute
Caching
ElasticCache, DAX, RDS, etc
-
units
Fargate, Beanstalk, EC2, etc
-
Storage
units
EBS, EFS, Instance store, etc
-
-