Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS Exam Domains (Design Resilient Architectures (34%) (How to choose…
AWS Exam Domains
Design Resilient Architectures (34%)
How to choose reliable/resilient storage :
AWS S3
Faqs
General
What is Amazon S3?
object store
highly durable
highly available
scalable storage
affordable price
storing and retrieving
What amount of data can be stored in Amazon S3?
objects vary in size from a minimum of 0 bytes to a maximum of 5 terabytes
largest object that can be uploaded in a single PUT can be up to 5 GB
For objects larger than 100 MB, we recommend the Multipart Upload function
What storage classes does Amazon S3 offer?
S3 standard
general storage of data with frequent access
S3 Intelligent Tiering
Data with Unknown or Changing Access Patterns
S3 One Zone - Infrequent Access (S3 One-Zone-IA) && S3 Standard - Infrequent Access (S3 Standard-IA)
long-term data with less frequent access
Amazon S3 Glacier (S3 Glacier) && Amazon S3 Glacier Deep Archive
long-term preservation and preservation of digital data
How reliable is Amazon S3?
S3 Standard
99.99% uptime
S3 - IA storage
99.9% uptime
S3 One Zone - IA
99.5% uptime
Regions
Where is my data stored?
When you create your Amazon S3 bucket
you set an AWS region
S3 Standard, S3 Standard - IA, and S3 Glacier storage
items are automatically stored on multiple devices
each with at least three Availability Zones in an AWS region
S3 One Zone-IA storage
stored redundantly within a single Availability Zone in the selected AWS region
AWS Glacier
AWS EBS
How to design decoupling mechanism using AWS services
AWS SNS
How to design a multi-tier architecture solution
Design a solution which has several other services
How to design high availability and fault tolerant architecture
Define Performant Architectures(24%)
How to choose performant storage and databases
AWS RDS
AWS Redshift
AWS DynamoDB
How to apply caching to improve performance
AWS Elasticache
How to design solutions with elasticity and scalability
AWS Lambda
AWS Cloudwatch
AWS Data Pipeline
Specify Secure Applications and Architectures(26%)
How to secure applications
AWS inspector
AWS CloudTrail
AWS IAM
How to secure Data
AWS CloudHSM
AWS Macie
How to define networking infrastructure
AWS CloudFront
AWS VPC
Elastic Load Balancer
Design Cost-Optimized Architectures(10%)
How to design cost-optimized compute solutions
AWS EC2
Virtual computing environments
Preconfigured templates-Amazon Machine Images (AMIs)
instance types
Various configurations of CPU
memory
storage
networking capacity for your instances
Storage volumes for temporary data that's deleted when you stop or terminate your instance, known as instance store volumes
Secure login information
using key pairs
AWS stores the public key
store the private key
Persistent storage volumes for your data using Amazon Elastic Block Store (Amazon EBS), known as Amazon EBS volumes
Multiple physical locations for your resources, such as instances and Amazon EBS volumes, known as Regions and Availability Zones
A firewall that enables you to specify the protocols, ports, and source IP ranges that can reach your instances using security groups
Static IPv4 addresses for dynamic cloud computing, known as Elastic IP addresses
Metadata, known as tags, that you can create and assign to your Amazon EC2 resources
Virtual networks you can create that are logically isolated from the rest of the AWS cloud, and that you can optionally connect to your own network, known as virtual private clouds (VPCs)
AWS Elastic Beanstalk
AWS Lambda
AWS Lightsail
How to design cost-optimized storage solutions
AWS S3
AWS Glacier
AWS EBS
AWS Elastic File System
Define Operationally Excellent Architectures(6%)
How to choose design features in solutions to enable operational excellence
Perform operations as code
Annotate Documentation
Make Frequent, small, reversible changes
Anticipate and tackle failures