Practice Exam 3 Flashcards
Benefits of Using Dynamo DB?
- Performance at Scale (milli-seconds response time, apps with unlimited throughput & storage).
- Serverless.
- Highly Available.
NoSQL engines supported by DynamoDB?
None (has its built-in)!
concept referring to the Provision of resources in minutes.
Cloud’s agility.
What is CRR?
Cross Region Replication.
What is used to control network traffic?
NACLs.
Security Groups.
Is IAM used to control Network traffic?
NO
What is used to interconnect VPCs & on-premise networks?
AWS Transit Gateway
What helps organizations design and travel an accelerated path to successful cloud adoption ?
CAF : Cloud Adoption Framework , created by professional services.
Where is the Cost Explorer?
In the AWS Billing & Cost Management Console.
Consolidated Billing is a feature of What Service?
AWS Organisations
Does EC2 scale automatically ?
NO
What Services Scale without intervention?
Lambda,
S3
Does EMR auto-scales?
It doesn’t on it’s own. But you can configure the AWS auto-scaling to scale EMR.
Is S3 used as a cost-effective database and log storage?
Databases and dynamic websites require block-level storage (such as EBS). S3 is an object-level storage, not Block-level storage. Object-level storage has limited I/O and is therefore ill-suited for use as a database store.
When to use IAM as a certificate manager instead of ACM?
IAM as a certificate manager only when you must support HTTPS connections in a region that is not supported by ACM.